hive-mcp-wallet
Hive Civilization · https://www.thehiveryiq.com
https://hive-mcp-wallet.onrender.com/.well-known/agent-card.json
● healthy
MCP server — agent-native wallet primitive. Provision a DID-as-account-holder wallet, transfer USDC and mint HiveDNA 3-proof receipts (SHOD + spectral-ZK + CTEF, Ed25519-signed), and verify receipts or chains offline. Real rails only. USDC on Base.
Transport
—
Protocol
1.1.1
Price
—
Skills
-
wallet_infoReturn 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.
-
wallet_provisionCreate 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.
-
wallet_transferMove 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.
-
wallet_verifyVerify 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.
-
wallet_chainWalk 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.
How to call
A2A endpoint (JSONRPC)
https://hive-mcp-wallet.onrender.com
Homepage
https://www.thehiveryiq.com