You're viewing a demo portfolio

Join the waitlist
PRSM

get_leaderboard

Active

Tool of mcp-speedrun

declared in 0.1.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-speedrun

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

2/7 registries
View full server →
get_leaderboard — mcp-speedrun — PRSM MCP