# booboooking Appointment Booking (remote · booboooking.com)

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

- Trust score: 66/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `booboooking.com`: 66/100 (this document), [markdown](https://verifymcp.io/servers/com-spocont-booboooking/api-slot-mcp.md), [page](https://verifymcp.io/servers/com-spocont-booboooking/api-slot-mcp)

## Channel facts

- Endpoint: `https://booboooking.com/api/slot/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 6 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 58/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2176 tokens (~362/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-spocont-booboooking https://booboooking.com/api/slot/mcp
```

### Codex

```toml
[mcp_servers.com-spocont-booboooking]
url = "https://booboooking.com/api/slot/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-spocont-booboooking": {
      "type": "remote",
      "url": "https://booboooking.com/api/slot/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-spocont-booboooking --url https://booboooking.com/api/slot/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-spocont-booboooking:
    url: "https://booboooking.com/api/slot/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-spocont-booboooking": {
      "type": "http",
      "url": "https://booboooking.com/api/slot/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 64, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 63, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 61, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 60)

First indexed and scored.

## MCP tools (6)

### `booboooking_list_services` (~70 tokens)

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.

Input parameters:

- `provider` (string, required): Provider identifier (e.g. "radnaimark", "tomi")

### `booboooking_check_availability` (~142 tokens)

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.

Input parameters:

- `days_ahead` (number): How many days to check (default: 14, max: 30)
- `provider` (string, required): Provider identifier
- `service_id` (string, required): Service ID from booboooking_list_services (the "id" field)
- `start_date` (string): Start date in YYYYMMDD format (default: today)

### `booboooking_book` (~328 tokens)

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.

Input parameters:

- `customer_email` (string): Customer email address
- `customer_name` (string): Customer full name
- `customer_phone` (string): Customer phone number in international E.164 format, e.g. "+36201234567" — convert local-format numbers (e.g. "06201234567") before calling this tool.
- `date` (string, required): Date in YYYYMMDD format (e.g. "20260415")
- `provider` (string, required): Provider identifier
- `service_id` (string, required): Service ID from booboooking_list_services
- `time` (string, required): Start time in HH:MM format (e.g. "09:30") — use the "time" field from booboooking_check_availability results

### `booboooking_cancel` (~140 tokens)

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.

Input parameters:

- `pin` (string, required): The PIN returned from the original booking
- `provider` (string, required): Provider identifier (same as the one used for booking)
- `reservation_id` (string, required): The `id` returned from the original booking (24-hex MongoDB ObjectId)

### `booboooking_find_next_available` (~150 tokens)

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.

Input parameters:

- `count` (integer): Number of openings to return (default: 3, max: 10)
- `from_date` (string): Start search from this date in YYYYMMDD format (default: today)
- `provider` (string, required): Provider identifier
- `search_days` (integer): Days to search ahead (default: 30, max: 60)
- `service_id` (string, required): Service ID from booboooking_list_services

### `booboooking_get_booking` (~106 tokens)

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.

Input parameters:

- `pin` (string, required): The PIN returned from the original booboooking_book call
- `provider` (string, required): Provider identifier (same as used for booking)
- `reservation_id` (string, required): The reservation ID returned from booboooking_book (24-char hex MongoDB ObjectId)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-spocont-booboooking/api-slot-mcp#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 65
- 2026-08-01: 65
- 2026-07-31: 64
- 2026-07-30: 63
- 2026-07-29: 62
- 2026-07-28: 62
- 2026-07-27: 61
- 2026-07-26: 60

## Links

- Remote endpoint: https://booboooking.com/api/slot/mcp
- Website: https://booboooking.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-spocont-booboooking/api-slot-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-spocont-booboooking/api-slot-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-spocont-booboooking/api-slot-mcp
