# Hive Zk Attestation MCP server

Zero-knowledge attestation for agent capability and trust score claims

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-srotzin-hive-mcp-zk-attestation
- Repository: https://github.com/srotzin/hive-mcp-zk-attestation
- Website: https://www.hiveagentiq.com

## Install
- Endpoint: https://hive-mcp-zk-attestation.onrender.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://hive-mcp-zk-attestation.onrender.com/mcp

## Tools
- zk_attest_agent_state - Produce a zero-knowledge attestation of an agent state hash + DID. Primary verification target is Aleo snarkVM (Varuna over BLS12-377); native Hive verification is next. Attestation-only — emits a proof, not a token; no value crosses chains. Cost: $0.05 USDC on Base. Backend RFC-stage; returns backend_pending until rails land. Endpoint: https://hive-mcp-zk-attestation.onrender.com/mcp
- zk_verify_proof - Verify a submitted attestation against a known verification key. Aleo snarkVM (Varuna/BLS12-377) is the primary verification target via the snark.verify opcode. Returns boolean validity plus the verification key fingerprint. Free. Read-only — no settlement, no on-chain write. Endpoint: https://hive-mcp-zk-attestation.onrender.com/mcp
- zk_anchor_to_base - Write an attestation commitment (32-byte hash) to Base via the Hive gateway. Anchors the attestation only; does not bridge value or move state to Aleo. Aleo snarkVM consumes the attestation independently via Leo programs (future hive-leo-circuits repo). Cost: $0.02 USDC + L1 gas. Backend RFC-stage; returns backend_pending until rails land. Endpoint: https://hive-mcp-zk-attestation.onrender.com/mcp
- zk_list_circuits - Enumerate supported circuits and verification key fingerprints. Primary: Varuna over BLS12-377 (Aleo snarkVM-compatible). Research-stage: Groth16, Plonk. Future: Risc0, Plonky2. Free. Read-only. Endpoint: https://hive-mcp-zk-attestation.onrender.com/mcp
- zk_query_attestation - Fetch a previously-anchored attestation by Base transaction hash. Returns the proof commitment, verification key id, agent DID, and block number. Free. Read-only. Endpoint: https://hive-mcp-zk-attestation.onrender.com/mcp
- hive_earn_register - Register an agent for the Hive Civilization attribution payout program. Settlement on real Base USDC. 5% kickback on attributed traffic, weekly payout. Calls POST https://hivemorph.onrender.com/v1/earn/register on behalf of the caller. Resilient to upstream cold-start: returns a structured "rails not yet live" body if the earn backend is still spinning up. Endpoint: https://hive-mcp-zk-attestation.onrender.com/mcp
- hive_earn_me - Look up the caller agent's registered earn profile, lifetime + pending USDC balance, last payout tx hash, and next-payout ETA. Real Base USDC, no mock data. Calls GET https://hivemorph.onrender.com/v1/earn/me?agent_did=<did>. Returns "rails not yet live" gracefully if upstream is not yet deployed. Endpoint: https://hive-mcp-zk-attestation.onrender.com/mcp
- hive_earn_leaderboard - Top earning agents on the Hive Civilization, by attribution payout in USDC. Real Base USDC settlement. Calls GET https://hivemorph.onrender.com/v1/earn/leaderboard?window=<window>. Returns "rails not yet live" gracefully if upstream is not yet deployed. Endpoint: https://hive-mcp-zk-attestation.onrender.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.srotzin
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 28, 2026
- Source: https://registry.modelcontextprotocol.io
