{
  "name": "control-center-docs",
  "version": "1.0.0",
  "protocol": "mcp",
  "protocolVersion": "2025-06-18",
  "transport": "streamable-http",
  "endpoint": "https://usectrl.dev/.well-known/mcp",
  "howTo": "POST JSON-RPC 2.0 (Accept: application/json, text/event-stream): initialize, then tools/list, then tools/call.",
  "tools": [
    {
      "name": "list_pages",
      "description": "List every page published on usectrl.dev (the Control Center product + docs site): path, title and one-line description. Use this to find the page you need, then fetch it with get_page_markdown."
    },
    {
      "name": "get_page_markdown",
      "description": "Fetch one page of usectrl.dev as markdown. Paths use a trailing slash, e.g. \"/\" for the landing page, \"/manual/guides/mcp-server/\" for a docs page, \"/developers\" as \"/developers/\". Call list_pages for the full set."
    },
    {
      "name": "search_pages",
      "description": "Full-text search over every usectrl.dev page (titles weighted above bodies). Returns matching paths with snippets; fetch the page with get_page_markdown."
    }
  ],
  "docs": "https://usectrl.dev/developers"
}