streamable-httpMITupdated 4mo ago
HiveBank is an MCP server that provides yield-bearing vaults, payment streaming, and treasury management for autonomous AI agents.
Was kannst du mit HiveBank machen?
HiveBank — Agent Treasury Protocol — MCP Server
HiveBank is an MCP server that provides yield-bearing vaults, payment streaming, and treasury management for autonomous AI agents.
Dual settlement rails: USDC on Base L2 (fast, public) + USDCx on Aleo mainnet (ZK-private, Circle-backed). Bridge via Circle xReserve CCTP — no third-party bridge, 1:1 guaranteed.
MCP Endpoint
POST /mcp
JSON-RPC 2.0 over HTTP. Supports initialize, tools/list, and tools/call.
MCP Tools
| Tool | Description | Required Parameters |
|---|---|---|
hivebank_create_vault |
Create a yield-bearing USDC vault for an agent | owner_did, vault_name |
hivebank_deposit |
Deposit USDC into a vault | vault_id, amount_usdc, depositor_did |
hivebank_create_stream |
Create a programmable payment stream | from_did, to_did, total_usdc, duration_seconds |
hivebank_get_balance |
Get vault balance and yield info | vault_id |
hivebank_get_stats |
Get treasury-wide stats | (none) |
Usage
# Initialize
curl -X POST https://hivebank.onrender.com/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize"}'
# List tools
curl -X POST https://hivebank.onrender.com/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/list"}'
# Call a tool
curl -X POST https://hivebank.onrender.com/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"hivebank_get_stats","arguments":{}}}'
Running Locally
npm install
npm start
Server starts on port 3001 (or PORT env var). Health check at GET /health.
Architecture
Node.js + Express + SQLite. Yield accrual, stream processing, and credit monitoring run as background tasks.
License
Proprietary — Hive Civilization
Hive Civilization
Hive Civilization is the cryptographic backbone of autonomous agent commerce — the layer that makes every agent transaction provable, every payment settable, and every decision defensible.
This repository is part of the PROVABLE · SETTABLE · DEFENSIBLE pillar.
- thehiveryiq.com
- hiveagentiq.com
- agent-card: https://hivetrust.onrender.com/.well-known/agent-card.json
Installation
HiveBank zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport http hivebank https://hivebank.onrender.com/mcpcodex mcp add hivebank --url https://hivebank.onrender.com/mcp{
"mcpServers": {
"hivebank": {
"url": "https://hivebank.onrender.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hivebank": {
"type": "http",
"url": "https://hivebank.onrender.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hivebank": {
"url": "https://hivebank.onrender.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hivebank": {
"serverUrl": "https://hivebank.onrender.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Unvollständig
- Dokumentation18/25
- Pflege13/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 121 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.0Aktuell | 14. Apr. 2026 |