{
  "schema_version": "2026-07-08",
  "name": "SPA-CZ Public Read-Only Agent Server",
  "description": "Read-only public information endpoint for SPA-CZ site summary and canonical discovery links.",
  "url": "https://spa-cz.com/mcp",
  "transport": {
    "type": "https-json-rpc",
    "url": "https://spa-cz.com/mcp"
  },
  "authentication": {
    "type": "none",
    "documentation": "https://spa-cz.com/auth.md"
  },
  "tools": [
    {
      "name": "site_summary",
      "description": "Return the official public summary of SPA-CZ.",
      "readOnly": true,
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "site_links",
      "description": "Return canonical discovery, policy, and contact links.",
      "readOnly": true,
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    }
  ]
}
