You're viewing a demo portfolio

Join the waitlist
PRSM

get_categories

Active

Tool of mcp-speedrun

declared in 0.1.0

List the run categories for a game (e.g. "Any%", "100%", "Glitchless"). Use the game ID from search_games. Each category has an ID needed to fetch a leaderboard via get_leaderboard. Example: get_categories({ game_id: "o1y9wo6q" })

Parameters schema

{
  "type": "object",
  "required": [
    "game_id"
  ],
  "properties": {
    "_apiKey": {
      "type": "string",
      "description": "Optional speedrun.com API key for authenticated access; omit to use the shared platform key"
    },
    "game_id": {
      "type": "string",
      "description": "Speedrun.com game ID, as returned by search_games (e.g. \"o1y9wo6q\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-speedrun

https://github.com/pipeworx-io/mcp-speedrun

2/7 registries
View full server →