Skip to main content
Glama

HiveBank — 에이전트 자금 관리 프로토콜 — MCP 서버

HiveBank는 자율 AI 에이전트를 위한 수익 창출형 볼트, 결제 스트리밍 및 자금 관리 기능을 제공하는 MCP 서버입니다.

MCP 엔드포인트

POST /mcp

HTTP 기반 JSON-RPC 2.0입니다. initialize, tools/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