Forge Treasury
com.forgetreasury/treasuryNon-custodial USDC yield vaults on Base mainnet with 9 MCP tools for AI agent treasury.
Tools · 9
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 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 an agent's Forge vault balance: shares held and equivalent USDC value. Read-only, no transaction needed.
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…
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 live Forge vault TVL on Base (conservative profile in MVP). Read-only.
List Forge vaults (Core/Middle/Infra) and agent strategies (Conservative/Balanced/Aggressive). Mainnet: Core and Middle vaults live; conservative and balanced strategies live.
[Advanced] Get claimable $FORGE reward balance for an agent from the weekly emissions distributor.
[Advanced] Build calldata to claim weekly $FORGE rewards. Proof is fetched from forgetreasury.com/rewards when omitted.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"forge_treasury": {
"url": "https://mcp.forgetreasury.com/mcp",
"transport": "streamable-http"
}
}
}