Connects Claude to live NBA data through the BallDontLie API, letting you query player stats, team information, and game results without leaving your conversation. Part of the Pipeworx gateway ecosystem, which means you can either use it standalone or tap into their full catalog of 250+ data sources. The ask_pipeworx tool is noteworthy: instead of calling specific endpoints, you ask questions in plain English and it routes to the right API automatically. Useful when you're building sports analytics, need quick player comparisons, or want to pull historical game data into your workflow without writing integration code.
NBA MCP — player, team, and game data via the BallDontLie API
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"nba": {
"url": "https://gateway.pipeworx.io/nba/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 Nba data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
miapre/html-to-figma-design-system
ie3jp/illustrator-mcp-server
coding-solo/godot-mcp
ivanmurzak/unity-mcp
yctimlin/mcp_excalidraw
figma/mcp-server-guide