hero_stats
ActiveTool of Stratz
declared in 0.1.0
Fetch daily win-rate and pick-rate statistics for a Dota 2 hero by numeric hero_id, optionally filtered to a rank bracket (e.g. HERALD, ARCHON, LEGEND, DIVINE, IMMORTAL). Returns matchCount and winCount per day.
Parameters schema
{
"type": "object",
"required": [
"hero_id"
],
"properties": {
"rank": {
"type": "string"
},
"hero_id": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Stratz
https://github.com/pipeworx-io/mcp-stratz
1/7 registries