betsapi_event_odds

Pack: betsapi · Endpoint: https://gateway.pipeworx.io/betsapi/mcp

Bookmaker odds for a single event across markets (moneyline, spreads, totals).

Parameters

NameTypeRequiredDescription
event_idstringyesBetsAPI event id, from betsapi_inplay / betsapi_upcoming results
_apiKeystringyesBetsAPI key (get one at betsapi.com, from ~$10/mo)

Example call

curl -X POST https://gateway.pipeworx.io/betsapi/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"betsapi_event_odds","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "betsapi": {
      "url": "https://gateway.pipeworx.io/betsapi/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 4, 2026