betsapi_inplay

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

Live in-play sport matches happening right now, with running score and match clock.

Parameters

NameTypeRequiredDescription
sport_idstringyesBetsAPI sport id. Common: ${SPORT_IDS}
_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_inplay","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