Agent Tools
Back to MCP servers
● healthy

skills: {'id': 'wallet_info', 'name': 'wallet_info', 'description': 'Return HiveWallet metadata: facade version, backend version, HiveDNA verifier public key (b64u), supported proofs (SHOD, SPECTRAL_ZK, CTEF), verify endpoint, and chain endpoint. No payment required — free discovery call.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'wallet_provision', 'name': 'wallet_provision', 'description': 'Create a fresh agent-DID wallet. The DID is the account holder — there is no human owner. Returns the new DID, an initial chain root, and signing-key cert metadata. Proxies to the live HiveWallet facade.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'wallet_transfer', 'name': 'wallet_transfer', 'description': 'Move USDC between two agent DIDs. Mints a HiveDNA 3-proof receipt (SHOD layers + spectral-ZK ticket + CTEF chain entry, Ed25519-signed canonical body, score 0-1000) and returns the receipt id, score, proofs, signature, verifier_pk_b64u, and verify_url. Real settlement on HiveBank.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'wallet_verify', 'name': 'wallet_verify', 'description': 'Verify a HiveDNA receipt by id. Public, no auth. Re-runs Ed25519 signature verification, body-hash recompute, and CTEF chain-entry recompute against the canonical body. Returns found, verified, score, proofs, and the signing public key. This is the regulator-grade primitive — anyone with the receipt and the verifier public key can validate offline.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'wallet_chain', 'name': 'wallet_chain', 'description': 'Walk the full receipt chain for a DID and return a signed integrity statement. Public, no auth. Returns chain length, chain root (deterministic over the chain hash), latest entry hash, intactness flag, and a signed root statement. Useful as a contract test for any external verifier integrating with HiveWallet.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 311.9ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://hive-mcp-wallet.onrender.com/mcp
JSON-RPC initialize probe
curl -X POST https://hive-mcp-wallet.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-wallet.onrender.com/mcp
Listed at (chiark)
https://chiark.ai/agents/3c10595e-7ac3-44fb-a0e7-d7e9ea2d7a96