INDIVIDUAL MCP TOOL
get_dota_hero_momentum
Which Dota 2 heroes got better or worse after the patch — winners/losers by win-rate shift.
LIVE ENDPOINT
https://batru.gg/mcp
Connect to this endpoint to inspect the live schema for get_dota_hero_momentum and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.batru-mcp]
url = "https://batru.gg/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"batru-mcp": {
"type": "http",
"url": "https://batru.gg/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: batru-mcp
Remote MCP URL: https://batru.gg/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"batru-mcp": {
"url": "https://batru.gg/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"batru-mcp": {
"type": "http",
"url": "https://batru.gg/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "batru-mcp",
"transport": "streamable-http",
"url": "https://batru.gg/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lookup_hero— Normalise a hero name/alias/shortName to its canonical identity.predict_dota_winrate— Which team wins this Dota 2 draft — CALIBRATED win probability for any full or partial draft.recommend_dota_pick— Recommend the top 3 Dota 2 heroes to pick next, with calibrated win rates.predict_dota_winrate_batch— Score MANY candidate next-picks for a Dota 2 draft in ONE call.get_dota_counters— Who counters a Dota 2 hero (and who it beats) — measured win rates from real games.get_dota_tier_list— Best Dota 2 heroes right now — the current-patch meta tier list from real games.get_deadlock_tier_list— Best Deadlock heroes right now — the current meta tier list from real games.get_deadlock_counters— Who counters a Deadlock hero (and who it beats) — measured win rates from real games.