Agent Tools
Back to MCP servers
● healthy

skills: {'id': 'vault.create_vault', 'name': 'vault.create_vault', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'vault.get_status', 'name': 'vault.get_status', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'vault.initiate_recovery', 'name': 'vault.initiate_recovery', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'vault.list_guardians', 'name': 'vault.list_guardians', 'description': "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.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'vault.submit_guardian_vote', 'name': 'vault.submit_guardian_vote', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'hive_earn_register', 'name': 'hive_earn_register', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'hive_earn_me', 'name': 'hive_earn_me', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'hive_earn_leaderboard', 'name': 'hive_earn_leaderboard', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 307.3ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://hive-mcp-vault.onrender.com/mcp
JSON-RPC initialize probe
curl -X POST https://hive-mcp-vault.onrender.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://hive-mcp-vault.onrender.com/mcp
Listed at (chiark)
https://chiark.ai/agents/09802427-8e39-4f73-952a-2ddfe68910a3