Connects Claude to OpenDota's public API for Dota 2 statistics and match data. Part of the Pipeworx gateway ecosystem, which routes requests to 810+ data sources. The documentation doesn't list specific tools, but you can query using ask_pipeworx with natural language questions about player stats, match history, and hero data. Useful if you're building Dota 2 analysis tools, tracking competitive scenes, or need to pull esports data into your workflow. Runs as a hosted service through Pipeworx's gateway, so no local setup required. Available standalone or as part of the broader Pipeworx connector suite.
OpenDota MCP — Dota 2 open stats.
Part of Pipeworx — an MCP gateway connecting AI agents to 810+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"opendota": {
"url": "https://gateway.pipeworx.io/opendota/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 810+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Opendota data" })
The gateway picks the right tool and fills the arguments automatically.
MIT