Knox Anchor
https://bonissystems.com/api/knox/mcpskills: {'id': 'get_descriptor', 'name': 'get_descriptor', 'description': 'Return the Knox MCP server self-description: operator, USPTO patent reference, jurisdiction, available tools, and links to the public AAM (Agent Audit and Management) documentation surface.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_chain_health', 'name': 'get_chain_health', 'description': 'Return Knox service health: process uptime, database latency, total anchors written, latest anchor timestamp, and the Bitcoin anchor SLA target (OpenTimestamps interval, 1-6 hour confirmation window). Mirrors the public /api/knox/health endpoint under the MCP envelope.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_event_types', 'name': 'list_event_types', 'description': 'Return the canonical Knox event-type taxonomy. Each event type is a citation token for federal-grade audit; the registry expands monotonically and is itself anchored on every expansion.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'verify_anchor', 'name': 'verify_anchor', 'description': 'Given a SHA-256 anchor hash (64 hex chars), return the anchor record, chain link validity (predecessor present and matched), event type, sequence number, and verify URL. Public — no authentication required.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'anchor_event', 'name': 'anchor_event', 'description': 'Anchor a generic agent action to the Knox chain. Accepts any event_type from the canonical taxonomy plus a payload object. Returns the anchor sequence, payload hash, predecessor hash, timestamp, and verify URL. Requires a Knox Bearer API key on the Authorization header — unauthenticated calls are rejected. Provision a key by contacting Bonis Systems.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'anchor_mcp_tool_call', 'name': 'anchor_mcp_tool_call', 'description': "Convenience anchor for the AAM Model Context Protocol theater. Records an `agent_mcp_tool_call` event with structured tool-call metadata (server URL, tool name, argument digest, agent identity, response digest). Use this to make an MCP-using agent's actions independently auditable.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'anchor_file_hash', 'name': 'anchor_file_hash', 'description': 'Anchor a SHA-256 file digest to Knox and return an affidavit architected for FRE 902(13)/(14) self-authentication. The file itself is not transmitted — the caller computes the hash and only the digest + filename + size + MIME type are anchored. Admissibility in any matter remains a determination of the presiding court. Requires a Knox Bearer API key on the Authorization header — unauthenticated calls are rejected.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 208.2ms; conformance: pass
How to connect
https://bonissystems.com/api/knox/mcp
curl -X POST https://bonissystems.com/api/knox/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'