Zero-knowledge attestation for agent capability and trust score claims
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Verifiable agent state attestations for the autonomous agent economy. RFC-stage v0.1.1.
A Model Context Protocol shim that lets any autonomous agent emit a zero-knowledge attestation of its internal state hash and DID. The primary verification target is Aleo snarkVM (Varuna over BLS12-377), with native Hive verification next, and Risc0 / Plonky2 referenced as future research targets. Attestation-only. No asset bridging. No custody. No wrapped value.
Brand colour: Hive Civilization gold #C08D23.
An attestation primitive for autonomous agents. The shim exposes five MCP tools that together let one agent prove to another agent β or to a regulator, counterparty, or auditor β that:
The agent never reveals its state. The verifier never learns more than the boolean result and the public inputs. The audit trail is anchored on a public chain. The verification key is portable to compatible verifiers β primarily Aleo snarkVM via Leo.
Autonomous agents transact, hold state, and make decisions on behalf of users. Existing agent-to-agent protocols β MCP, A2A, ACP β assume the agent is willing to publish what it knows. That assumption breaks the moment two agents need to negotiate without leaking inventory, model weights, prompt history, or counterparty positions.
Zero-knowledge proofs are the standard cryptographic answer. The plumbing has not been wired into the MCP / A2A surface that agent runtimes already speak. This shim is that wiring.
Honest priority order. Every name below is a public, ecosystem-neutral verifier or a research direction. There is no co-branding, no partnership, and no shared roadmap with any of these projects.
snark.verify opcode (synthesizer/program/src/logic/instruction/operation/snark_verify.rs), which accepts Varuna proofs and verification keys. The TypeScript SDK @provablehq/sdk exposes VerifyingKey.verify() for client-side checks. Mainnet endpoint: https://api.provable.com/v2./v1/zk/* publishes.Hive emits the attestation. Base anchors the commitment. Verification happens either (a) inside snarkVM via Leo programs that consume the attestation and call snark.verify against a Varuna verification key, or (b) inside the Hive backend once /v1/zk/* publishes. The Leo programs themselves will live in a separate hive-leo-circuits repository β that repo is future work and is not part of this shim.
Earlier drafts of this shim referenced Groth16 over BN254 and Plonk as if they were first-class. They are not. Aleo's mainnet verification path is Varuna over BLS12-377, and a generic Groth16/BN254 β BLS12-377 verifier inside snarkVM would be roughly two million constraints β researched, not shipped. Groth16 and Plonk remain in this repo only as research-stage references for hypothetical bring-your-own-verifier integrations.
The whole point of v0.1.1 is honesty about where the integration actually is. Read this section before integrating.
hive-leo-circuits repository will carry that cost; this shim does not./v1/zk/* publishes. The tool surface, costs, and circuit catalog are stable across the v0.1 RFC.Stated explicitly so there is no ambiguity:
The shim is designed against three concrete threats:
The shim does not defend against: a compromised agent forging its own state hash before proving it (garbage in, valid proof of garbage out), or a verifier choosing to trust an unrelated verification key. Both are upstream of this primitive.
| Tool | Cost | Status |
|---|---|---|
zk_attest_agent_state | $0.05 USDC on Base | 503 backend pending |
zk_verify_proof | Free | 503 backend pending |
zk_anchor_to_base | $0.02 USDC + L1 gas | 503 backend pending |
zk_list_circuits | Free | 503 backend pending (stable circuit catalog returned inline) |
zk_query_attestation | Free | 503 backend pending |
The backend at https://hivemorph.onrender.com/v1/zk/* is RFC-stage. Until it ships, every paid tool returns:
The MCP shim, tool surface, costs, and circuit catalog are stable across the v0.1 RFC. Calling agents can integrate now and consume attestations the moment the backend is live.
Real Base USDC. No mocks, no testnet, no simulated settlement. Recipient (canonical Hive treasury, EVM): 0x15184bf50b3d3f52b60434f8942b7d52f2eb436e. Pricing is denominated in USDC; payment is collected via x402 PaymentRequired (HTTP 402) on the paid tools.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/hive-zk-attestation)<a href="https://allmcps.com/mcp/hive-zk-attestation"><img src="https://allmcps.com/api/badge/hive-zk-attestation?style=directory" alt="Hive Zk Attestation on AllMCPs" /></a>