← arcadia.finance

INDIVIDUAL MCP TOOL

write_account_create

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

arcadia.financenone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

arcadia.finance

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.arcadia-finance]
url = "https://mcp.arcadia.finance/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "arcadia-finance": {
      "type": "http",
      "url": "https://mcp.arcadia.finance/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: arcadia-finance
Remote MCP URL: https://mcp.arcadia.finance/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "arcadia-finance": {
      "url": "https://mcp.arcadia.finance/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "arcadia-finance": {
      "type": "http",
      "url": "https://mcp.arcadia.finance/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "arcadia-finance",
  "transport": "streamable-http",
  "url": "https://mcp.arcadia.finance/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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.