@pipeworx/odds-api
Connect: https://gateway.pipeworx.io/odds-api/mcp · Install: one-click buttons
Tools: 5
The Odds API MCP — sportsbook odds across 70+ books for 30+ sports leagues (NFL, NBA, MLB, NHL, soccer, MMA, golf, tennis, esports, cricket, …).
Tools
list_sports(all?)— list available sports/leaguesget_odds(sport_key, regions?, markets?, odds_format?, date_format?, bookmakers?, events?)— current oddsget_event_odds(sport_key, event_id, regions?, markets?)— odds for a specific event (allows more markets like player props)get_scores(sport_key, days_from?)— live + recent final scoresget_events(sport_key, date_format?, event_ids?)— list upcoming + live events
Auth
- Platform key: gateway env
PLATFORM_ODDS_API_KEY - BYO:
?_apiKey=<key>after registering at https://the-odds-api.com/
Free tier: 500 requests/month. Each odds-payload market counts as 1 request.
Data source
https://api.the-odds-api.com/v4/ — ?apiKey= query.
Tools
- list_sports — List available sports/leagues. By default returns only in-season; pass all=true to include out-of-season.
- get_odds — Current odds for upcoming + live events in a league. Each market type costs 1 quota credit per region per call — pick markets carefully.
- get_event_odds — Odds for a single event — allows richer markets (player props, alt lines). Higher quota cost per call.
- get_scores — Live + recent final scores. Costs 2 requests per call.
- get_events — Upcoming + live events for a league (without odds — useful to discover event IDs).
Tools
-
get_event_odds— Odds for a single event — allows richer markets (player props, alt lines). Higher quota cost per call. -
get_events— Upcoming + live events for a league (without odds — useful to discover event IDs). -
get_odds— Current odds for upcoming + live events in a league. Each market type costs 1 quota credit per region per call — pick markets carefully. -
get_scores— Live + recent final scores. Costs 2 requests per call. -
list_sports— List available sports/leagues. By default returns only in-season; pass all=true to include out-of-season.