You're viewing a demo portfolio

Join the waitlist
PRSM

search_games

Active

Tool of mcp-speedrun

declared in 0.1.0

Search the Speedrun.com database for games by name. Returns matching games with their ID (needed for get_categories and get_leaderboard), abbreviation, release year, and weblink. Example: search_games({ query: "super mario 64", max: 5 })

Parameters schema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "max": {
      "type": "number",
      "description": "Maximum number of games to return (default 10)"
    },
    "query": {
      "type": "string",
      "description": "Game name or keyword to search for, e.g. \"super mario 64\", \"celeste\""
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional speedrun.com API key for authenticated access; omit to use the shared platform key"
    }
  }
}

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 →