{
  "$schema": "https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/docs/schemas/server-card.schema.json",
  "specVersion": "2024-11-05",
  "serverInfo": {
    "name": "ksebe-booking",
    "version": "1.0.0",
    "title": "ksebe - Online Psychologist Marketplace — booking MCP",
    "vendor": "ksebe.sk"
  },
  "transport": {
    "type": "http",
    "endpoint": "https://mcp-server-alpha.vercel.app/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "auth": {
    "schemes": [
      {
        "id": "anonymous",
        "description": "Read-only tools (list-therapists with topic filter, get-available-slots, get-session-types). Rate-limited per IP."
      },
      {
        "id": "bearer",
        "description": "Partner API key with entity scope (sk/cz). Grants full tool catalog.",
        "location": "header",
        "headerName": "Authorization",
        "scheme": "Bearer"
      }
    ]
  },
  "documentation": [
    {
      "description": "OpenAPI 3 spec for the REST twin of the MCP tools",
      "url": "https://mcp-server-alpha.vercel.app/openapi.json"
    },
    {
      "description": "Human-readable developer onboarding",
      "url": "https://www.ksebe.sk/for-agents"
    }
  ]
}
