hive-mcp-wallet
hive-mcp-wallet.onrender.com
· Hive Civilization
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.
hive-mcp-wallet.onrender.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 44/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-18 12:43:32 current | 3bfff04fbcae… |
view → |
Endpoints
| Agent card | https://hive-mcp-wallet.onrender.com/.well-known/agent-card.json |
| Provider | https://www.thehiveryiq.com |
Skills · 5 declared · mapped to canonical taxonomy
Return HiveWallet metadata: facade version, backend version, HiveDNA verifier public key (b64u), supported proofs (SHOD, SPECTRAL_ZK, CTEF), verify endpoint, an…
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 metad…
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-1…
Verify a HiveDNA receipt by id. Public, no auth. Re-runs Ed25519 signature verification, body-hash recompute, and CTEF chain-entry recompute against the canonic…
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 h…
Health · last 11 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/hive-mcp-wallet.onrender.com) [](https://agenstry.com/agents/hive-mcp-wallet.onrender.com) [](https://agenstry.com/agents/hive-mcp-wallet.onrender.com) [](https://agenstry.com/agents/hive-mcp-wallet.onrender.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "hive-mcp-wallet",
"description": "MCP server \u2014 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.",
"url": "https://hive-mcp-wallet.onrender.com",
"provider": {
"organization": "Hive Civilization",
"url": "https://www.thehiveryiq.com",
"contact": "steve@thehiveryiq.com"
},
"version": "1.1.1",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"authentication": {
"schemes": [
"x402"
],
"credentials": {
"x402": {
"type": "x402",
"asset": "USDC",
"network": "base",
"asset_address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"recipient": "0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E"
}
}
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"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 \u2014 free discovery call."
},
{
"name": "wallet_provision",
"description": "Create a fresh agent-DID wallet. The DID is the account holder \u2014 there is no human owner. Returns the new DID, an initial chain root, and signing-key cert metadata. Proxies to the live HiveWallet facade."
},
{
"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."
},
{
"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 \u2014 anyone with the receipt and the verifier public key can validate offline."
},
{
"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."
}
],
"extensions": {
"hive_pricing": {
"currency": "USDC",
"model": "per_call",
"rails": [
"x402"
]
}
}
}