betsapi_upcoming
Pack: betsapi · Endpoint: https://gateway.pipeworx.io/betsapi/mcp
Upcoming (scheduled) sport events for a sport, optionally for a given day.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
sport_id | string | yes | BetsAPI sport id. Common: ${SPORT_IDS} |
day | string | no | Optional day filter in YYYYMMDD format, e.g. “20260704” |
_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_upcoming","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.