betsapi_event_odds
Pack: betsapi · Endpoint: https://gateway.pipeworx.io/betsapi/mcp
Bookmaker odds for a single event across markets (moneyline, spreads, totals).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
event_id | string | yes | BetsAPI event id, from betsapi_inplay / betsapi_upcoming results |
_apiKey | string | yes | BetsAPI 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.