M
marketplace
/cancel_appointment
cancel appointment
Cancel a booking you made. Requires booking_id and the lookup_token from book_appointment. Safe to retry (idempotent). No account needed.
liveunknown~5s typical
mcpmarketplace
$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-com-bookingmaven-marketplace /cancel_appointment for me.
Input
| Field | Type | Description |
|---|---|---|
| booking_id* | string | The booking_id returned from book_appointment |
| lookup_token* | string | The lookup_token returned from book_appointment for this booking |
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-com-bookingmaven-marketplace","endpoint":"/cancel_appointment","input":{"booking_id":"...","lookup_token":"..."}}'cli
npx cracked-ai run -p mcp-com-bookingmaven-marketplace -e /cancel_appointment -i '{"booking_id":"...","lookup_token":"..."}'mcp
run_tool({ provider: "mcp-com-bookingmaven-marketplace", endpoint: "/cancel_appointment", input: {"booking_id":"...","lookup_token":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.