{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "topzle-public-game-guide",
    "title": "Topzle public game guide",
    "version": "1.0.0"
  },
  "description": "Read-only public game catalog, guide links, and platform information for Topzle.",
  "iconUrl": "https://topzle.com/icon-512.png",
  "documentationUrl": "https://topzle.com/docs/agents.md",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://api.topzle.com/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "authentication": {
    "required": false,
    "schemes": []
  },
  "instructions": "Use this server only for Topzle public product and game-guide information. It cannot access accounts, invitations, rooms, chat, calls, or gameplay state.",
  "resources": [],
  "tools": [
    {
      "name": "list_topzle_games",
      "description": "List games currently playable on Topzle, including player counts, AI support, and guide URLs.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "get_topzle_game",
      "description": "Get public catalog details and a guide URL for one playable Topzle game.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "gameId": {
            "type": "string",
            "enum": [
              "tic-tac-toe",
              "chess",
              "ludo",
              "connect-four",
              "battleship",
              "draw-guess",
              "rock-paper-scissors",
              "snakes-ladders"
            ]
          }
        },
        "required": [
          "gameId"
        ],
        "additionalProperties": false
      }
    },
    {
      "name": "get_topzle_platform_info",
      "description": "Get authoritative public information about Topzle, its safety model, and canonical discovery URLs.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    }
  ],
  "prompts": []
}
