read.asset_manager.current

MCP tool from MCP Server by arcadia-finance

Automations enabled on an account: decoded config, mapped intents, Merkl state, superseded managers.

How to use it

read.asset_manager.current is exposed by the MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the read.asset_manager.current tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install MCP Server

$npx -y @arcadia-finance/mcp-server
FULL MCP SERVER LISTING

Other tools in MCP Server (34)

dev.send

Sign and broadcast an unsigned transaction using a local private key (PK env var). Not for production — use a dedicated wallet MCP server instead.

read.account.history

Historical account value over time.

read.account.info

Account overview: health factor, collateral, debt, positions, liquidation price, automation status.

read.account.pnl

PnL and yield data for an account.

read.asset_manager.intents

Automation intents and their params; add accountaddress for live per-account availability.

read.asset.list

Supported collateral assets with addresses, types, decimals.

read.asset.prices

USD prices for one or more asset addresses.

read.guides

Reference guides: automation setup, strategy selection, strategy templates.

read.point_leaderboard

Paginated Arcadia points leaderboard.

read.pool.info

Single pool detail with APY history over time.

read.pool.list

All lending pools: TVL, APY, utilization, liquidity.

read.strategy.info

Full detail for a specific LP strategy: APY per range width, pool config.

read.strategy.list

LP strategies with APY, underlyings, pool info. Supports featured filter and pagination.

read.strategy.recommendation

Rebalancing recommendation for an account.

read.wallet.accounts

List all Arcadia accounts owned by a wallet address.

read.wallet.allowances

Check ERC20 token allowances for a spender. Use before write.wallet.approve to avoid redundant approvals.

read.wallet.balances

On-chain ERC20 balances and native ETH for a wallet address.

read.wallet.points

Points balance for a specific wallet address.

write.account.add_liquidity

Flash-action: deposit + swap + mint LP + optional leverage, atomically.

write.account.automations

Configure automations from an intents array (full desired state). Returns the unsigned setAssetManagers tx.

write.account.automations_delta

Enable/disable individual automations, leaving the rest untouched.

write.account.borrow

Borrow from a lending pool.

write.account.close

Atomic close: burn LP + swap + repay debt in one tx.

write.account.create

Create a new Arcadia account via Factory.

write.account.deleverage

Repay debt by selling collateral (swap + repay in one tx).

write.account.deposit

Deposit ERC20 tokens into an account.

write.account.remove_liquidity

Remove/decrease LP position liquidity.

write.account.repay

Repay debt to a lending pool from wallet.

write.account.stake

Stake, unstake, or claim rewards for LP positions.

write.account.swap

Swap assets within an account (backend-routed).

write.account.withdraw

Withdraw assets from an account.

write.pool.deposit

Lend the pool's underlying asset into an ERC-4626 tranche to earn interest. Mints tranche shares to the receiver.

write.pool.redeem

Redeem tranche shares back into the underlying asset (lender exit).

write.wallet.approve

Approve an ERC20 token for spending. Required before depositing into an account. Call read.wallet.allowances first to check if already approved.