AgentHubAgentHub

mcp-ezpath

MCP ServerMCP Registry官方收录

io.github.infiniteezverse/mcp-ezpath · v0.1.1

Base DEX meta-router. Races 0x, ParaSwap, Aerodrome & Uniswap V3. Best quote. X402 pay-per-use.

概览

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

安装

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

{
  "mcpServers": {
    "mcp-ezpath": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-ezpath"
      ],
      "env": {
        "EZPATH_WALLET_KEY": "<EZPATH_WALLET_KEY>"
      }
    }
  }
}

环境变量

EZPATH_WALLET_KEY必填secret

Private key of a Base wallet holding USDC. Used to auto-sign EIP-3009 TransferWithAuthorization and pay 0.03 USDC per quote request. Example: 0xabc123...

相关资源

统一 Manifest

{
  "id": "io.github.infiniteezverse/mcp-ezpath",
  "type": "mcp-server",
  "version": "0.1.1",
  "displayName": "mcp-ezpath",
  "description": "Base DEX meta-router. Races 0x, ParaSwap, Aerodrome & Uniswap V3. Best quote. X402 pay-per-use.",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "mcp-ezpath",
        "version": "0.1.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "EZPATH_WALLET_KEY",
            "description": "Private key of a Base wallet holding USDC. Used to auto-sign EIP-3009 TransferWithAuthorization and pay 0.03 USDC per quote request. Example: 0xabc123...",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.infiniteezverse/mcp-ezpath",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.infiniteezverse%2Fmcp-ezpath/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
mcp-ezpath — MCP Server 安装与配置 · AgentHub