← arcadia.finance
INDIVIDUAL MCP TOOL
read_pool_list
List all Arcadia lending pools: TVL, utilization, available liquidity.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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_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.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.