Skip to main content
Glama

HiveBank — 代理资金协议 — MCP 服务器

HiveBank 是一个 MCP 服务器,为自主 AI 代理提供生息金库、支付流和资金管理功能。

MCP 端点

POST /mcp

基于 HTTP 的 JSON-RPC 2.0。支持 initializetools/listtools/call

MCP 工具

工具

描述

所需参数

hivebank_create_vault

为代理创建生息 USDC 金库

owner_did, vault_name

hivebank_deposit

将 USDC 存入金库

vault_id, amount_usdc, depositor_did

hivebank_create_stream

创建可编程支付流

from_did, to_did, total_usdc, duration_seconds

hivebank_get_balance

获取金库余额和收益信息

vault_id

hivebank_get_stats

获取全资金库统计数据

(无)

使用方法

# 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

-
security - not tested
F
license - not found
-
quality - not tested

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