MCP server exposing 5 tools for odds-api.
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/odds-api/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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).Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/odds-api/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io