
SwapWizard
Connect your coding agent to SwapWizard so it can quote swaps, zap into LP positions, and route across AMMs on five EVM chains.
Overview
SwapWizard MCP is a MCP server for the Build phase that lets AI agents execute DeFi swaps and LP zaps with cross-AMM routing on five EVM chains.
What is this MCP server?
- Swap, zap in/out of liquidity pools, and cross-AMM routing on 5 EVM chains
- Remote streamable-http at mcp.swapwizard.xyz/mcp plus npm @swapwizard/mcp-server stdio
- SWAPWIZARD_API_KEY from swapwizard.xyz/integrators
- DeFi execution layer aimed at AI agents, not manual wallet UI clicks
- Version 1.8.2 with website docs at swapwizard.xyz
- 5 EVM chains supported per server description
- Server version 1.8.2 (@swapwizard/mcp-server)
- Dual transport: streamable-http remote URL and npm stdio package
Community signal: 7 GitHub stars.
What problem does it solve?
Agent-driven DeFi features stall because wiring swaps and LP zaps across multiple AMMs and chains is slow and error-prone for one-person teams.
Who is it for?
Technical founders building agentic crypto tools, integrators, or internal ops bots that need standardized swap and LP actions.
Skip if: Non-crypto products, beginners without wallet/key hygiene, or teams needing non-EVM chains only.
What do I get? / Deliverables
After you add SWAPWIZARD_API_KEY and connect HTTP or stdio MCP, your agent can orchestrate SwapWizard quotes and execution paths from your development environment.
- Agent-accessible swap and zap execution on 5 EVM chains
- Cross-AMM routing without bespoke router code per protocol
- Choice of hosted MCP URL or local npm stdio server
Recommended MCP Servers
Journey fit
On-chain execution APIs belong in Build when you integrate DeFi actions into agents, dashboards, or backend orchestration—not in generic idea research. SwapWizard is a third-party DeFi execution MCP (stdio npm or remote HTTP)—classic integrations subphase wiring.
How it compares
On-chain DeFi execution MCP, not a portfolio analytics dashboard or tax reporting skill.
Common Questions / FAQ
Who is SwapWizard MCP for?
Developers shipping AI agents or backends that must perform swaps and liquidity zaps on EVM chains without maintaining every DEX integration by hand.
When should I use SwapWizard MCP?
Use it during Build when you prototype agent trading flows, automate LP entry/exit, or compare routes across AMMs before hardening production wallets.
How do I add SwapWizard MCP to my agent?
Obtain SWAPWIZARD_API_KEY at https://swapwizard.xyz/integrators, then attach https://mcp.swapwizard.xyz/mcp (streamable-http) or install @swapwizard/mcp-server for stdio in your MCP client.