INDIVIDUAL MCP TOOL
read_asset_manager_current
Read which asset managers are currently enabled on an account, with their decoded on-chain configuration.
LIVE ENDPOINT
https://mcp.arcadia.finance/mcp
Connect to this endpoint to inspect the live schema for read_asset_manager_current and invoke it with your own arguments.
Indexed 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 server
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 an Arcadia account's historical net value 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.