Arcadia Finance MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add arcadia-finance -- npx -y @arcadia-finance/mcp-server
README.md

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

claude_desktop_config.json
{"mcpServers": {"arcadia-finance": {"command": "npx", "args": ["-y", "@arcadia-finance/mcp-server"]}}}

Try it

What is the current health factor and collateral status of my Arcadia account?
Show me the APY history for the current Uniswap liquidity pool I am in.
Are there any rebalancing recommendations for my current LP positions?
List all supported collateral assets and their current USD prices.
What is my total PnL and yield performance across my Arcadia accounts?

Frequently Asked Questions

What are the key features of Arcadia Finance?

Manage concentrated liquidity positions on Uniswap and Aerodrome. Automated rebalancing and yield optimization. Support for leverage and borrowing. Read protocol data and build unsigned transactions. Track account health, PnL, and historical performance.

What can I use Arcadia Finance for?

AI-assisted portfolio management for DeFi liquidity providers. Automated monitoring of health factors to prevent liquidation. Analyzing yield performance and rebalancing strategies for LP positions. Integrating on-chain Arcadia protocol data into AI agent workflows.

How do I install Arcadia Finance?

Install Arcadia Finance by running: npx -y @arcadia-finance/mcp-server

What MCP clients work with Arcadia Finance?

Arcadia Finance works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Arcadia Finance docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare