Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

Booking Request

com.bonissystems/booking-request

Self-authenticating booking-request receipt anchored to the Knox chain; never represents a person.

Uptime
100.0%
2 direct probes · 30d
Response
675ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

request_booking

Anchor a booking request for a represented Bonis Concierge agent. Returns a self-authenticating booking bundle: Knox anchor record + C2PA-aligned envelope (subset of C2PA 1.4 — adapted for booking eve…

verify_booking

Verify an anchored booking-request record. Given a SHA-256 anchor hash (the payload_hash from a prior request_booking call), return the anchor record, predecessor hash, sequence number, and timestamp.…

list_represented_agents

Enumerate the Bonis Concierge represented-agent roster. Returns slug, name, charter, bureau, archetype, liveness ('live' = verifiable POST endpoint and Knox event-chain integration today / 'charter' =…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "booking_request": {
      "url": "https://bonissystems.com/api/knox/agents/booking-request/mcp",
      "transport": "streamable-http"
    }
  }
}