get_categories
ActiveTool of mcp-speedrun
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\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-speedrun
https://github.com/pipeworx-io/mcp-speedrun
2/7 registries