PluginBench
MCP Server
Maintained
AGPL-3.0

Arcadia Finance MCP Server

io.github.arcadia-finance/mcp-server

What is the Arcadia Finance MCP server?

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

How to install Arcadia Finance

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/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": "<YOUR_TRANSPORT>",
        "PORT": "<YOUR_PORT>",
        "ALLOWED_ORIGINS": "<YOUR_ALLOWED_ORIGINS>",
        "RATE_LIMIT_RPM": "<YOUR_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": "<YOUR_TRANSPORT>",
        "PORT": "<YOUR_PORT>",
        "ALLOWED_ORIGINS": "<YOUR_ALLOWED_ORIGINS>",
        "RATE_LIMIT_RPM": "<YOUR_RATE_LIMIT_RPM>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_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": "<YOUR_TRANSPORT>",
        "PORT": "<YOUR_PORT>",
        "ALLOWED_ORIGINS": "<YOUR_ALLOWED_ORIGINS>",
        "RATE_LIMIT_RPM": "<YOUR_RATE_LIMIT_RPM>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-server": {
      "type": "stdio",
      "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": "<YOUR_TRANSPORT>",
        "PORT": "<YOUR_PORT>",
        "ALLOWED_ORIGINS": "<YOUR_ALLOWED_ORIGINS>",
        "RATE_LIMIT_RPM": "<YOUR_RATE_LIMIT_RPM>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-server --env RPC_URL_BASE=<YOUR_RPC_URL_BASE> --env RPC_URL_UNICHAIN=<YOUR_RPC_URL_UNICHAIN> --env RPC_URL_OPTIMISM=<YOUR_RPC_URL_OPTIMISM> --env PK=<YOUR_PK> --env TRANSPORT=<YOUR_TRANSPORT> --env PORT=<YOUR_PORT> --env ALLOWED_ORIGINS=<YOUR_ALLOWED_ORIGINS> --env RATE_LIMIT_RPM=<YOUR_RATE_LIMIT_RPM> -- npx -y @arcadia-finance/mcp-server

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →