M
marketplace
/book_appointment
book appointment
Reserve an appointment slot at a service business. Provide a unique idempotency_key to safely retry without double-booking. Get service_id from get_business and
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 /book_appointment for me.
Input
| Field | Type | Description |
|---|---|---|
| business_slug* | string | The business slug from search_businesses results |
| service_id* | string | The service ID from get_business results |
| start_time* | string | ISO 8601 datetime for the appointment start (from get_availability) |
| end_time* | string | ISO 8601 datetime for the appointment end (from get_availability) |
| customer_name* | string | Customer full name |
| customer_email* | string | Customer email address |
| customer_phone | string | Customer phone number (optional) |
| staff_id | string | Staff member ID (from get_business). Omit to auto-assign. |
| notes | string | Any special requests or notes for the business |
| idempotency_key* | string | Unique key to prevent duplicate bookings (e.g. UUID). Reuse the same key to safely retry. |
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":"/book_appointment","input":{"business_slug":"...","service_id":"...","start_time":"...","end_time":"...","customer_name":"...","customer_email":"...","idempotency_key":"..."}}'cli
npx cracked-ai run -p mcp-com-bookingmaven-marketplace -e /book_appointment -i '{"business_slug":"...","service_id":"...","start_time":"...","end_time":"...","customer_name":"...","customer_email":"...","idempotency_key":"..."}'mcp
run_tool({ provider: "mcp-com-bookingmaven-marketplace", endpoint: "/book_appointment", input: {"business_slug":"...","service_id":"...","start_time":"...","end_time":"...","customer_name":"...","customer_email":"...","idempotency_key":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.