MCP server exposing 4 tools for nba.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/nba/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_players — Search for NBA players by name. Returns position, height, weight, college, and current team. Use get_player with the player ID for detailed stats and career history.get_player — Get detailed NBA player profile including career stats, season-by-season performance, biographical info, and team history. Requires player ID from search_players.get_teams — Get all 30 NBA teams with full names, abbreviations, conference, and division. Use to find team info or prepare for get_games queries. Requires a free BallDontLie API key.get_games — Get NBA games for a season (e.g., 2023, 2024). Returns game date, status, matchup teams, and final or live scores. Requires a free BallDontLie API key.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/nba/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io