← Back to Plugins
MCP Server MCP

SwapWizard

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @swapwizard/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.swapwizard.xyz/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@swapwizard/mcp-server",
      "version": "1.8.9",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from https://swapwizard.xyz/integrators",
          "isRequired": true,
          "isSecret": true,
          "name": "SWAPWIZARD_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...