Connects Claude to the balldontlie.io API for NBA statistics. You get four tools: players, games, season_averages, and stats. Requires a free API key from balldontlie.io to work. Part of the Pipeworx gateway system, which means you can either use this standalone or tap into their broader collection of 250+ data sources. Includes an ask_pipeworx tool that lets you query in natural language instead of calling individual endpoints. Reach for this when you're building basketball analytics, need real NBA data in your agent workflows, or want to answer sports questions without manually parsing stats APIs.
balldontlie.io MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
players | Players. |
games | Games. |
season_averages | Season averages. |
stats | Stats. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"balldontlie": {
"url": "https://gateway.pipeworx.io/balldontlie/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ 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 Balldontlie data" })
The gateway picks the right tool and fills the arguments automatically.
MIT