← Registry

Analytics

arcadia.finance

Provides financial analytics and data retrieval for Arcadia lending pools and accounts.

1 endpoint40 known toolsCached registry data

ENDPOINT 1

https://mcp.arcadia.finance/mcp

No auth detected

Known tools 40

read_account_info

Get full overview of an Arcadia account: health factor, collateral value, debt, deposited assets, liquidation price, and automation status.

read_account_history

Get historical collateral and debt values for an Arcadia account over time.

read_account_pnl

Get PnL (cost basis) and yield earned for an Arcadia account.

read_pool_list

List all Arcadia lending pools: TVL, utilization, available liquidity.

read_pool_info

Get detailed info for a single lending pool including APY history over time.

read_asset_list

List supported collateral assets on Arcadia.

read_asset_prices

Get USD prices for one or more asset addresses.

read_strategy_list

Get Arcadia LP strategies.

read_strategy_info

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.

read_strategy_recommendation

Get a rebalancing recommendation for an Arcadia account — suggests asset changes to optimize yield.

read_point_leaderboard

Get the Arcadia points leaderboard (paginated).

read_guides

Get Arcadia workflow guides and reference documentation.

read_wallet_balances

Get native ETH and ERC20 token balances for a wallet address.

read_wallet_allowances

Check ERC20 token allowances for a spender address.

read_wallet_accounts

List all Arcadia accounts owned by a wallet address.

read_wallet_points

Get Arcadia points balance for a specific wallet address.

read_asset_manager_intents

List all available automation intents with their tool names, required parameters, and supported chains.

write_account_create

Build an unsigned transaction to create a new Arcadia account via the Factory contract.

write_account_deposit

Build an unsigned transaction to deposit assets into an Arcadia account as collateral.

write_account_withdraw

Build an unsigned transaction to withdraw assets from an Arcadia account to the owner's wallet.

write_account_borrow

Build an unsigned transaction to borrow from an Arcadia lending pool against account collateral.

write_account_repay

Repay debt to an Arcadia lending pool using tokens from the wallet (requires ERC20 allowance).

write_account_add_liquidity

Multi-step flash-action: atomically combines [deposit from wallet] + [use account collateral] + [swap to optimal ratio] + [mint LP] + [borrow if leveraged] in ONE transaction.

write_account_remove_liquidity

Flash-action: PARTIALLY decreases liquidity from an LP position.

write_account_swap

Flash-action: swaps assets within an Arcadia account in one atomic transaction.

write_account_deleverage

Multi-step flash-action: sells account collateral to the debt token and repays in one atomic transaction — no wallet tokens needed.

write_account_stake

Flash-action: stake, unstake, or claim rewards for an LP position in one atomic transaction.

write_account_close

Atomic flash-action that closes an Arcadia account position in ONE transaction.

write_wallet_approve

Build an unsigned approval transaction.

write_pool_deposit

Build an unsigned deposit transaction into an Arcadia lending tranche (ERC-4626).

write_pool_redeem

Build an unsigned redeem transaction to withdraw from an Arcadia lending tranche (ERC-4626).

write_asset_manager_rebalancer

Encode args for the rebalancer automation.

write_asset_manager_compounder

Encode args for the standalone compounder automation.

write_asset_manager_compounder_staked

Encode args for compounder coupled with CowSwap for staked LP positions (e.g.

write_asset_manager_yield_claimer

Encode args for the standalone yield claimer automation.

write_asset_manager_yield_claimer_cowswap

Encode args for yield claimer coupled with CowSwap.

write_asset_manager_cow_swapper

Encode args for standalone direct CowSwap mode.

write_asset_manager_merkl_operator

Encode args for the Merkl operator automation.

write_account_set_asset_managers

Build an unsigned setAssetManagers transaction from encoded intent args.

dev_send

DEV ONLY — Sign and broadcast an unsigned transaction using a local private key (PK env var).