mcpserver.lol
registry/arcadia-finance-mcp-server
Connection check verified live · 27h ago

arcadia-finance-mcp-server

Concentrated liquidity on Uniswap/Aerodrome (rebalance, compound, leverage) or single-sided lending.

Tools 35
GitHub stars 5
Installs / wk 154
Licence AGPL-3.0
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

35 tools

Read from the running server on 27h ago.

dev_send can modify data to*data*valuechain_id
DEV ONLY — Sign and broadcast an unsigned transaction using a local private key (PK env var). For production, use a dedicated wallet MCP server (Fireblocks, Safe, Turnkey, etc.) in…
read_account_history read-only dayschain_idaccount_address*
Get an Arcadia account's historical net value over time. Returns a time series of snapshots, oldest first, each `{ timestamp, net_value }` — `timestamp` is unix seconds and `net_va…
read_account_info read-only chain_idaccount_address*
Get full overview of an Arcadia account: health factor, collateral value, debt, deposited assets, liquidation price, and automation status. Health factor = 1 - (used_margin / liqui…
read_account_pnl read-only chain_idaccount_address*
Get PnL (cost basis) and yield earned for an Arcadia account. Returns lifetime totals: cost basis vs current value (negative cost_basis = net profit withdrawn), net transfers per t…
read_asset_list read-only searchchain_id
List supported collateral assets on Arcadia. Returns compact list (address, symbol, decimals, type). Use search to filter by symbol substring. For USD prices, use read_asset_prices…
read_asset_manager_current read-only chain_idaccount_address*
Read which asset managers are currently enabled on an account, with their decoded on-chain configuration. Returns the active managers (address, protocol, initiator, decoded strateg…
read_asset_manager_intents read-only chain_idposition_idaccount_address
List the automation intents Arcadia supports, with the parameters each one accepts. Pass account_address to also get per-account availability: which intents can be enabled right no…
read_asset_prices read-only chain_idasset_addresses*
Get USD prices for one or more asset addresses. Pass a single address or comma-separated addresses. Returns a price map keyed by address.
read_guides read-only topic
Get Arcadia workflow guides and reference documentation. Call this before multi-step workflows (opening LP positions, enabling automation, closing positions) or when you need contr…
read_point_leaderboard read-only limitoffset
Get the Arcadia points leaderboard (paginated). For a specific wallet's points balance, use read_wallet_points.
read_pool_info read-only dayschain_idpool_address*
Get detailed info for a single lending pool including APY history over time. Useful for analyzing rate trends and comparing pools. Use read_pool_list to discover pool addresses.
read_pool_list read-only chain_id
List all Arcadia lending pools: TVL, utilization, available liquidity. Key fields: interest_rate = current borrow cost, lending_apy = lender yield. All rates are decimal fractions…
read_strategy_info read-only chain_idstrategy_id*
Get full detail for a specific LP strategy by ID — includes APY per range width (narrower range = higher APY but more rebalancing cost/risk), pool info, and configuration. Use read…
read_strategy_list read-only limitoffsetchain_idfeatured_only
Get Arcadia LP strategies. Use featured_only=true for curated top strategies (recommended first call). Returns a paginated list with 7d avg APY for each strategy's default range. I…
read_strategy_recommendation read-only chain_idaccount_address*
Get a rebalancing recommendation for an Arcadia account — suggests asset changes to optimize yield. Uses 1d APY (not 7d like read_strategy_list), so recommended strategies may diff…
read_wallet_accounts read-only chain_idwallet_address*
List all Arcadia accounts owned by a wallet address. Returns a summary of each account (address, name). Call read_account_info with a specific account_address for full details like…
read_wallet_allowances read-only chain_idowner_address*spender_address*token_addresses*
Check ERC20 token allowances for a spender address. Use before write_wallet_approve to avoid redundant approvals — skip approving if the current allowance is already sufficient.
read_wallet_balances read-only chain_idwallet_address*token_addresses*
Get native ETH and ERC20 token balances for a wallet address. Reads directly from chain via RPC multicall. Use before write_account_add_liquidity or write_account_deposit to verify…
read_wallet_points read-only wallet_address*
Get Arcadia points balance for a specific wallet address.
write_account_add_liquidity chain_iddepositsleverageslippagepositions*wallet_address* +2
Multi-step flash-action: atomically combines [deposit from wallet] + [use account collateral] + [swap to optimal ratio] + [mint LP] + [borrow if leveraged] in ONE transaction. Do N…
write_account_automations modeownertoken0token1intents*chain_id +5
Configure an account's automations from a list of intents and return the unsigned setAssetManagers transaction. The backend resolves which asset managers each intent needs, validat…
write_account_automations_delta ownerenabletoken0token1disablechain_id +5
Apply an explicit change to an account's automations and return the unsigned setAssetManagers transaction. Unlike write_account_automations this is a delta, not a full desired stat…
write_account_borrow to*amount*chain_idpool_address*account_address*
Build an unsigned transaction to borrow from an Arcadia lending pool against account collateral. NOT needed for leveraged LP — write_account_add_liquidity handles borrowing interna…
write_account_close assets*chain_idslippageclose_lp_onlyreceive_assetsaccount_address*
Atomic flash-action that closes an Arcadia account position in ONE transaction. Combines up to 3 steps atomically: [burn LP position] + [swap all tokens to a single target asset] +…
write_account_create salt*chain_idcreditorwallet_address*account_version
Build an unsigned transaction to create a new Arcadia account via the Factory contract. account_version: 3 with creditor → V3 margin account (can borrow/leverage). account_version:…
write_account_deleverage chain_idcreditor*slippageamount_in*numeraire*asset_from* +1
Multi-step flash-action: sells account collateral to the debt token and repays in one atomic transaction — no wallet tokens needed. To repay from wallet tokens instead, use write_a…
write_account_deposit chain_idasset_idsasset_typesasset_amounts*account_address*account_version +1
Build an unsigned transaction to deposit assets into an Arcadia account as collateral. Supports ERC20 tokens and ERC721 NFTs (LP positions). NOT needed before write_account_add_liq…
write_account_remove_liquidity asset_id*chain_idadjustment*asset_address*account_address*
Flash-action: PARTIALLY decreases liquidity from an LP position. The position remains open with reduced liquidity; underlying tokens stay in the account. For FULL position exit (b…
write_account_repay amount*chain_idpool_address*account_address*
Repay debt to an Arcadia lending pool using tokens from the wallet (requires ERC20 allowance). To repay using account collateral instead (no wallet tokens needed), use write_accoun…
write_account_stake action*asset_id*chain_idasset_address*account_address*
Flash-action: stake, unstake, or claim rewards for an LP position in one atomic transaction. Use the `action` parameter to select the operation. `asset_address` is the position man…
write_account_swap asset_to*chain_idslippageamount_in*asset_from*account_address*
Flash-action: swaps assets within an Arcadia account in one atomic transaction. The backend finds the optimal swap route. NOTE: If you are closing a position (swap + repay + withdr…
write_account_withdraw chain_idasset_idsasset_typesasset_amounts*account_address*account_version +1
Build an unsigned transaction to withdraw assets from an Arcadia account to the owner's wallet. Only the account owner can withdraw. Will revert if the account has debt and withdra…
write_pool_deposit assets*chain_idreceiver*tranche_address*
Build an unsigned deposit transaction into an Arcadia lending tranche (ERC-4626). Lenders deposit the pool's underlying asset (USDC/WETH/cbBTC) and receive tranche shares that accr…
write_pool_redeem owner*shares*chain_idreceiver*tranche_address*
Build an unsigned redeem transaction to withdraw from an Arcadia lending tranche (ERC-4626). Burns tranche shares and returns the corresponding amount of underlying asset, includin…
write_wallet_approve amountchain_idasset_typetoken_address*spender_address*
Build an unsigned approval transaction. For ERC20 tokens: generates approve(spender, amount). For ERC721/ERC1155 NFTs (e.g. LP positions): generates setApprovalForAll(operator, tru…