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. |
| Ask the live gate to evaluate a presented clearance. Not an offline check, see limitation below. |
| The Ed25519 issuer public key (verifies transport signatures offline, not ALLOW decisions). |
Verification limitation (read before you rely on this)
An Imprimatur ALLOW decision is produced live, server-side, by the upstream issuer at the moment of the call. It depends on state a caller cannot see or reconstruct independently: the current precondition status, revocation state, and the expiry clock. That means:
gateandverify_clearanceboth make a live network call to the same upstream/v1/imprimatur/gateendpoint. Neither tool performs a local, offline cryptographic check that could stand on its own.There is no public algorithm a third party can run against a clearance object alone and get a trustworthy ALLOW/REFUSE without asking the live issuer.
What IS independently, offline verifiable is the Ed25519 transport signature Hive Passport attaches to every HTTP response (
X-Hive-Prov-Sigover/v1/prov/pubkey). That only proves the response bytes weren't altered in transit. It does not make the ALLOW decision itself externally provable.This is different from SiGR, where the signed envelope is self-certifying and verifiable offline with no callback. Imprimatur's ALLOW is not self-certifying in that sense, and this README and the tool descriptions say so explicitly rather than implying otherwise.
Related MCP server: Agent Compliance Passport MCP
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceProvides cryptographic signing and verification for AI decisions to generate verifiable, Ed25519-signed receipts for compliance and auditing. It automatically maps AI actions to regulatory frameworks like HIPAA and SOX with high-performance, sub-3ms signing.4MIT
- AlicenseAqualityBmaintenanceIssues, verifies, and exchanges portable cryptographic compliance passports for AI agents, enabling offline verification of regulatory compliance across 11 frameworks.3MIT
- AlicenseBqualityAmaintenanceManages trust chains and attestations with built-in EU AI Act compliance.511MIT
- Alicense-qualityCmaintenanceEnables AI compliance attestation and verification for EU AI Act, HIPAA, and other regulations, with tools for signing, proving, and anchoring AI decisions to Hedera mainnet.173Inno Setup
Related MCP Connectors
Runtime AI governance: decision gates, human approval, hash-chained audit, compliance mapping.
Pre-action attestation perimeter for AI agents — 8 primitives, signed C18 receipt per call.
Pre-action allow/deny for AI agents. 24 statutes, 13 jurisdictions: EU AI Act, GDPR, DPDP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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