hive-mcp-attest
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hive-mcp-attestevaluate gate with payload 0xdeadbeef"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Layer C — Reference Grade
This is the reference implementation of the HiveAttest claim family. Wire format is normative. Production-grade (Layer B) is a future hardened deployment.
Reference implementation of USPTO Provisional 64/055,601 — HiveAttest claims C8/C12/C13/C15-C20.
Inventor: Stephen A. Rotzin
What this is
hive-mcp-attest is a Model Context Protocol (MCP) server that exposes the complete HiveAttest perimeter as 19 tools, proxying to the live hivemorph backend.
Protocol: MCP 2024-11-05 over Streamable-HTTP / JSON-RPC 2.0
Transport:
POST /mcpDiscovery:
GET /.well-known/mcp.jsonHealth:
GET /healthBackend:
https://hivemorph.onrender.comCrypto: Ed25519, RFC 8785 JCS, SHA-256 — real signatures, no mocks
Brand gold:
#FFB800
Related MCP server: AgentVeil Protocol
Tools
Tool | Claim | Description |
| C15 | Issue a Pre-Action Attestation Manifest (Ed25519 signed) |
| C15 | Verify a passport manifest (signature + temporal + inputs hash) |
| C16 | Append a signed node to a custody chain (taint propagation) |
| C16 | Verify hash linkage, signatures, and taint propagation |
| C16 | Get a Merkle inclusion proof for a custody node |
| C17 | Register a versioned cargo type (definition_hash pinned) |
| C17 | Validate a payload against a registered cargo schema |
| C17 | Registry snapshot with Merkle root for version pinning |
| C18 | Issue a signed warranty committing an agent to a claim |
| C18 | Report a breach — signed breach record returned |
| C18 | Retrieve a warranty by ID |
| C19 | THE HEADLINE TOOL — Gate evaluation with signed C18 receipt |
| C20 | Probabilistic secondary inspection, signed inspection record |
| C8/C12 | Verify a SMSH-Stamp v1 receipt |
| C13 | Build a sorted Merkle tree for provable non-membership |
| C13 | Prove an event is absent from an audit window |
| C13 | Verify a non-membership proof against a root |
| — | Return layer/spec/patent metadata for all claims |
Endpoints
Tool | Backend URL |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| (local — no backend call) |
Connect (Claude Desktop)
Add to your claude_desktop_config.json:
{
"mcpServers": {
"hive-mcp-attest": {
"command": "node",
"args": ["/path/to/hive-mcp-attest/server.js"],
"env": {
"HIVE_BASE": "https://hivemorph.onrender.com"
}
}
}
}Or connect via Streamable-HTTP (MCP 2024-11-05):
{
"mcpServers": {
"hive-mcp-attest": {
"url": "https://hive-mcp-attest.onrender.com/mcp",
"transport": "streamable-http"
}
}
}Environment variables
Variable | Default | Description |
|
| Backend hivemorph URL |
|
| Server port |
Cryptographic guarantees
All attestation primitives use:
Ed25519 — signing key generated at backend startup (or loaded from
HIVE_ATTEST_PRIVATE_KEY_B64URL)RFC 8785 JCS — deterministic canonicalization for all signing operations
SHA-256 — payload hashing, Merkle tree nodes
No mocked signatures — every signature is a real 64-byte Ed25519 output
Patent
Reference implementation of USPTO Provisional 64/055,601 — HiveAttest claims C8/C12/C13/C15-C20.
Inventor: Stephen A. Rotzin. Filed May 2 2026.
Layer
Layer C — Reference Grade. Wire format is normative. Production-grade is Layer B.
Every tool description ends with: "Reference-grade implementation. Wire format normative; production-grade is Layer B."
License
MIT © 2026 Stephen A. Rotzin / Hive Civilization
This server cannot be deployed
Maintenance
Related MCP Connectors
Issue & verify signed (ed25519), hash-chained, timestamped provenance receipts for agent actions.
Decay-weighted reputation + tamper-evident trust attestations for the agent economy.
Machine-native utility network: verified evidence services for autonomous agents.
Post-quantum, tamper-evident receipts for agent actions. Ed25519 + ML-DSA-65, offline verify.
Related MCP Servers
- AlicenseCqualityAmaintenanceCryptographic identity and trust protocol for AI agents. 38 MCP tools across 8 protocol layers: Ed25519 identity, delegation chains, values compliance, signed communication, policy engine, task coordination, cross-layer integration, and agentic commerce. 264 tests passing.1523144Apache 2.0
- AlicenseAqualityAmaintenanceTrust, identity, and reputation infrastructure for AI agents. Register agents with W3C DID (Ed25519), check EigenTrust reputation scores, submit peer attestations, search agents by capability, and verify IPFS-anchored audit trails. 11 tools.2015MIT
- AlicenseNot gradedqualityAmaintenanceProvides tools to sign and verify post-quantum attestations of AI agent actions (mint, trajectory, coherence) using ML-DSA-65 signatures, with offline verification always free.MIT

garlofficial
AlicenseNot gradedqualityBmaintenanceCryptographic verification for AI agent actions — ECDSA-secp256k1 signed Action Receipts anchored on Base, multi-dimensional trust vectors, capability tokens, and offline-verifiable on-chain proof. 29 tools.2Apache 2.0