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

NameTypeRequiredDescription
sport_keystringyesSport key from list_sports, e.g. “americanfootball_nfl”
regionsstringnous | uk | eu | au — comma-sep (default us)
marketsstringnoh2h | spreads | totals | outrights — comma-sep (default h2h)
odds_formatstringnoamerican (default) | decimal
date_formatstringnoiso (default) | unix
bookmakersstringnoComma-sep bookmaker keys (e.g. “draftkings,fanduel”) to restrict
event_idsstringnoRestrict 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.

Regenerated from source · build May 21, 2026