marketplace
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

FieldTypeDescription
business_slug*stringThe business slug from search_businesses results
service_id*stringThe service ID from get_business results
start_time*stringISO 8601 datetime for the appointment start (from get_availability)
end_time*stringISO 8601 datetime for the appointment end (from get_availability)
customer_name*stringCustomer full name
customer_email*stringCustomer email address
customer_phonestringCustomer phone number (optional)
staff_idstringStaff member ID (from get_business). Omit to auto-assign.
notesstringAny special requests or notes for the business
idempotency_key*stringUnique 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.