{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "dev.usectrl/control-center-docs",
  "version": "1.0.0",
  "description": "Read-only MCP server over the Control Center product site and manual: list, fetch, search pages.",
  "title": "Control Center docs",
  "websiteUrl": "https://usectrl.dev/developers",
  "repository": {
    "url": "https://github.com/SamuelAlev/control-center",
    "source": "github",
    "subfolder": "docs"
  },
  "icons": [
    {
      "src": "https://usectrl.dev/favicon.svg",
      "mimeType": "image/svg+xml",
      "sizes": [
        "any"
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://usectrl.dev/.well-known/mcp",
      "supportedProtocolVersions": [
        "2025-06-18"
      ]
    },
    {
      "type": "streamable-http",
      "url": "https://usectrl.dev/mcp",
      "supportedProtocolVersions": [
        "2025-06-18"
      ]
    }
  ],
  "serverInfo": {
    "name": "control-center-docs",
    "version": "1.0.0"
  },
  "endpoint": "https://usectrl.dev/.well-known/mcp",
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "_meta": {
    "dev.usectrl/docs-mcp": {
      "transport": "streamable-http",
      "protocolVersion": "2025-06-18",
      "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."
        }
      ],
      "scope": "Serves this site's own pages and nothing else. The Control Center product's MCP server (103 tools over your repos, tickets, pipelines and agents) runs inside the self-hosted cc_server, not on this origin — see https://usectrl.dev/manual/guides/mcp-server/."
    }
  }
}