# Caboo MCP server

Agent View of the PolicyLayer registry record for Caboo: identity, probed posture, risk grade, and all 6 tools classified. HTML page: https://policylayer.com/tools/com-getcaboo-caboo

## Facts

- Server id: `https://getcaboo.com/mcp`
- Homepage: https://github.com/https://getcaboo.com/mcp
- Registry record: grade C, identity unverified
- Lifecycle: active
- Auth posture: open
- Rate-limited: no
- Tools: 6 (6 with introspected schema)
- Tool categories present: Read
- Context-window cost: 1064 tokens per request — https://policylayer.com/token-cost/com-getcaboo-caboo
- Tags: com getcaboo caboo
- Record last modified: 2026-08-31T15:50:16.307Z

## Tools (6)

| Tool | Category | Risk | Record |
| --- | --- | --- | --- |
| `book_get_availability` | Read | Low | https://policylayer.com/tools/com-getcaboo-caboo/book-get-availability.md |
| `book_get_booking_status` | Read | Low | https://policylayer.com/tools/com-getcaboo-caboo/book-get-booking-status.md |
| `book_list_services` | Read | Low | https://policylayer.com/tools/com-getcaboo-caboo/book-list-services.md |
| `get_provider` | Read | Low | https://policylayer.com/tools/com-getcaboo-caboo/get-provider.md |
| `search_providers` | Read | Low | https://policylayer.com/tools/com-getcaboo-caboo/search-providers.md |
| `book_hold_slot` | Write | Medium | https://policylayer.com/tools/com-getcaboo-caboo/book-hold-slot.md |

## Tool descriptions

- `book_get_availability` — List open appointment times for one service, grouped by day, with the business's timezone. Always present times to the user in that timezone. Each slot includes a canonical holdLabel and expiresNote; copy those exact values into book_hol…
- `book_get_booking_status` — Check what happened to a held slot: still held, confirmed by the user, or expired. Call this when the user says they finished on the confirmation page (or asks whether it went through) so you can confirm the booking in the conversation. …
- `book_list_services` — List one business's services with duration and displayed price. Call this before book_get_availability when the right service is not yet known.
- `get_provider` — Get one business's public profile by slug: identity, location, contact, services overview, booking policies, capabilities (which actions this business currently supports), and public links.
- `search_providers` — Find local service businesses on Caboo by name, category, or area. Returns published businesses with the actions each one supports in its capabilities array. An empty providers list is a valid result — relay it politely; never invent bus…
- `book_hold_slot` — Hold one open time slot (a self-expiring reservation, about 10 minutes) and get back a confirmation URL. The first argument, holdLabel, must be copied exactly from the chosen book_get_availability slot so the approval card describes the …

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=com-getcaboo-caboo · API: https://policylayer.com/registry/api · Recommended policies for every tool: https://policylayer.com/policies/com-getcaboo-caboo
