find_user
ActiveTool of mcp-speedrun
declared in 0.1.0
Look up a speedrunner by username. Returns matching users with their ID, display name, and profile weblink. Example: find_user({ name: "cheese05" })
Parameters schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Speedrunner username to look up, e.g. \"cheese05\""
},
"_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.70.
Parent server
mcp-speedrun
https://github.com/pipeworx-io/mcp-speedrun
2/7 registries