get_odds
Pack: odds-api · Endpoint: https://gateway.pipeworx.io/odds-api/mcp
Current odds for upcoming + live events in a league. Each market type costs 1 quota credit per region per call — pick markets carefully.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
sport_key | string | yes | Sport key from list_sports, e.g. “americanfootball_nfl” |
regions | string | no | us | uk | eu | au — comma-sep (default us) |
markets | string | no | h2h | spreads | totals | outrights — comma-sep (default h2h) |
odds_format | string | no | american (default) | decimal |
date_format | string | no | iso (default) | unix |
bookmakers | string | no | Comma-sep bookmaker keys (e.g. “draftkings,fanduel”) to restrict |
event_ids | string | no | Restrict to specific event IDs (comma-sep) |
Example call
curl -X POST https://gateway.pipeworx.io/odds-api/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_odds","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"odds-api": {
"url": "https://gateway.pipeworx.io/odds-api/mcp"
}
}
}
See Getting Started for client-specific install steps.