You're viewing a demo portfolio

Join the waitlist
PRSM

find_user

Active

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

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 →
find_user — mcp-speedrun — PRSM MCP