A
AdvocateMCP
/confirm_booking
Confirm Booking
Confirm a reservation made with reserve_slot. The customer received a 6-digit confirmation code at their own email or phone when the slot was reserved — the age
liveunknown~5s typical
mcpadvocatemcp
$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-advocatemcp-advocate /confirm_booking for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Business slug identifier |
| reservation_id* | string | The reservation id returned by reserve_slot |
| code* | string | The 6-digit confirmation code the customer received at their contact (email or SMS) and re |
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-advocatemcp-advocate","endpoint":"/confirm_booking","input":{"slug":"...","reservation_id":"...","code":"..."}}'cli
npx cracked-ai run -p mcp-com-advocatemcp-advocate -e /confirm_booking -i '{"slug":"...","reservation_id":"...","code":"..."}'mcp
run_tool({ provider: "mcp-com-advocatemcp-advocate", endpoint: "/confirm_booking", input: {"slug":"...","reservation_id":"...","code":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.