For agents
Guardian360, built for LLMs and agents
Everything that describes Guardian360 — our platform, services, compliance coverage, sectors, comparisons and cases — is available to agents without a browser: as clean Markdown, as index files, and as an MCP server.
Connect the MCP server
The knowledge base is exposed over the Model Context Protocol using the Streamable HTTP transport at https://guardian360.net/mcp. No API key is required.
claude mcp add --transport http guardian360 https://guardian360.net/mcpOr, in a client config that expects an HTTP MCP endpoint:
{
"mcpServers": {
"guardian360": {
"type": "http",
"url": "https://guardian360.net/mcp"
}
}
}Tools
| Tool | What it does |
|---|---|
search_wiki | Search the knowledge base; returns ranked pages with snippets. |
read_page | Read one page as Markdown, with a source citation. |
list_pages | List pages grouped by section (optionally filter by group). |
get_overview | Company overview, positioning, and notes for assistants. |
Or read the site directly as Markdown
- Any page as Markdown — append
.mdto its URL, e.g.https://guardian360.net/platform.md. Each HTML page also links its Markdown via<link rel="alternate" type="text/markdown">. - Index —
https://guardian360.net/llms.txt: a grouped list of every knowledge-base page with descriptions and Markdown links. - Full corpus —
https://guardian360.net/llms-full.txt: the entire knowledge base inlined as one document. - Machine index —
https://guardian360.net/agent/index.json: structured JSON (pages, groups, descriptions, and full text).
Notes for assistants
- Guardian360 sells only through partners; it does not provide support directly to end customers.
- Pricing on the site is indicative, not an exact list price — quotes are issued by partners.
- NIS2 supply-chain note: organisations in the supply chain of a NIS2 entity may need to demonstrate their own security and compliance.