← Back to MCP list
🔷

Arcadia Finance DeFi MCP

v1.0.0
Model DeductionRemote

Hosted at https://mcp.arcadia.finance/mcp for Base, Optimism, and Unichain. MCP is free; on-chain gas applies. Write tools produce unsigned transactions requiring wallet confirmation.

§ Connection Config

Transport Type: remote
https://mcp.arcadia.finance/mcp

§ Quickstart

Add the following to your MCP client configuration (Cursor, Claude Desktop, etc.):

Settings → Tools & MCP → New MCP Server. Paste URL below (most read tools need no key).

⚠️

Write operations affect on-chain assets — always verify unsigned transactions in your wallet before signing.

MCP Client Configuration

{
  "mcpServers": {
    "arcadia-finance": {
      "type": "streamableHttp",
      "url": "https://mcp.arcadia.finance/mcp"
    }
  }
}
View full setup guide →

§ Tools Reference

4 tools

read_account_info

Account health, collateral, debt, and positions

ParameterTypeRequiredDescription
accountIdstringAccount ID

read_pools

Pool TVL, APY, and utilization

read_strategy_recommendation

Rebalancing recommendation

ParameterTypeRequiredDescription
accountIdstringAccount ID

write_account_deposit

Build unsigned deposit transaction

ParameterTypeRequiredDescription
amountstringAmount

§ Examples

Once configured, you can ask the AI directly:

Pool APY lookup

List major Arcadia pools on Base with TVL and APY

Read-only query