← Back to MCP listView full setup guide →
§ Connection Config
Transport Type: remote
https://mcp.arcadia.finance/mcp
§ Quickstart
Add the following to your MCP client configuration (Cursor, Claude Desktop, etc.):
Settings → Tools & MCP → New MCP Server. Paste URL below (most read tools need no key).
⚠️
Write operations affect on-chain assets — always verify unsigned transactions in your wallet before signing.
MCP Client Configuration
{
"mcpServers": {
"arcadia-finance": {
"type": "streamableHttp",
"url": "https://mcp.arcadia.finance/mcp"
}
}
}§ Tools Reference
4 tools
read_account_info
Account health, collateral, debt, and positions
| Parameter | Type | Required | Description |
|---|---|---|---|
| accountId | string | ✓ | Account ID |
read_pools
Pool TVL, APY, and utilization
read_strategy_recommendation
Rebalancing recommendation
| Parameter | Type | Required | Description |
|---|---|---|---|
| accountId | string | ✓ | Account ID |
write_account_deposit
Build unsigned deposit transaction
| Parameter | Type | Required | Description |
|---|---|---|---|
| amount | string | ✓ | Amount |
§ Examples
Once configured, you can ask the AI directly:
Pool APY lookup
List major Arcadia pools on Base with TVL and APY
Read-only query
LadleAgent