# booboooking Appointment Booking MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-spocont-booboooking
- Website: https://booboooking.com

## Install
- Endpoint: https://booboooking.com/api/slot/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://booboooking.com/api/slot/mcp

## Tools
- 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. Endpoint: https://booboooking.com/api/slot/mcp
- 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 this to the user). Use this before booking. Endpoint: https://booboooking.com/api/slot/mcp
- 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 from your host app — do NOT ask them to retype. Always ask for customer_phone separately (it is not in the sign-in profile). customer_phone MUST be in international E.164 format starting with `+` and country code (e.g. `+36201234567`), no spaces/dashes — convert local-format numbers before calling this tool or the booking will fail validation. On success the response includes `id` and `pin` (MUST remember paired, for cancellation) and optionally `cash_due: { amount, currency }` — if present, remind the user to bring that amount in cash. Endpoint: https://booboooking.com/api/slot/mcp
- 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 asks to cancel but you do not have the pin in your conversation state, you MUST ask them for it — you cannot cancel without it. Never invent or guess a pin. Endpoint: https://booboooking.com/api/slot/mcp
- 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 appointment" without a specific date in mind. Endpoint: https://booboooking.com/api/slot/mcp
- 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 via the payment flow. Endpoint: https://booboooking.com/api/slot/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.spocont
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 12, 2026
- Source: https://registry.modelcontextprotocol.io
