{
  "service": "mcp-yclients",
  "version": "0.1.0",
  "transport": "MCP Streamable HTTP (stateless)",
  "auth": {
    "oauth": true,
    "static_tokens": [
      "MCP_STATIC_TOKEN",
      "MCP_TOKEN_ANALYTICS",
      "MCP_TOKEN_BOOKING",
      "MCP_TOKEN_ADMIN"
    ],
    "metadata": {
      "authorization_server": "https://mcp.svoi-33.ru/.well-known/oauth-authorization-server",
      "protected_resource": "https://mcp.svoi-33.ru/.well-known/oauth-protected-resource/mcp"
    }
  },
  "endpoints": [
    {
      "url": "https://mcp.svoi-33.ru/mcp/analytics",
      "profile": "analytics",
      "scope": "mcp:analytics",
      "tools": 21
    },
    {
      "url": "https://mcp.svoi-33.ru/mcp/booking",
      "profile": "booking",
      "scope": "mcp:booking",
      "tools": 25
    },
    {
      "url": "https://mcp.svoi-33.ru/mcp/admin",
      "profile": "admin",
      "scope": "mcp:admin",
      "tools": 42
    },
    {
      "url": "https://mcp.svoi-33.ru/mcp",
      "profile": "all",
      "scope": "mcp:all",
      "tools": 42
    }
  ],
  "writes_enabled": true
}