AgentHubAgentHub

Arcadia Finance

MCP ServerMCP Registry官方收录

io.github.arcadia-finance/mcp-server · v0.4.6

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

概览

Arcadia Finance 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@arcadia-finance/mcp-server"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.arcadia-finance/mcp-server",
  "type": "mcp-server",
  "version": "0.4.6",
  "displayName": "Arcadia Finance",
  "description": "Concentrated liquidity on Uniswap/Aerodrome (rebalance, compound, leverage) or single-sided lending.",
  "repository": {
    "url": "https://github.com/arcadia-finance/mcp-server",
    "source": "github"
  },
  "homepage": "https://arcadia.finance",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@arcadia-finance/mcp-server",
        "version": "0.4.6",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "RPC_URL_BASE",
            "description": "RPC URL for Base (8453). Falls back to public RPC if not set.",
            "isSecret": true
          },
          {
            "name": "RPC_URL_UNICHAIN",
            "description": "RPC URL for Unichain (130). Falls back to public RPC if not set.",
            "isSecret": true
          },
          {
            "name": "RPC_URL_OPTIMISM",
            "description": "RPC URL for Optimism (10). Falls back to public RPC if not set.",
            "isSecret": true
          },
          {
            "name": "PK",
            "description": "Private key for dev-only signing (not for production).",
            "isSecret": true
          },
          {
            "name": "TRANSPORT",
            "description": "Transport mode: stdio (default) or http."
          },
          {
            "name": "PORT",
            "description": "HTTP listen port (default 3000). Only used when TRANSPORT=http."
          },
          {
            "name": "ALLOWED_ORIGINS",
            "description": "Comma-separated allowed Origin headers for CORS and DNS rebinding protection. Only used when TRANSPORT=http."
          },
          {
            "name": "RATE_LIMIT_RPM",
            "description": "Max requests per minute per session (default 60). Only used when TRANSPORT=http."
          }
        ]
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://mcp.arcadia.finance/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.arcadia-finance/mcp-server",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.arcadia-finance%2Fmcp-server/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Arcadia Finance — MCP Server 安装与配置 · AgentHub