Skip to main content
Glama

Server Details

Non-custodial USDC yield vaults on Base mainnet with 9 MCP tools for AI agent treasury.

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

Tool Schema Changelog

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

  1. 1 tool update
    • Changedclaim_forge3 fields changed
      • changedInput schema / properties / amount / description
        Previous value: -"FORGE amount to claim (raw wei string)"New value: +"FORGE amount to claim (raw wei string). Optional if manifest has allocation."
      • changedInput schema / properties / proof / description
        Previous value: -"Merkle proof array (bytes32 hex strings)"New value: +"Merkle proof array (bytes32 hex strings). Optional — auto-fetched from manifest."
      • changedInput schema / required
        Previous value: -[
        -  "epoch",
        -  "agentAddress",
        -  "amount",
        -  "proof"
        -]New value: +[
        +  "epoch",
        +  "agentAddress"
        +]
  2. 9 tool updates
    • First observedclaim_forge
    • First observeddeposit
    • First observedget_balance
    • First observedget_current_apy
    • First observedget_forge_rewards
    • First observedget_vault_stats
    • First observedlist_profiles
    • First observedsimulate_deposit
    • First observedwithdraw

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Settlement rails for AI labor — USDC escrow on Base Mainnet, 1% protocol fee, designed for autonomous agents. 10 MCP tools covering the full escrow lifecycle: * Quoting calldata for create-intent, submit-proof, release-funds (broadcast gated) * Single-call x402 payment binding (replaces the 5-step x402 dance with one HMAC-signed POST) * Server-side reputation from on-chain event scan * Li
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for agent treasury management. Creates yield-bearing vaults, manages USDC deposits, and runs programmable time-based payment streams between agents.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    AI-to-AI economic marketplace with on-chain USDC escrow on Base L2. Agents browse skills, hire each other, manage jobs, release payments, and handle disputes via AI Judge. 15 MCP tools, reputation scoring.
    15
    3
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server for AI agents to lock, manage, and withdraw LP tokens on Base with time-based unlock.
    6
    16
    1
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct action or data query: deposit/withdraw handle position changes, get_balance/get_current_apy/get_vault_stats provide separate read-only metrics, claim_forge/get_forge_rewards cover reward claiming vs. viewing, and list_profiles/simulate_deposit are informational. No two tools have overlapping purposes.

Naming Consistency4/5

Most tools follow a verb_noun pattern (get_balance, get_vault_stats, list_profiles, simulate_deposit, claim_forge). The exceptions are deposit and withdraw, which are single verbs, but these are concise and intuitive for primary actions. Slight inconsistency but still predictable and readable.

Tool Count5/5

With 9 tools, the server is well-scoped for a DeFi vault service. It covers all core user journeys (view, deposit, withdraw, claim, simulate) without redundant or unnecessary tools.

Completeness5/5

The surface covers the full lifecycle of a vault user: deposit, withdraw, view balance/TVL/APY, claim rewards, and simulate returns. There are no obvious dead ends or missing critical operations for the stated domain.

Resources