get_leaderboard
ActiveTool of mcp-speedrun
Fetch the world-record / top-N leaderboard for a specific game category. Returns ranked runs with finish times (ISO-8601 duration plus seconds), run date, players, and weblink. Get game_id from search_games and category_id from get_categories. Example: get_leaderboard({ game_id: "o1y9wo6q", category_id: "7kjpp4k3", top: 10 })
Parameters schema
{
"type": "object",
"required": [
"game_id",
"category_id"
],
"properties": {
"top": {
"type": "number",
"description": "Number of top-ranked runs to return (default 10)"
},
"_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"
},
"category_id": {
"type": "string",
"description": "Speedrun.com category ID, as returned by get_categories"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-speedrun
https://github.com/pipeworx-io/mcp-speedrun
2/7 registries