M
marketplace
11 endpointsliveBook, reschedule and cancel appointments at any business on the BookingMaven marketplace. (MCP server com.bookingmaven/marketplace, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for marketplace.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| search businesses /search_businesses | Search for service businesses by location. Returns businesses with their booking URLs, ratings, and descriptions. Use get_business to see services and get_avail | $0.0020 per call | unknown |
| get business /get_business | Get full details for a business including services (with IDs and prices), staff, and hours. You need service_id and optionally staff_id before calling book_appo | $0.0020 per call | unknown |
| get availability /get_availability | Get open appointment slots for a business on a specific date. Returns ISO timestamps for each available slot. Use these start_time/end_time values when calling | $0.0020 per call | unknown |
| 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 | $0.0020 per call | unknown |
| get booking /get_booking | Look up the current status/time of a booking you made. Requires the booking_id and the lookup_token that book_appointment returned. No account needed. | $0.0020 per call | unknown |
| 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. | $0.0020 per call | unknown |
| reschedule appointment /reschedule_appointment | Move a booking you made to a new time. Requires booking_id, the lookup_token from book_appointment, and new_start_time/new_end_time (ISO 8601, from get_availabi | $0.0020 per call | unknown |
| create account /create_account | Get a BookingMaven signup link pre-filled with the customer's details. The customer visits the link to set their password and activate their account, which link | $0.0020 per call | unknown |
| start business signup /start_business_signup | Get a link for a business owner to sign up and list their business on BookingMaven. Returns a URL with optional pre-filled details. | $0.0020 per call | unknown |
| list my bookings /list_my_bookings | List all appointments booked with your email address. Requires signing in (OAuth) — your AI must be connected with an authenticated account that has a verified | $0.0020 per call | unknown |
| link account /link_account | Link the guest bookings you made with your email to your signed-in account so you can manage them from your account. Requires signing in (OAuth) with a verified | $0.0020 per call | unknown |