Concentrated liquidity on Uniswap/Aerodrome (rebalance, compound, leverage) or single-sided lending.
Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.
Get practical integration notes and launch examples for MCP servers like Arcadia Finance.
https://mcp.arcadia.finance/mcpnpx -y @arcadia-finance/mcp-server{
"RPC_URL_BASE": "YOUR_SECRET_VALUE",
"RPC_URL_UNICHAIN": "YOUR_SECRET_VALUE",
"RPC_URL_OPTIMISM": "YOUR_SECRET_VALUE",
"PK": "YOUR_SECRET_VALUE",
"TRANSPORT": "YOUR_VALUE_HERE",
"PORT": "YOUR_VALUE_HERE",
"ALLOWED_ORIGINS": "YOUR_VALUE_HERE",
"RATE_LIMIT_RPM": "YOUR_VALUE_HERE"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-arcadia-finance-mcp-server": {
"command": "npx",
"args": [
"-y",
"@arcadia-finance/mcp-server"
],
"env": {
"RPC_URL_BASE": "YOUR_SECRET_VALUE",
"RPC_URL_UNICHAIN": "YOUR_SECRET_VALUE",
"RPC_URL_OPTIMISM": "YOUR_SECRET_VALUE",
"PK": "YOUR_SECRET_VALUE",
"TRANSPORT": "YOUR_VALUE_HERE",
"PORT": "YOUR_VALUE_HERE",
"ALLOWED_ORIGINS": "YOUR_VALUE_HERE",
"RATE_LIMIT_RPM": "YOUR_VALUE_HERE"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
Arcadia Finance is an MCP server for Concentrated liquidity on Uniswap/Aerodrome (rebalance, compound, leverage) or single-sided lending.. It supports STDIO, HTTP transport.
Use the generated config in Install. This server runs with npx -y @arcadia-finance/mcp-server; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install, copy the config, and add it to Claude Desktop's MCP server settings. Endpoint: https://mcp.arcadia.finance/mcp.
Choose the Claude Code tab in Install, copy the config, and add it to Claude Code's MCP server settings. Endpoint: https://mcp.arcadia.finance/mcp.
Choose the Codex tab in Install, copy the config, and add it to Codex's MCP server settings. Endpoint: https://mcp.arcadia.finance/mcp.
Choose the Cursor or VS Code tab in Install, copy the config, and add it to Cursor or VS Code's MCP server settings. Endpoint: https://mcp.arcadia.finance/mcp.
Arcadia Finance uses STDIO, HTTP transport. Endpoint: https://mcp.arcadia.finance/mcp.
Arcadia Finance inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
Arcadia Finance does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
@arcadia-finance/mcp-serverstdio | npm | 0.4.6 | Env: RPC_URL_BASE secret Env: RPC_URL_UNICHAIN secret Env: RPC_URL_OPTIMISM secret Env: PK secret Env: TRANSPORT Env: PORT Env: ALLOWED_ORIGINS Env: RATE_LIMIT_RPM |