{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "subagentapi-mcp-server",
    "title": "subagentapi.com MCP Server",
    "version": "1.0.0"
  },
  "description": "Read-only MCP server exposing the unified subagent*.com family API catalog as a single callable tool.",
  "transport": {
    "type": "streamable-http",
    "endpoint": "/mcp"
  },
  "authentication": {
    "required": false
  },
  "tools": [
    {
      "name": "get_catalog",
      "title": "Get API Catalog",
      "description": "Return the live JSON API catalog of every route across every primitive in the family",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "required": []
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false
      }
    }
  ]
}