← Back to Plugins
MCP Server MCP

Arcadia Finance

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @arcadia-finance/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.arcadia.finance/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@arcadia-finance/mcp-server",
      "version": "0.5.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "RPC URL for Base (8453). Falls back to public RPC if not set.",
          "isSecret": true,
          "name": "RPC_URL_BASE"
        },
        {
          "description": "RPC URL for Unichain (130). Falls back to public RPC if not set.",
          "isSecret": true,
          "name": "RPC_URL_UNICHAIN"
        },
        {
          "description": "RPC URL for Optimism (10). Falls back to public RPC if not set.",
          "isSecret": true,
          "name": "RPC_URL_OPTIMISM"
        },
        {
          "description": "Private key for dev-only signing (not for production).",
          "isSecret": true,
          "name": "PK"
        },
        {
          "description": "Transport mode: stdio (default) or http.",
          "name": "TRANSPORT"
        },
        {
          "description": "HTTP listen port (default 3000). Only used when TRANSPORT=http.",
          "name": "PORT"
        },
        {
          "description": "Comma-separated allowed Origin headers for CORS and DNS rebinding protection. Only used when TRANSPORT=http.",
          "name": "ALLOWED_ORIGINS"
        },
        {
          "description": "Max requests per minute per session (default 60). Only used when TRANSPORT=http.",
          "name": "RATE_LIMIT_RPM"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...