Model Context Protocol server for the SwapWizard DeFi API — swap quotes, liquidity management, and pool discovery for AI agents.
| Tool name | Description | Destructive? |
|---|---|---|
| get_setup_guide | ✓ no | |
| get_supported_chains | ✓ no | |
| check_api_health | ✓ no | |
| get_supported_dexes | ✓ no | |
| search_liquidity_pools | ✓ no |
| analyze_pool | ✓ no | |
| list_user_lp_positions | ✓ no | |
| get_swap_quote | ✓ no | |
| get_clean_quote | ✓ no | |
| zap_into_lp_position | ✓ no | |
| zap_out_of_lp_position | ✓ no |
{
"mcpServers": {
"swapwizardmcp": {
"command": "npx",
"args": [
"-y",
"@swapwizard/mcp-server"
]
}
}
}