com.bonissystems/booking-request
Official3 toolsBooking Request
Self-authenticating booking-request receipt anchored to the Knox chain; never represents a person.
Anchors self-authenticating booking requests to the Knox blockchain chain.
Captured live from the server via tools/list.
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 events) + FRE 902(13)/(14)-shape representation affidavit. The agency does not adjudicate the merits of any booking, does not guarantee acceptance by the listed agent, does not handle payment under this primitive, and does not represent any natural person. Requires a Knox Bearer API key on the Authorization header — unauthenticated calls are rejected.
Parameters (8)
- agentSlugstringrequired
Roster slug of the listed agent (e.g., 'ofac-sdn-screening', 'content-provenance'). Must match the published Bonis Concierge roster — call list_represented_agents to enumerate.
- briefstringrequired
Plain-language description of the booking (10–4000 chars).
- archetypestring
Optional requested presentation archetype if the listed agent supports multiple.
- startBystring
Optional ISO-8601 date or date-time when the booking should begin.
- contactEmailstring
Optional contact email (hashed before anchoring). Provide at least one of contactEmail or contactKnoxKeyId.
- contactKnoxKeyIdstring
Optional Knox API key ID. Provide at least one of contactEmail or contactKnoxKeyId.
- budgetUsdMaxnumber
Optional maximum USD budget signal. Discovery field — no payment is collected under this primitive.
- notesstring
Optional free-form notes (≤ 2000 chars).
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. Public — no authentication required. The verification path is also accessible at GET /api/knox/verify?hash=<hash>.
Parameters (1)
- hashstringrequired
SHA-256 anchor hash (64 lowercase hex chars).
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' = description filed, integration in progress), and capability-page URL for each agent.
Parameters (1)
- livenessFilterstring
Optional filter on liveness. Default: 'all'.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"booking-request": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://bonissystems.com/api/knox/agents/booking-request/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.