search_players

Pack: opendota · Endpoint: https://gateway.pipeworx.io/opendota/mcp

Search Dota 2 players by persona (display) name. Returns matching account IDs and similarity scores. OpenDota keyless data; may be empty if rate-limited.

Parameters

NameTypeRequiredDescription
namestringyesPersona / display name to search for.
limitnumbernoMax players to return (default 10).

Example call

curl -X POST https://gateway.pipeworx.io/opendota/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_players","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "opendota": {
      "url": "https://gateway.pipeworx.io/opendota/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 9, 2026