T
tickets
/wait_for_payment
Wait for the payment
Like get_booking_status, but holds the request open (up to 25 seconds) and returns as soon as the booking is paid. Call it after handing the buyer the payment_u
liveverifiedunknown~5s typical
mcpprobedtickets
$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-brussels-toots-tickets /wait_for_payment for me.
Input
| Field | Type | Description |
|---|---|---|
| booking_uuid* | string | |
| timeout_seconds | integer | default 20 |
| locale | string (fr | en | nl) | Language for titles, labels and the returned URLs. Defaults to fr. |
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-brussels-toots-tickets","endpoint":"/wait_for_payment","input":{"booking_uuid":"...","timeout_seconds":20}}'cli
npx cracked-ai run -p mcp-brussels-toots-tickets -e /wait_for_payment -i '{"booking_uuid":"...","timeout_seconds":20}'mcp
run_tool({ provider: "mcp-brussels-toots-tickets", endpoint: "/wait_for_payment", input: {"booking_uuid":"...","timeout_seconds":20} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.