hero_stats
Pack: opendota · Endpoint: https://gateway.pipeworx.io/opendota/mcp
Dota 2 hero meta: per-hero pick/win/ban counts in pro play, primary attribute, attack type, and roles. Optionally filter by role (e.g. “Carry”, “Support”). OpenDota keyless data.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
role | string | no | Optional role filter, e.g. “Carry”, “Support”, “Initiator”. |
limit | number | no | Max heroes to return (default 30). |
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":"hero_stats","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.