USDC treasury vaults, streaming payments, and DeFi yield for AI agents
{
"mcpServers": {
"io-github-srotzin-hivebank": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
USDC treasury vaults, streaming payments, and DeFi yield for AI agents
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: . Compatibility not confirmed.
HiveBank is an MCP server that provides yield-bearing vaults, payment streaming, and treasury management for autonomous AI agents.
POST /mcp
JSON-RPC 2.0 over HTTP. Supports initialize, tools/list, and tools/call.
| 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) |
# 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":{}}}'
npm install
npm start
Server starts on port 3001 (or PORT env var). Health check at GET /health.
Node.js + Express + SQLite. Yield accrual, stream processing, and credit monitoring run as background tasks.
Proprietary — Hive Civilization
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
The official Python SDK for Model Context Protocol servers and clients
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for io.github.srotzin/hivebank and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.