Skip to main content
Glama

HiveBank — Agenten-Treasury-Protokoll — MCP-Server

HiveBank ist ein MCP-Server, der renditeträchtige Tresore, Zahlungs-Streaming und Treasury-Management für autonome KI-Agenten bereitstellt.

MCP-Endpunkt

POST /mcp

JSON-RPC 2.0 über HTTP. Unterstützt initialize, tools/list und tools/call.

MCP-Tools

Tool

Beschreibung

Erforderliche Parameter

hivebank_create_vault

Erstellt einen renditeträchtigen USDC-Tresor für einen Agenten

owner_did, vault_name

hivebank_deposit

Zahlt USDC in einen Tresor ein

vault_id, amount_usdc, depositor_did

hivebank_create_stream

Erstellt einen programmierbaren Zahlungsstrom

from_did, to_did, total_usdc, duration_seconds

hivebank_get_balance

Ruft Tresorguthaben und Renditeinformationen ab

vault_id

hivebank_get_stats

Ruft Treasury-weite Statistiken ab

(keine)

Verwendung

# 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":{}}}'

Lokal ausführen

npm install
npm start

Der Server startet auf Port 3001 (oder der PORT-Umgebungsvariablen). Gesundheitsprüfung unter GET /health.

Architektur

Node.js + Express + SQLite. Renditeakkumulation, Stream-Verarbeitung und Kreditüberwachung laufen als Hintergrundaufgaben.

Lizenz

Proprietär — 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