← Index

Arcadia Finance

io.github.arcadia-finance/mcp-server·v0.4.5·Finance & Payments
Quality Score
90
/100

Concentrated liquidity on Uniswap/Aerodrome (rebalance, compound, leverage) or single-sided lending.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.arcadia.finance/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@arcadia-finance/mcp-server"
      ],
      "env": {
        "RPC_URL_BASE": "<your-rpc_url_base>",
        "RPC_URL_UNICHAIN": "<your-rpc_url_unichain>",
        "RPC_URL_OPTIMISM": "<your-rpc_url_optimism>",
        "PK": "<your-pk>",
        "TRANSPORT": "<transport>",
        "PORT": "<port>",
        "ALLOWED_ORIGINS": "<allowed_origins>",
        "RATE_LIMIT_RPM": "<rate_limit_rpm>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@arcadia-finance/mcp-server"
      ],
      "env": {
        "RPC_URL_BASE": "<your-rpc_url_base>",
        "RPC_URL_UNICHAIN": "<your-rpc_url_unichain>",
        "RPC_URL_OPTIMISM": "<your-rpc_url_optimism>",
        "PK": "<your-pk>",
        "TRANSPORT": "<transport>",
        "PORT": "<port>",
        "ALLOWED_ORIGINS": "<allowed_origins>",
        "RATE_LIMIT_RPM": "<rate_limit_rpm>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @arcadia-finance/mcp-server
§02  Environment variables
RPC_URL_BASE
secret

RPC URL for Base (8453). Falls back to public RPC if not set.

RPC_URL_UNICHAIN
secret

RPC URL for Unichain (130). Falls back to public RPC if not set.

RPC_URL_OPTIMISM
secret

RPC URL for Optimism (10). Falls back to public RPC if not set.

PK
secret

Private key for dev-only signing (not for production).

TRANSPORT

Transport mode: stdio (default) or http.

PORT

HTTP listen port (default 3000). Only used when TRANSPORT=http.

ALLOWED_ORIGINS

Comma-separated allowed Origin headers for CORS and DNS rebinding protection. Only used when TRANSPORT=http.

RATE_LIMIT_RPM

Max requests per minute per session (default 60). Only used when TRANSPORT=http.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Finance & Payments