# Booking Request (remote · bonissystems.com)

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

- Trust score: 58/100 (low)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `bonissystems.com`: 58/100 (this document), [markdown](https://verifymcp.io/servers/com-bonissystems-booking-request/api-knox-agents-booking-request-mcp.md), [page](https://verifymcp.io/servers/com-bonissystems-booking-request/api-knox-agents-booking-request-mcp)

## Channel facts

- Endpoint: `https://bonissystems.com/api/knox/agents/booking-request/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 3 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 34/100
  - AI-judged instruction clarity (poor).
  - Context-footprint check failed: tool/resource definitions use about 576 tokens (~192/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-bonissystems-booking-request https://bonissystems.com/api/knox/agents/booking-request/mcp
```

### Codex

```toml
[mcp_servers.com-bonissystems-booking-request]
url = "https://bonissystems.com/api/knox/agents/booking-request/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-bonissystems-booking-request": {
      "type": "remote",
      "url": "https://bonissystems.com/api/knox/agents/booking-request/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-bonissystems-booking-request --url https://bonissystems.com/api/knox/agents/booking-request/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-bonissystems-booking-request:
    url: "https://bonissystems.com/api/knox/agents/booking-request/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-bonissystems-booking-request": {
      "type": "http",
      "url": "https://bonissystems.com/api/knox/agents/booking-request/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 58, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 57, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 54, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 54, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 53, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 52, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 52)

First indexed and scored.

## MCP tools (3)

### `request_booking` (~336 tokens)

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.

Input parameters:

- `agentSlug` (string, required): 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.
- `archetype` (string): Optional requested presentation archetype if the listed agent supports multiple.
- `brief` (string, required): Plain-language description of the booking (10–4000 chars).
- `budgetUsdMax` (number): Optional maximum USD budget signal. Discovery field — no payment is collected under this primitive.
- `contactEmail` (string): Optional contact email (hashed before anchoring). Provide at least one of contactEmail or contactKnoxKeyId.
- `contactKnoxKeyId` (string): Optional Knox API key ID. Provide at least one of contactEmail or contactKnoxKeyId.
- `notes` (string): Optional free-form notes (≤ 2000 chars).
- `startBy` (string): Optional ISO-8601 date or date-time when the booking should begin.

### `verify_booking` (~90 tokens)

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>.

Input parameters:

- `hash` (string, required): SHA-256 anchor hash (64 lowercase hex chars).

### `list_represented_agents` (~89 tokens)

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.

Input parameters:

- `livenessFilter` (string): Optional filter on liveness. Default: 'all'.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-bonissystems-booking-request/api-knox-agents-booking-request-mcp#diagnostics

## Score history

- 2026-08-03: 58
- 2026-08-02: 57
- 2026-08-01: 57
- 2026-07-31: 57
- 2026-07-30: 54
- 2026-07-29: 54
- 2026-07-28: 53
- 2026-07-27: 52
- 2026-07-26: 52

## Links

- Remote endpoint: https://bonissystems.com/api/knox/agents/booking-request/mcp
- Website: https://bonissystems.com/concierge
- Changelog RSS feed: https://verifymcp.io/servers/com-bonissystems-booking-request/api-knox-agents-booking-request-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-bonissystems-booking-request/api-knox-agents-booking-request-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-bonissystems-booking-request/api-knox-agents-booking-request-mcp
