T
tickets
/set_contact
Attach the buyer
Attaches the buyer to a held booking and returns the payment_url. Give that URL to the human buyer: payment (card or Bancontact) happens in their browser, never
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 /set_contact for me.
Input
| Field | Type | Description |
|---|---|---|
| booking_uuid* | string | |
| firstname* | string | |
| lastname* | string | |
| email* | string | The buyer's email; the tickets are sent there. |
| terms_accepted* | boolean | Must be true, and only after the buyer explicitly accepted the terms of sale. |
| zip | string | |
| country | string | Two-letter ISO code, e.g. BE. |
| promo_code | string | |
| newsletter_opt_in | boolean | Only true if the buyer explicitly asked to subscribe. |
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":"/set_contact","input":{"booking_uuid":"...","firstname":"...","lastname":"...","email":"...","terms_accepted":true}}'cli
npx cracked-ai run -p mcp-brussels-toots-tickets -e /set_contact -i '{"booking_uuid":"...","firstname":"...","lastname":"...","email":"...","terms_accepted":true}'mcp
run_tool({ provider: "mcp-brussels-toots-tickets", endpoint: "/set_contact", input: {"booking_uuid":"...","firstname":"...","lastname":"...","email":"...","terms_accepted":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.