betsapi_upcoming

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

Upcoming (scheduled) sport events for a sport, optionally for a given day.

Parameters

NameTypeRequiredDescription
sport_idstringyesBetsAPI sport id. Common: ${SPORT_IDS}
daystringnoOptional day filter in YYYYMMDD format, e.g. “20260704”
_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_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.

Regenerated from source · build July 4, 2026