Swap Wizard MCP Server

Non-custodial DeFi for AI agents: swaps, concentrated liquidity (V3/V4) zaps + ranges, 5 EVM chains. Its 9 documented tools cover supported, quote, zap, position.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-12 · ★ 7 · #99 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Swap Wizard

before you install - you'll need

Set SWAPWIZARD_API_KEY before connecting.

Claude Code

claude mcp add defire-business-swapwizard-mcp --transport http https://mcp.swapwizard.xyz/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "defire-business-swapwizard-mcp": {
      "url": "https://mcp.swapwizard.xyz/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.swapwizard.xyz/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.swapwizard.xyz

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package @swapwizard/mcp-server - the @swapwizard scope differs from the repo owner (defire-business); confirm it's the project's official package

registry namespace io.github.DeFiRe-business is GitHub-verified and matches the repo owner

03 · What Swap Wizard can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 9 documented tools spanning supported, quote, zap, position, including get_supported_chains, get_supported_dexes, check_api_health, search_liquidity_pools.

Capability map

Tools grouped from the project's README - what Swap Wizard lets an agent do.

read & search

4 tools - e.g. Discover pools by chain, tokens, type, or GeckoTerminal trending (trending: true + optional timeframe: 5m/1h/6h/24h, default 5m). Returns poolId, symbol, fee ti; Full LP position details: value, fees…

search_liquidity_pools · list_user_lp_positions · get_swap_quote · get_clean_quote

Supported

2 tools - e.g. List supported EVM chains with IDs, gas tokens, DEX list, and position config; AMMs/DEX sources SwapWizard routes across per chain

get_supported_chains · get_supported_dexes

Zap

2 tools - e.g. Single-tx entry into any LP position from any token; Single-tx exit from any LP position into any token. Pass sender to auto-detect nftManager

zap_into_lp_position · zap_out_of_lp_position

Check

1 tool - e.g. API availability check

check_api_health

Latest releases

v1.8.2 · 2026-06-09

Fixed · mcpName casing to match GitHub org (DeFiRe-business). · Added · server.json for MCP Registry publishing. · Published to registry.modelcontextprotocol.io - SwapWizard is now discoverable in the official MCP…

v1.8.1 · 2026-06-09

Improved · search_liquidity_pools description - key parameters (trending, sortBy, sortOrder, topPerVenue) now called out explicitly in the tool description so agents discover them without inspecting the schema.

v1.8.0 · 2026-06-09

Added · Forced guide injection - if an agent calls any tool without having called get_setup_guide first, the full setup guide is automatically prepended to the first tool response. Ensures every agent receives…

04 · Who maintains Swap Wizard

SwapWizard is maintained by defire-business. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
API integration - ranked #99 of 250 actively-maintained API integration servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-06-09)
registry
io.github.DeFiRe-business/swapwizard-mcp (active, first published 2026-06-09 · 8 versions)
packages
npm:@swapwizard/mcp-server

06 · Swap Wizard FAQ

Is Swap Wizard still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-12 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Swap Wizard do?

An agent gets 9 documented tools spanning supported, quote, zap, position, including get_supported_chains, get_supported_dexes, check_api_health, search_liquidity_pools.

How do I install Swap Wizard?

Run `npx -y @swapwizard/mcp-server`. The README documents one environment variable (SWAPWIZARD_API_KEY) to set first. Set SWAPWIZARD_API_KEY before connecting. You can also paste the ready-made client config above.

Does Swap Wizard require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Swap Wizard

More API integration MCP servers · DataDoe MCP · Hotelbooking · Openapi · Yandex Metrika · Help Scout MCP Server

More JavaScript MCP servers · Gradus Notation · Amendor · Process · GLM MCP · Guesty MCP Server · see all