Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.swapwizard]
url = "https://mcp.swapwizard.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"swapwizard": {
"type": "http",
"url": "https://mcp.swapwizard.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: swapwizard
Remote MCP URL: https://mcp.swapwizard.xyz/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"swapwizard": {
"url": "https://mcp.swapwizard.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"swapwizard": {
"type": "http",
"url": "https://mcp.swapwizard.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "swapwizard",
"transport": "streamable-http",
"url": "https://mcp.swapwizard.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_setup_guide— Returns the complete setup and usage guide for SwapWizard.get_supported_chains— Maps to GET /chains.check_api_health— Maps to GET /health.get_supported_dexes— Returns the AMMs / DEX sources SwapWizard routes across per chain.search_liquidity_pools— Maps to GET /pools.analyze_pool— Maps to GET /pools/analyze/:id.list_user_lp_positions— Maps to GET /positions.get_clean_quote— Maps to POST /quote with excludePositions=true.