Analytics
arcadia.finance
Provides financial analytics and data retrieval for Arcadia lending pools and accounts.
ENDPOINT 1
https://mcp.arcadia.finance/mcp
MCP server metadata
- Name
- arcadia-finance
- Version
- 0.5.1
Known tools 35
read_account_infoGet full overview of an Arcadia account: health factor, collateral value, debt, deposited assets, liquidation price, and automation status.
Inferred read-onlyread_pool_listList all Arcadia lending pools: TVL, utilization, available liquidity.
Inferred read-onlyread_pool_infoGet detailed info for a single lending pool including APY history over time.
Inferred read-onlyread_strategy_infoGet 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-onlyread_strategy_recommendationGet a rebalancing recommendation for an Arcadia account — suggests asset changes to optimize yield.
Inferred read-onlyread_asset_manager_intentsList the automation intents Arcadia supports, with the parameters each one accepts.
Inferred read-onlyread_asset_manager_currentRead which asset managers are currently enabled on an account, with their decoded on-chain configuration.
Inferred read-onlywrite_account_createBuild an unsigned transaction to create a new Arcadia account via the Factory contract.
Potential side effectswrite_account_depositBuild an unsigned transaction to deposit assets into an Arcadia account as collateral.
Inferred read-onlywrite_account_withdrawBuild an unsigned transaction to withdraw assets from an Arcadia account to the owner's wallet.
Inferred read-onlywrite_account_borrowBuild an unsigned transaction to borrow from an Arcadia lending pool against account collateral.
Inferred read-onlywrite_account_repayRepay debt to an Arcadia lending pool using tokens from the wallet (requires ERC20 allowance).
Inferred read-onlywrite_account_add_liquidityMulti-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-onlywrite_account_remove_liquidityFlash-action: PARTIALLY decreases liquidity from an LP position.
Inferred read-onlywrite_account_swapFlash-action: swaps assets within an Arcadia account in one atomic transaction.
Inferred read-onlywrite_account_deleverageMulti-step flash-action: sells account collateral to the debt token and repays in one atomic transaction — no wallet tokens needed.
Inferred read-onlywrite_account_stakeFlash-action: stake, unstake, or claim rewards for an LP position in one atomic transaction.
Inferred read-onlywrite_account_closeAtomic flash-action that closes an Arcadia account position in ONE transaction.
Inferred read-onlywrite_pool_depositBuild an unsigned deposit transaction into an Arcadia lending tranche (ERC-4626).
Inferred read-onlywrite_pool_redeemBuild an unsigned redeem transaction to withdraw from an Arcadia lending tranche (ERC-4626).
Inferred read-onlywrite_account_automationsConfigure an account's automations from a list of intents and return the unsigned setAssetManagers transaction.
Inferred read-onlywrite_account_automations_deltaApply an explicit change to an account's automations and return the unsigned setAssetManagers transaction.
Inferred read-onlydev_sendDEV ONLY — Sign and broadcast an unsigned transaction using a local private key (PK env var).
Inferred read-onlyCONNECT 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.
arcadia.finance is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.