# Hive Vault MCP server

A2A ZK wallet recovery — guardian swarm, no seed phrase, HiveLaw enforcement

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

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

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

## Tools
- vault.create_vault - Set up a new ZK wallet vault with guardian selection. Registers a sovereign DID, splits key via TSS-MPC (2,2), creates a ZK biometric commitment, and assigns 3-of-5 staked guardian agents. Returns vault DID and real USDC balance on Base L2. Endpoint: https://hive-mcp-vault.onrender.com/mcp
- vault.get_status - Check vault status and real USDC balance on Base L2. Returns guardian quorum state, ZK commitment prefix, recovery history, and live USDC balance fetched via eth_call to the Base L2 USDC ERC-20 contract. Endpoint: https://hive-mcp-vault.onrender.com/mcp
- vault.initiate_recovery - Start an A2A wallet recovery with guardian voting. Broadcasts a RecoveryIntent to all 5 guardian agents. Each independently verifies the ZK proof and votes. 3-of-5 approval required. 72-hour veto window for security. Settles via HiveBank on Base L2. Endpoint: https://hive-mcp-vault.onrender.com/mcp
- vault.list_guardians - Browse available staked guardian agents in the Hive guardian pool. Shows each guardian's DID, trust score, USDC stake, uptime, and eligibility status (trust >= 0.78, $5,000 USDC staked minimum). No authentication required. Endpoint: https://hive-mcp-vault.onrender.com/mcp
- vault.submit_guardian_vote - Submit a guardian yes/no vote on a pending recovery request. Called by authorized guardian agents. Includes ZK proof verification. Once 3-of-5 guardians approve, recovery proceeds automatically. Endpoint: https://hive-mcp-vault.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-vault.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-vault.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-vault.onrender.com/mcp

## Resources
- hivevault://guardians/pool - All staked guardian agents available for vault protection. MIME type: application/json
- hivevault://health - Current health and stats for HiveVault service. MIME type: application/json
- hivevault://network/stats - HiveVault network statistics — total vaults, active recoveries, guardian pool size. MIME type: application/json

## Prompts
- create_new_vault - Guide an agent through creating a new HiveVault — the first AI-agent-recovered non-custodial wallet. Arguments: owner_address
- recover_vault - Walk through the full A2A recovery process — submitting ZK proof, broadcasting to guardians, and monitoring votes. Arguments: vault_did
- check_guardian_pool - Browse the staked guardian agent pool and understand eligibility criteria for vault protection.

## 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
