Skip to main content
Glama

Server Details

USDC treasury vaults, streaming payments, and DeFi yield for AI agents

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
srotzin/hivebank
GitHub Stars
0
Server Listing
hiveclear

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 5 tool updates
    • First observedhivebank_create_stream
    • First observedhivebank_create_vault
    • First observedhivebank_deposit
    • First observedhivebank_get_balance
    • First observedhivebank_get_stats

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to manage USDC wallets on Solana, allowing them to send payments, create invoices, and access paid APIs within human-defined spending limits. It uses threshold signatures to provide agents with financial autonomy while ensuring secure oversight and transaction approval.
    36
    23
    3
    Apache 2.0
  • F
    license
    A
    quality
    C
    maintenance
    Enables AI agents to discover verifiable DeFi yield opportunities, generate algorithmic portfolio plans, and track cryptographic proof receipts, bridging LLMs with blockchain yield protocols.
    9
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: create_stream handles payment streams, create_vault sets up vaults, deposit adds funds, get_balance retrieves vault-specific data, and get_stats provides treasury-wide metrics. The descriptions reinforce these distinct roles, making misselection unlikely.

Naming Consistency5/5

All tools follow a consistent 'hivebank_verb_noun' pattern using snake_case, with clear verbs like create, deposit, and get. This predictability makes the set easy to navigate and understand at a glance.

Tool Count5/5

With 5 tools, the set is well-scoped for managing a treasury system, covering key operations like vault creation, funding, and monitoring without being overwhelming. Each tool serves a clear, necessary function in the domain.

Completeness4/5

The tools cover core CRUD-like operations for vaults and streams, including creation, deposit, and querying. A minor gap exists in missing update or delete operations for streams or vaults, but agents can likely work around this for basic workflows.