Arcadia Finance MCP Server
MCP server for Arcadia Finance, a platform for concentrated liquidity on Uniswap and Aerodrome with automated rebalancing, compounding, yield optimization, and leverage, or single-sided liquidity into lending pools. Read protocol data and build unsigned transactions for LP management, borrowing, deposits, and more.
Designed for AI agents (Claude, Cursor, etc.) to interact with Arcadia onchain.
Install
Tools
Read Tools
| Tool | Description |
|---|---|
read.account.info |
Account overview: health factor, collateral, debt, positions, liquidation price, automation status. |
read.account.history |
Historical account value over time. |
read.account.pnl |
PnL and yield data for an account. |
read.wallet.accounts |
List all Arcadia accounts owned by a wallet address. |
read.wallet.balances |
On-chain ERC20 balances and native ETH for a wallet address. |
read.wallet.allowances |
Check ERC20 token allowances for a spender. Use before write.wallet.approve to avoid redundant approvals. |
read.wallet.points |
Points balance for a specific wallet address. |
read.asset.list |
Supported collateral assets with addresses, types, decimals. |
read.asset.prices |
USD prices for one or more asset addresses. |
read.pool.list |
All lending pools: TVL, APY, utilization, liquidity. |
read.pool.info |
Single pool detail with APY history over time. |
read.point_leaderboard |
Paginated Arcadia points leaderboard. |
read.strategy.list |
LP strategies with APY, underlyings, pool info. Supports featured filter and pagination. |
read.strategy.info |
Full detail for a specific LP strategy: APY per range width, pool config. |
read.strategy.recommendation |
Rebalancing recommendation for an account. |
read.guides |
Reference guides: automation setup, strategy selection, strategy templates. |
read.asset_manager.intents |
Available automation intents with tool names, required params, and supported chains. |






