read_wallet_accounts — Arcadia Finance MCP Tool Read-only
read_wallet_accounts
(read wallet accounts) is one of 35 tools on the
Arcadia Finance
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call read_wallet_accounts from your client
- Claude Code Arcadia Finance read_wallet_accounts run in your project directory
- Claude Desktop Arcadia Finance read_wallet_accounts ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Arcadia Finance read_wallet_accounts ~/.cursor/mcp.json
- VS Code Arcadia Finance read_wallet_accounts .vscode/mcp.json
- Zed Arcadia Finance read_wallet_accounts ~/.config/zed/settings.json
- Windsurf Arcadia Finance read_wallet_accounts ~/.codeium/windsurf/mcp_config.json
- Cline Arcadia Finance read_wallet_accounts ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Arcadia Finance read_wallet_accounts ~/.gemini/settings.json
- Grok Arcadia Finance read_wallet_accounts .mcp.json (in your project root)
- ChatGPT Arcadia Finance read_wallet_accounts Settings → Connectors → Advanced → Developer mode
- Claude.ai Arcadia Finance read_wallet_accounts Settings → Connectors → Add custom connector
- LangChain Arcadia Finance read_wallet_accounts pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mcp-server https://mcp.arcadia.finance/mcp
Other tools on this server
- read_account_info
- read_account_history
- read_account_pnl
- read_pool_list
- read_pool_info
- read_asset_list
- read_asset_prices
- read_strategy_list
- read_strategy_info
- read_strategy_recommendation
- read_point_leaderboard
- read_guides
- read_wallet_balances
- read_wallet_allowances
- read_wallet_points
- read_asset_manager_intents
- read_asset_manager_current
- write_account_create
- write_account_deposit
- write_account_withdraw
- write_account_borrow
- write_account_repay
- write_account_add_liquidity
- write_account_remove_liquidity
- write_account_swap
- write_account_deleverage
- write_account_stake
- write_account_close
- write_wallet_approve
- write_pool_deposit
- write_pool_redeem
- write_account_automations
- write_account_automations_delta
- dev_send
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.