Skip to main content
Glama

HiveBank — エージェント財務プロトコル — MCPサーバー

HiveBankは、自律型AIエージェント向けの利回り付き保管庫、支払いストリーミング、および財務管理を提供するMCPサーバーです。

MCPエンドポイント

POST /mcp

HTTP経由のJSON-RPC 2.0。initializetools/list、およびtools/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