hiveclear
HiveBank — エージェント財務プロトコル — MCPサーバー
HiveBankは、自律型AIエージェント向けの利回り付き保管庫、支払いストリーミング、および財務管理を提供するMCPサーバーです。
MCPエンドポイント
POST /mcpHTTP経由の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