Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Forge Treasury

com.forgetreasury/treasury

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

Uptime
25.0%
4 direct probes · 30d
Response
961ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

deposit

Deposit USDC into a Forge Treasury vault on Base. Returns calldata for the agent wallet to sign. The agent must approve USDC to the vault contract first. Mints yield-bearing fUSDC shares. Conservative…

withdraw

Withdraw from the Forge Treasury vault by redeeming shares. Returns calldata for the agent wallet. A 15% performance fee may apply on profits above the high water mark.

get_balance

Get an agent's Forge vault balance: shares held and equivalent USDC value. Read-only, no transaction needed.

get_current_apy

Get the blended target APY for a Forge profile: base USDC yield + FORGE boost. Returns structured JSON with profile metadata, target allocation by adapter, and a disclaimer. Format: "X% USDC + Y% FORG…

simulate_deposit

Project expected returns for a USDC deposit over 30, 90, and 365 days using the blended target APY. Use for agent reasoning before depositing. APY is a blended target across conservative allocation we…

get_vault_stats

Get live Forge vault TVL on Base (conservative profile in MVP). Read-only.

list_profiles

List Forge vaults (Core/Middle/Infra) and agent strategies (Conservative/Balanced/Aggressive). Mainnet: Core and Middle vaults live; conservative and balanced strategies live.

get_forge_rewards

[Advanced] Get claimable $FORGE reward balance for an agent from the weekly emissions distributor.

claim_forge

[Advanced] Build calldata to claim weekly $FORGE rewards. Proof is fetched from forgetreasury.com/rewards when omitted.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "forge_treasury": {
      "url": "https://mcp.forgetreasury.com/mcp",
      "transport": "streamable-http"
    }
  }
}