← Registry

Analytics

arcadia.finance

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

1 endpoint35 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.arcadia.finance/mcp

No auth detected

MCP server metadata

Name
arcadia-finance
Version
0.5.1
Capabilities
tools.listChangedresources.listChangedprompts.listChanged

Known tools 35

read_account_info

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

Inferred read-only
read_account_history

Get an Arcadia account's historical net value over time.

Inferred read-only
read_account_pnl

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

Inferred read-only
read_pool_list

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

Inferred read-only
read_pool_info

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

Inferred read-only
read_asset_list

List supported collateral assets on Arcadia.

Inferred read-only
read_asset_prices

Get USD prices for one or more asset addresses.

Inferred read-only
read_strategy_list

Get Arcadia LP strategies.

Inferred read-only
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.

Inferred read-only
read_strategy_recommendation

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

Inferred read-only
read_point_leaderboard

Get the Arcadia points leaderboard (paginated).

Inferred read-only
read_guides

Get Arcadia workflow guides and reference documentation.

Inferred read-only
read_wallet_balances

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

Inferred read-only
read_wallet_allowances

Check ERC20 token allowances for a spender address.

Inferred read-only
read_wallet_accounts

List all Arcadia accounts owned by a wallet address.

Inferred read-only
read_wallet_points

Get Arcadia points balance for a specific wallet address.

Inferred read-only
read_asset_manager_intents

List the automation intents Arcadia supports, with the parameters each one accepts.

Inferred read-only
read_asset_manager_current

Read which asset managers are currently enabled on an account, with their decoded on-chain configuration.

Inferred read-only
write_account_create

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

Potential side effects
write_account_deposit

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

Inferred read-only
write_account_withdraw

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

Inferred read-only
write_account_borrow

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

Inferred read-only
write_account_repay

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

Inferred read-only
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.

Inferred read-only
write_account_remove_liquidity

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

Inferred read-only
write_account_swap

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

Inferred read-only
write_account_deleverage

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

Inferred read-only
write_account_stake

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

Inferred read-only
write_account_close

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

Inferred read-only
write_wallet_approve

Build an unsigned approval transaction.

Inferred read-only
write_pool_deposit

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

Inferred read-only
write_pool_redeem

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

Inferred read-only
write_account_automations

Configure an account's automations from a list of intents and return the unsigned setAssetManagers transaction.

Inferred read-only
write_account_automations_delta

Apply an explicit change to an account's automations and return the unsigned setAssetManagers transaction.

Inferred read-only
dev_send

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

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for arcadia.finance was fetched 2026-07-31T06:27:39.966Z and is being refreshed.

Trust status Trusted

arcadia.finance is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.