{
  "name": "worldmonitor-docs",
  "kind": "docs",
  "description": "World Monitor documentation as an MCP server: search and read the developer docs, API references, and guides. Use it for 'how do I…' questions about the platform; use the product MCP at /mcp for live intelligence data.",
  "icon": "https://www.worldmonitor.app/favico/apple-touch-icon.png",
  "version": "1.0.0",
  "url": "https://www.worldmonitor.app/docs/mcp",
  "serverUrl": "https://www.worldmonitor.app/docs/mcp",
  "protocolVersion": "2025-06-18",
  "transport": "http",
  "capabilities": {
    "tools": true,
    "resources": true
  },
  "authentication": "none",
  "tools": [
    {
      "name": "search_world_monitor",
      "description": "Search the World Monitor documentation knowledge base for relevant pages, API references, and guides; returns contextual snippets with titles and links."
    },
    {
      "name": "query_docs_filesystem_world_monitor",
      "description": "Run read-only shell-like queries (rg, ls, tree, cat, head) against a virtualized in-memory filesystem containing only the World Monitor documentation and OpenAPI specs."
    }
  ],
  "documentation": "https://www.worldmonitor.app/docs/documentation",
  "tags": ["docs", "search", "mcp"],
  "metadata": {
    "note": "First-party server card for the documentation MCP. The endpoint (url/serverUrl) is the worldmonitor.app facade, which is the address agents should connect to; it is proxied to Mintlify. Advertised via rel=\"mcp-server-card\" anchor=\"/docs/mcp\" alongside the product MCP card at /.well-known/mcp/server-card.json."
  }
}
