get_player
Pack: opendota · Endpoint: https://gateway.pipeworx.io/opendota/mcp
Dota 2 player profile by account ID: name, country, rank tier, leaderboard rank, and win/loss totals. OpenDota keyless data.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
account_id | number,string | yes | Steam32 account ID. |
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":"get_player","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.