AgentHubAgentHub

SwapWizard

MCP ServerMCP Registry官方收录

io.github.DeFiRe-business/swapwizard-mcp · v1.8.6

Non-custodial DeFi for AI agents: swaps, concentrated liquidity (V3/V4) zaps + ranges, 5 EVM chains

概览

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

安装

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

{
  "mcpServers": {
    "swapwizard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@swapwizard/mcp-server"
      ],
      "env": {
        "SWAPWIZARD_API_KEY": "<SWAPWIZARD_API_KEY>"
      }
    }
  }
}

环境变量

SWAPWIZARD_API_KEY必填secret

API key from https://swapwizard.xyz/integrators

相关资源

统一 Manifest

{
  "id": "io.github.DeFiRe-business/swapwizard-mcp",
  "type": "mcp-server",
  "version": "1.8.6",
  "displayName": "SwapWizard",
  "description": "Non-custodial DeFi for AI agents: swaps, concentrated liquidity (V3/V4) zaps + ranges, 5 EVM chains",
  "repository": {
    "url": "https://github.com/DeFiRe-business/swapwizard-mcp",
    "source": "github"
  },
  "homepage": "https://swapwizard.xyz",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@swapwizard/mcp-server",
        "version": "1.8.6",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SWAPWIZARD_API_KEY",
            "description": "API key from https://swapwizard.xyz/integrators",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://mcp.swapwizard.xyz/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.DeFiRe-business/swapwizard-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.DeFiRe-business%2Fswapwizard-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
SwapWizard — MCP Server 安装与配置 · AgentHub