write_pool_deposit — Arcadia Finance MCP Tool Mutating
write_pool_deposit
(write pool deposit) 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 write_pool_deposit from your client
- Claude Code Arcadia Finance write_pool_deposit run in your project directory
- Claude Desktop Arcadia Finance write_pool_deposit ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Arcadia Finance write_pool_deposit ~/.cursor/mcp.json
- VS Code Arcadia Finance write_pool_deposit .vscode/mcp.json
- Zed Arcadia Finance write_pool_deposit ~/.config/zed/settings.json
- Windsurf Arcadia Finance write_pool_deposit ~/.codeium/windsurf/mcp_config.json
- Cline Arcadia Finance write_pool_deposit ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Arcadia Finance write_pool_deposit ~/.gemini/settings.json
- Grok Arcadia Finance write_pool_deposit .mcp.json (in your project root)
- ChatGPT Arcadia Finance write_pool_deposit Settings → Connectors → Advanced → Developer mode
- Claude.ai Arcadia Finance write_pool_deposit Settings → Connectors → Add custom connector
- LangChain Arcadia Finance write_pool_deposit 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_accounts
- 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_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.