BD
BetSlip Doctor
/track_slip
Track a slip
Create or revise one of the authenticated user's ticket trees. This stores truth state only; it never places, prepares, or hands off a wager.
liveunknown~5s typical
mcpbetslipdoctor
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-betslipdoctor-mcp /track_slip for me.
Input
| Field | Type | Description |
|---|---|---|
| client_mutation_id* | string | Caller-generated idempotency key. |
| ticket_id | string | Server ticket id when revising an existing tracked slip. |
| expected_revision | integer | Required with ticket_id; stale writes fail with a conflict. |
| ticket* | object | BSD two-level BetTicketContract. SGP children stay nested under one outer pick. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-betslipdoctor-mcp","endpoint":"/track_slip","input":{"client_mutation_id":"...","ticket":{}}}'cli
npx cracked-ai run -p mcp-ai-betslipdoctor-mcp -e /track_slip -i '{"client_mutation_id":"...","ticket":{}}'mcp
run_tool({ provider: "mcp-ai-betslipdoctor-mcp", endpoint: "/track_slip", input: {"client_mutation_id":"...","ticket":{}} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.