Manage Uniswap and Aerodrome liquidity positions with leverage and automation.
Arcadia Finance MCP Server
MCP server for Arcadia Finance, a platform to manage concentrated liquidity positions on Uniswap and Aerodrome with automated rebalancing, compounding, yield optimization, and leverage. 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. |
Write Tools
All write tools return unsigned transactions as { to, data, value, chainId }.
| Tool | Description
Tools (9)
read.account.infoGet account overview including health factor, collateral, debt, positions, and automation status.read.account.historyRetrieve historical account value over time.read.account.pnlGet PnL and yield data for an account.read.wallet.accountsList all Arcadia accounts owned by a wallet address.read.wallet.balancesCheck on-chain ERC20 balances and native ETH for a wallet address.read.asset.listList supported collateral assets with addresses, types, and decimals.read.pool.listGet all lending pools including TVL, APY, utilization, and liquidity.read.strategy.infoGet full detail for a specific LP strategy including APY per range width and pool config.read.strategy.recommendationGet rebalancing recommendation for an account.Configuration
{"mcpServers": {"arcadia-finance": {"command": "npx", "args": ["-y", "@arcadia-finance/mcp-server"]}}}