INDIVIDUAL MCP TOOL
anchor_file_hash
Anchor a SHA-256 file digest to Knox and return an affidavit architected for FRE 902(13)/(14) self-authentication.
LIVE ENDPOINT
https://bonissystems.com/api/knox/mcp
Connect to this endpoint to inspect the live schema for anchor_file_hash and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.knox-anchor]
url = "https://bonissystems.com/api/knox/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"knox-anchor": {
"type": "http",
"url": "https://bonissystems.com/api/knox/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: knox-anchor
Remote MCP URL: https://bonissystems.com/api/knox/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"knox-anchor": {
"url": "https://bonissystems.com/api/knox/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"knox-anchor": {
"type": "http",
"url": "https://bonissystems.com/api/knox/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "knox-anchor",
"transport": "streamable-http",
"url": "https://bonissystems.com/api/knox/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_descriptor— 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.get_chain_health— 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).list_event_types— Return the canonical Knox event-type taxonomy.verify_anchor— 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.anchor_event— Anchor a generic agent action to the Knox chain.anchor_mcp_tool_call— Convenience anchor for the AAM Model Context Protocol theater.