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