
Arcadia Finance
Operate concentrated liquidity and lending positions on Base, Unichain, and Optimism via Uniswap, Aerodrome, and Arcadia from MCP.
Overview
io.github.arcadia-finance/mcp-server is a MCP server for the Operate phase that lets agents rebalance, compound, and leverage Arcadia liquidity on Uniswap/Aerodrome and manage single-sided lending.
What is this MCP server?
- Concentrated liquidity on Uniswap and Aerodrome with rebalance, compound, and leverage flows.
- Single-sided lending operations alongside LP management.
- Multi-chain RPC env vars: RPC_URL_BASE (8453), RPC_URL_UNICHAIN (130), RPC_URL_OPTIMISM (10).
- Hosted remote MCP at mcp.arcadia.finance plus stdio @arcadia-finance/mcp-server npm (v0.4.6).
- Optional dev-only PK signing; TRANSPORT toggles stdio vs http—production should avoid local private keys.
- MCP server and npm package version 0.4.6
- Documented chains: Base 8453, Unichain 130, Optimism 10
What problem does it solve?
Keeping concentrated LP and lending positions healthy across Base, Optimism, and Unichain requires repetitive on-chain calls your agent cannot make without a DeFi MCP.
Who is it for?
Crypto-native solo builders running Arcadia strategies who want Claude or Cursor to operate LP and lending positions via MCP.
Skip if: Builders who need traditional fiat accounting, CeFi APIs, or who will not manage chain RPCs and wallet risk.
What do I get? / Deliverables
With RPC URLs and Arcadia MCP configured, your agent can trigger rebalance, compound, leverage, and lending operations through documented tools.
- Agent-invokable rebalance, compound, and leverage on supported DEX pools
- Single-sided lending operations via Arcadia MCP tools
Recommended MCP Servers
Journey fit
How it compares
DeFi position-operations MCP, not a tax analytics skill or generic Ethereum read-only explorer.
Common Questions / FAQ
Who is io.github.arcadia-finance/mcp-server for?
Indie on-chain operators and agent-assisted traders using Arcadia on Base, Unichain, or Optimism for CLMM and lending automation.
When should I use io.github.arcadia-finance/mcp-server?
During Operate when live liquidity or lending positions need rebalance, compound, or leverage actions from your coding agent.
How do I add io.github.arcadia-finance/mcp-server to my agent?
Add https://mcp.arcadia.finance/mcp as remote MCP or install @arcadia-finance/mcp-server with RPC_URL_* vars and stdio in Claude Code or Cursor; avoid PK in production.