{
  "name": "Pro Bladers Italia Ranking Agent",
  "description": "Read-only agent for the Pro Bladers Italia Beyblade X circuit: national ranking, player lookup, tournaments with final standings, affiliated clubs (with contacts) and upcoming Beyblade X releases.",
  "version": "1.1.0",
  "url": "https://ranking-api.probladers.it/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://ranking-api.probladers.it/mcp",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "Pro Bladers Italia",
    "url": "https://www.probladers.it"
  },
  "documentationUrl": "https://www.probladers.it/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "get_ranking",
      "name": "Get ranking",
      "description": "National Beyblade X ranking: players ordered by points, tournaments played, stats.",
      "tags": [
        "ranking",
        "beyblade",
        "italia"
      ]
    },
    {
      "id": "get_player",
      "name": "Get player",
      "description": "One player by Challonge id or nickname: position, points, results.",
      "tags": [
        "player",
        "ranking"
      ]
    },
    {
      "id": "list_tournaments",
      "name": "List tournaments",
      "description": "Beyblade X tournaments included in the ranking (name, tier, date).",
      "tags": [
        "tournaments",
        "calendar"
      ]
    },
    {
      "id": "get_tournament_results",
      "name": "Get tournament results",
      "description": "Final standings of a ranked Beyblade X tournament (winner, podium, points) by name, date or Challonge slug.",
      "tags": [
        "tournaments",
        "results"
      ]
    },
    {
      "id": "find_clubs",
      "name": "Find clubs",
      "description": "Affiliated Beyblade X clubs with city, leader and contacts.",
      "tags": [
        "clubs",
        "contacts"
      ]
    },
    {
      "id": "list_releases",
      "name": "List Beyblade X releases",
      "description": "Upcoming and recent official Beyblade X product releases (Takara Tomy, Japan): code, type, release date.",
      "tags": [
        "releases",
        "products",
        "beyblade"
      ]
    }
  ]
}