Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

booboooking Appointment Booking

com.spocont/booboooking

Book appointments with service providers on booboooking.com — no token required.

Uptime
100.0%
1 direct probes · 30d
Response
117ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

booboooking_list_services

List available services for a provider on booboooking.com. Returns service names, IDs, duration, and price. Call this first to find the service ID needed for availability and booking.

booboooking_check_availability

Check available time slots for a provider and service on booboooking.com. Returns available dates with slots — each slot has a "time" field (use this for booboooking_book) and a "display" field (show …

booboooking_book

Book an appointment on booboooking.com (free OR paid services — payment is always in cash at the appointment, no online payment). For customer_name and customer_email, use the signed-in user's profile…

booboooking_cancel

Cancel a reservation on booboooking.com. Requires the reservation_id AND pin that were returned from the original booboooking_book call — both are needed as proof of booking ownership. If the user ask…

booboooking_find_next_available

Search forward for the next available appointment slots for a provider and service on booboooking.com. Returns up to `count` openings sorted chronologically. Useful when you need "the next available a…

booboooking_get_booking

Retrieve a booking by its reservation ID. Requires the PIN from the original booking response to prove ownership. Returns full booking details including payment state if the reservation was created vi…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "booboooking_appointment_booking": {
      "url": "https://booboooking.com/api/slot/mcp",
      "transport": "streamable-http"
    }
  }
}