mcpserver.lol
registry/booboooking
Connection check verified live · 28h ago

booboooking

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

Tools 6
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 28h ago

Tools & capabilities

6 tools

Read from the running server on 28h ago.

booboooking_book date*time*provider*service_id*customer_namecustomer_email +1
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 sign…
booboooking_cancel can modify data pin*provider*reservation_id*
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 owners…
booboooking_check_availability read-only provider*days_aheadservice_id*start_date
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 "d…
booboooking_find_next_available read-only countprovider*from_dateservice_id*search_days
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 "…
booboooking_get_booking read-only pin*provider*reservation_id*
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 reserv…
booboooking_list_services read-only provider*
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 booki…