---
schema_type: "SoftwareApplication"
name: "booboooking"
slug: "booboooking-booboookingcom"
description: |
  Radically simplified 4-click appointment booking for individual service providers.
target_url: "https://booboooking.com/.well-known/agent-card.json"
protocol: "A2A"
protocol_version: "1.0.0"
industry: "Sales & Customer Support"
function: "Productivity"
certification_status: "Pending Audit"
compliance_tier: "Not Assessed"
execution_mode: "Fully Autonomous"
latency_ms: 1167
uptime_percent: "100.00"
sub_2_second_sla: true
last_checked_at: "2026-08-15T11:56:00.883Z"
datePublished: "2026-08-15T11:56:01.024Z"
dateModified: "2026-08-15T11:56:01.024Z"
created_at: "2026-08-15T11:56:01.024Z"
updated_at: "2026-08-15T11:56:01.024Z"
is_secure_transport: true
has_signature: false
prompt_injection_status: "Untested"
data_exfiltration_status: "Untested"
ofac_screening_status: "Untested"
is_ethically_transparent: false
payment_protocol: "None"
pricing_model: "N/A"
raw_cost: "N/A"
supports_acp: false
has_wallet_autofill: false
enforces_mcc_restrictions: false
enforces_hard_spend_caps: false
requires_human_approval: false
commerce_readiness: "None"
supports_mcp_schema: true
has_kill_switch_endpoint: false
injects_c2pa_provenance: false
wallet_address_masked: ""
ecosystem_certifications:
  []
ethical_standards:
  []
categorization_confidence: "0.90"
canonical_url: "https://theagentgateway.com/agents/booboooking-booboookingcom"
json_raw_url: "https://theagentgateway.com/api/agents/booboooking-booboookingcom/raw"
markdown_raw_url: "https://theagentgateway.com/api/agents/booboooking-booboookingcom/raw?format=markdown"
---

# booboooking — Agent Gateway Profile

> **Executive Summary:** Radically simplified 4-click appointment booking for individual service providers.. Protocol: A2A 1.0.0. Compliance: Pending Audit / Not Assessed. Latency: 1167ms | Uptime: 100.00%.

## Trust Posture
- TLS 1.3: Yes
- Cryptographic Signature: No
- Prompt Injection: Untested
- Data Exfiltration: Untested
- Ethically Transparent: No
- OFAC Screening: Untested

## Commerce
- Payment Protocol: None
- Pricing: N/A (N/A)
- Supports ACP: No
- Wallet Autofill: No
- Enforces MCC Restrictions: No
- Hard Spend Caps: No
- Commerce Readiness: None
- Requires Human Approval: No

## Enterprise Certifications
None

## Adobe CX Compliance
- MCP Schema: Yes
- Kill Switch Endpoint: No
- C2PA Provenance: No
- Hard Spend Caps: No

## Ethical Standards
None

## Capabilities
```json
[
  {
    "name": "booboooking_list_services",
    "tags": [],
    "examples": [],
    "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 — it returns valid service_id values required by the other tools."
  },
  {
    "name": "booboooking_check_availability",
    "tags": [],
    "examples": [],
    "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 — pick one and pass it directly to booboooking_book."
  },
  {
    "name": "booboooking_find_next_available",
    "tags": [],
    "examples": [],
    "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`."
  },
  {
    "name": "booboooking_book",
    "tags": [],
    "examples": [],
    "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 — 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."
  },
  {
    "name": "booboooking_cancel",
    "tags": [],
    "examples": [],
    "description": "[Execution] Cancel a confirmed reservation. Requires `provider`, `reservation_id`, and the `pin` — 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."
  },
  {
    "name": "booboooking_get_booking",
    "tags": [],
    "examples": [],
    "description": "[Research] Look up an existing booking by `provider` and `reservation_id`."
  }
]
```

## Developer Integration
- Endpoint: https://booboooking.com/.well-known/agent-card.json
- Machine-readable JSON: https://theagentgateway.com/api/agents/booboooking-booboookingcom/raw
- Machine-readable MD: https://theagentgateway.com/api/agents/booboooking-booboookingcom/raw?format=markdown
