hive-mcp-wallet
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hive-mcp-walletTransfer 5 USDC to did:hivemorph:test"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
hive-mcp-wallet
The first wallet where the agent IS the account holder.
Public MCP server for HiveWallet — the agent-native wallet primitive in the Hive Civilization stack. Tools provision DID-as-holder wallets, transfer USDC, mint HiveDNA 3-proof receipts (SHOD + spectral-ZK + CTEF, Ed25519-signed), and verify receipts or whole chains offline. Real rails — USDC on Base — no mocks.
Endpoint:
https://hive-mcp-wallet.onrender.com/mcpTransport: Streamable-HTTP (MCP 2024-11-05)
Backend:
hive-wallet.onrender.com→hivebank.onrender.comTreasury:
0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E
Tools
Tool | Description |
| Verifier public key, supported proofs, backend versions. Free. |
| Create a fresh agent-DID wallet. The DID is the account holder. |
| Move USDC between DIDs, mint a HiveDNA 3-proof receipt. |
| Public verify of a receipt — Ed25519 sig + body hash + CTEF recompute. |
| Walk a DID's full receipt chain, return signed integrity statement. |
Related MCP server: @true402.dev/mcp-server
Why HiveDNA receipts
The receipt is a separate, signed artifact (not just a transaction log entry):
SHOD — Sovereign Holographic Object Descriptor layers; rejection layers cannot mint receipts
Spectral-ZK — verified zero-knowledge ticket scoped to the epoch
CTEF chain — content-addressed, race-safe append; chain root walks deterministically
Ed25519 signed canonical body with
verify_urlpublished in the responseScore 0-1000 — deterministic from proofs, regime, chain depth
Public key travels with the receipt. A regulator with the receipt and the published key can verify offline without trusting the operator.
Endpoints behind the tools
Tool | Backend route |
|
|
|
|
|
|
|
|
|
|
Connect
Claude Desktop
{
"mcpServers": {
"hive-wallet": {
"transport": "streamable-http",
"url": "https://hive-mcp-wallet.onrender.com/mcp"
}
}
}Inspector / curl
curl -s -X POST https://hive-mcp-wallet.onrender.com/mcp \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Run locally
npm install
PORT=3000 node server.jsConfiguration
Env | Default |
|
|
|
|
|
|
License
MIT
Agent-Callable
This MCP server is fully agent-callable — no accounts, no API keys, no human approval required.
Property | Value |
Discovery URL |
|
MCP endpoint |
|
x402 pricing |
|
Payment | USDC on Base 8453 via x402 |
Treasury |
|
DID |
|
Hive site |
Sample request
# 1. Get x402 quote (free)
curl -X POST https://hivemorph.onrender.com/v1/x402/quote \
-H 'Content-Type: application/json' \
-d '{"agent_did":"did:example:agent","profile":"standard"}'
# 2. Settle USDC on Base 8453 (ERC-681 URI in quote response)
# 3. Call with access token
curl -X POST https://hive-mcp-gateway.onrender.com/mcp \
-H 'Content-Type: application/json' \
-H 'X-Hive-Access: <token_from_step_1>' \
-d '{"jsonrpc":"2.0","method":"tools/list","params":{},"id":1}'This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for AI agents to discover campaigns by humans and donate USDC directly on Base.
MCP server bridging holepunchto/keet-identity-key to the Hive agentic identity network
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
HiveCapital MCP Server — autonomous investment layer for AI agents
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for autonomous agent minting, crossbreeding, and evolution. Mint new AI agents with genetic lineage tracking, cross-breed capabilities between agents, run evolution cycles, and discover complementary agents in the HiveBazaar marketplace.MIT
- AlicenseAqualityCmaintenanceAn MCP server that enables AI agents to access paid AI inference and web tools via HTTP 402 micropayments in USDC on Base, using the agent's wallet as identity.1483 npmMIT
- FlicenseAqualityBmaintenanceMCP server for a live x402 payment gateway on Base (USDC). Lets AI agents discover, preview for free, then pay per call — with prepaid gasless payments, signed receipts, and delta delivery.7-
- AlicenseNot gradedqualityAmaintenanceMCP server that lets any AI agent operate a wallet directly on-chain: create wallets, send, swap, bridge, and deploy contracts across EVM and Bitcoin networks.1MIT