mcpbeat

booboooking Appointment Booking MCP Server

com.spocont/booboooking
answering

booboooking Appointment Booking is answering right now. Last checked 4 min ago. It exposes 6 tools.

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

Uptime history 42 hours of history
42 hours agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
217 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add booboooking --transport http https://booboooking.com/api/slot/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "booboooking": {
      "url": "https://booboooking.com/api/slot/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.booboooking]
url = "https://booboooking.com/api/slot/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "booboooking": {
      "url": "https://booboooking.com/api/slot/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "booboooking": {
      "url": "https://booboooking.com/api/slot/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

booboooking
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.
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.
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.
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.
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.
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.

Endpoints

URLTransportStateLatencyChecked
https://booboooking.com/api/slot/mcp streamable-http answering 236 ms 4 min ago

booboooking Appointment Booking — questions

Answers built from our own checks of this server.

What can booboooking Appointment Booking do?
It exposes 6 tools, read directly from the server on our last check. Among them: booboooking_book, booboooking_cancel, booboooking_check_availability, booboooking_find_next_available, booboooking_get_booking, booboooking_list_services. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is booboooking Appointment Booking working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 217 ms. The bar chart above shows every period we have measured.
How do I connect booboooking Appointment Booking?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does booboooking Appointment Booking need an API key?
No. booboooking Appointment Booking completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is booboooking Appointment Booking?
It answers our handshake in 217 ms on average, which is faster than 59% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.