hive-mcp-imprimatur
Provides a pre-attestation gate (Imprimatur) for Hive blockchain inferences, enforcing four compliance pre-conditions (model approved, inputs eligible, context permitted, boundary authorized) before execution, with Ed25519-signed clearances.
Click on "Install 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-imprimaturverify this clearance token"
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.
hive-mcp-imprimatur
Imprimatur — the pre-attestation gate. A signed clearance bound to an inference before it runs. Four compliance pre-conditions are checked and Ed25519-signed at execution time, and an inference that cannot present a valid, unexpired clearance is refused.
A flight recorder proves what crashed. A clearance stops the takeoff.
Every other Hive primitive signs a receipt after the model runs. Imprimatur signs a clearance before it runs. It is the control, not the record.
Discipline: Imprimatur asserts pre_clearance_conditions_met. It never asserts legality. The enterprise defines policy; Hive enforces it and signs that the enforcement ran and passed.
This MCP server is a thin, read-only public shim over the live Imprimatur surface. Issuance (/clear) is ops-gated and intentionally not exposed here.
Tools
Tool | What it does |
| Describe the gate: issuer key, four pre-conditions, assertion discipline, two modes. |
| Enforce. ALLOW a call presenting a valid clearance; REFUSE one that cannot. Public, no secret. |
| Verify a presented clearance: signature, precond_root, discipline, expiry. |
| The Ed25519 issuer public key for offline verification. |
Related MCP server: TrustAtom MCP Server
Endpoints
Endpoint | Purpose |
| JSON-RPC 2.0, MCP 2024-11-05, Streamable-HTTP |
| Liveness |
| MCP discovery |
| Agent discovery |
Upstream: https://hive-passport.onrender.com/v1/imprimatur/*
Connect
Streamable-HTTP MCP server. Point your client at the deployed /mcp endpoint:
{
"mcpServers": {
"imprimatur": { "url": "https://hive-mcp-imprimatur.onrender.com/mcp" }
}
}Run locally:
npm install
node server.js
# POST http://localhost:3000/mcpThe four pre-conditions
model_approved— the model is on the approved list (composable with MiR).inputs_eligible— the inputs are eligible for this context (composable with RCP).context_permitted— the context/purpose is permitted.boundary_authorized— the jurisdiction / data boundary is authorized.
All four must pass for a clearance to issue. The gate refuses anything that cannot present one.
Patent Pending. Hive Civilization. Settlement in USDC on Base. MIT licensed.
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/srotzin/hive-mcp-imprimatur'
If you have feedback or need assistance with the MCP directory API, please join our Discord server