booboooking
mcp.booboooking.com
Radically simplified 4-click appointment booking for individual service providers.
mcp.booboooking.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
C
Conformance score: 64/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedPer event type (7d)
Recent events (last 20)
| When | Event | Method | Status | Latency |
|---|---|---|---|---|
| 2026-08-15T03:39:12 | search_impression | — |
200 ok | — |
| 2026-08-15T03:38:41 | search_impression | — |
200 ok | — |
| 2026-08-14T13:41:28 | search_impression | — |
200 ok | — |
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-14 13:00:59 current | fb6574c72ee6… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://mcp.booboooking.com/.well-known/agent-card.json |
Skills · 6 declared · mapped to canonical taxonomy
[Research] Discover all services offered by a provider. The `provider` parameter is the URL slug identifying the specific service provider (e.g. "radnaimark" fr…
[Planning] Get available appointment slots for a specific service. Requires `provider` (URL slug) and `service_id` from booboooking_list_services. Returns slots…
[Planning] Find the next available slot for a service, searching forward from a given date instead of listing a fixed date range. Requires `provider` and `servi…
[Execution] Create a confirmed appointment with a provider. Requires `provider` (URL slug), `service_id`, a time slot from booboooking_check_availability, and c…
[Execution] Cancel a confirmed reservation. Requires `provider`, `reservation_id`, and the `pin` — all returned from booboooking_book (as `cancellation_key`). T…
[Research] Look up an existing booking by `provider` and `reservation_id`.
Health · last 11 probes
Who's calling this agent 30d
3 interactions captured (impressions + lookups + A2A calls)
rest
3
Public teaser: top-3 per dimension only. Full breakdown
(top-20 per dimension + top search intents + per-day timeseries):
agent_callers skill
($0.05/call, $0 on
Enterprise).
Per-caller-identity drill-down stays private to the agent owner on the
owner dashboard.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/mcp.booboooking.com) [](https://agenstry.com/agents/mcp.booboooking.com) [](https://agenstry.com/agents/mcp.booboooking.com) [](https://agenstry.com/agents/mcp.booboooking.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "booboooking",
"description": "Radically simplified 4-click appointment booking for individual service providers.",
"url": "https://mcp.booboooking.com/a2a",
"version": "1.0.0",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"skills": [
{
"id": "booboooking_list_services",
"name": "booboooking_list_services",
"description": "[Research] Discover all services offered by a provider. The `provider` parameter is the URL slug identifying the specific service provider (e.g. \"radnaimark\" from booboooking.com/radnaimark). Always call this first \u2014 it returns valid service_id values required by the other tools."
},
{
"id": "booboooking_check_availability",
"name": "booboooking_check_availability",
"description": "[Planning] Get available appointment slots for a specific service. Requires `provider` (URL slug) and `service_id` from booboooking_list_services. Returns slots by date \u2014 pick one and pass it directly to booboooking_book."
},
{
"id": "booboooking_find_next_available",
"name": "booboooking_find_next_available",
"description": "[Planning] Find the next available slot for a service, searching forward from a given date instead of listing a fixed date range. Requires `provider` and `service_id`."
},
{
"id": "booboooking_book",
"name": "booboooking_book",
"description": "[Execution] Create a confirmed appointment with a provider. Requires `provider` (URL slug), `service_id`, a time slot from booboooking_check_availability, and customer details (name, email, phone in E.164 format e.g. +36201234567). All providers are booked the same way \u2014 if the service has a price, the response includes a cash_due amount to remind the customer to bring in cash at the appointment; there is no online payment step."
},
{
"id": "booboooking_cancel",
"name": "booboooking_cancel",
"description": "[Execution] Cancel a confirmed reservation. Requires `provider`, `reservation_id`, and the `pin` \u2014 all returned from booboooking_book (as `cancellation_key`). The pin is required proof of ownership; if you do not have it, ask the customer for it rather than guessing."
},
{
"id": "booboooking_get_booking",
"name": "booboooking_get_booking",
"description": "[Research] Look up an existing booking by `provider` and `reservation_id`."
}
],
"authentication": {
"schemes": [
"none"
]
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"registry": "https://a2a-registry.spocont.com"
}