Use the Arcadia MCP Server to let AI agents manage liquidity positions, borrow, deposit, and interact with the Arcadia Protocol via Claude, Cursor, or any MCP-compatible client.
The Arcadia MCP Server enables AI agents to interact with the Arcadia Protocol through the Model Context Protocol. It supports reading protocol data and building unsigned transactions for LP management, borrowing, deposits, and more.
Supported networks: Base (8453) and Unichain (130).
Setup
Remote (recommended)
No installation required. Point your MCP client to the hosted server:
LP strategies with APY, underlying assets, pool info
read_strategy_recommendation
Rebalancing suggestions for an account
read_guides
Documentation on automation, strategy selection, templates
Write Tools
All write tools return unsigned transactions ({ to, data, value, chainId }). They do not sign or broadcast.
Tool
Description
write_wallet_approve
Grant token spending permissions
write_account_create
Deploy a new Arcadia account
write_account_deposit
Deposit assets into an account
write_account_withdraw
Withdraw assets from an account
write_account_borrow
Borrow from a lending pool
write_account_repay
Repay debt
write_account_add_liquidity
Flash-action: deposit + swap + mint LP position
write_account_remove_liquidity
Remove liquidity from a position
write_account_close
Atomically burn position + swap + repay
write_account_swap
Token swap within an account
write_account_deleverage
Sell collateral to repay debt atomically
write_account_stake
Stake LP positions for rewards
write_asset_manager_set
Enable an asset manager on an account
write_asset_manager_configure
Configure rebalancing/compounding parameters
Development Tools
Tool
Description
dev.send
Sign and broadcast a transaction using a local private key (requires PK env var, development only)
Transaction Signing
The MCP server returns unsigned transactions only. To execute them in production, pass the transaction object to your signing infrastructure:
MPC wallets: Fireblocks, Dfns, Turnkey
Smart accounts: Safe, Biconomy
Embedded wallets: Privy, Dynamic
Client-side: viem or ethers
For local development and testing, use the dev.send tool with the PK environment variable.
Skills
The MCP server repository includes skills for Claude Code that provide domain knowledge about Arcadia workflows, concentrated liquidity management, asset manager patterns, and more. Install them by symlinking into your skills directory:
Once installed, Claude Code can reference these skills when helping you interact with the protocol.