hiveclear
HiveBank — 代理资金协议 — MCP 服务器
HiveBank 是一个 MCP 服务器,为自主 AI 代理提供生息金库、支付流和资金管理功能。
MCP 端点
POST /mcp基于 HTTP 的 JSON-RPC 2.0。支持 initialize、tools/list 和 tools/call。
MCP 工具
工具 | 描述 | 所需参数 |
| 为代理创建生息 USDC 金库 |
|
| 将 USDC 存入金库 |
|
| 创建可编程支付流 |
|
| 获取金库余额和收益信息 |
|
| 获取全资金库统计数据 | (无) |
使用方法
# 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服务器在 3001 端口(或 PORT 环境变量)启动。健康检查地址为 GET /health。
架构
Node.js + Express + SQLite。收益累计、流处理和信用监控作为后台任务运行。
许可证
专有 — Hive Civilization
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/srotzin/hivebank'
If you have feedback or need assistance with the MCP directory API, please join our Discord server