# Swapwizard MCP server

Agent View of the PolicyLayer registry record for Swapwizard: identity, probed posture, risk grade, and all 11 tools classified. HTML page: https://policylayer.com/tools/defire-business-swapwizard-mcp

## Facts

- Server id: `@swapwizard/mcp-server`
- Install: `npx -y @swapwizard/mcp-server`
- Homepage: https://github.com/DeFiRe-business/swapwizard-mcp
- Registry record: grade D, identity unverified
- Lifecycle: active
- Auth posture: open
- Rate-limited: no
- Tools: 11 (8 with introspected schema)
- Tool categories present: Read, Write
- Context-window cost: 5168 tokens per request — https://policylayer.com/token-cost/defire-business-swapwizard-mcp
- Tags: defire business swapwizard mcp
- Record last modified: 2026-08-02T03:50:13.407Z

## Tools (11)

| Tool | Category | Risk | Record |
| --- | --- | --- | --- |
| `get_clean_quote` | Financial | Critical | https://policylayer.com/tools/defire-business-swapwizard-mcp/get-clean-quote.md |
| `zap_into_lp_position` | Financial | Critical | https://policylayer.com/tools/defire-business-swapwizard-mcp/zap-into-lp-position.md |
| `zap_out_of_lp_position` | Financial | Critical | https://policylayer.com/tools/defire-business-swapwizard-mcp/zap-out-of-lp-position.md |
| `analyze_pool` | Read | Low | https://policylayer.com/tools/defire-business-swapwizard-mcp/analyze-pool.md |
| `check_api_health` | Read | Low | https://policylayer.com/tools/defire-business-swapwizard-mcp/check-api-health.md |
| `get_setup_guide` | Read | Low | https://policylayer.com/tools/defire-business-swapwizard-mcp/get-setup-guide.md |
| `get_supported_chains` | Read | Low | https://policylayer.com/tools/defire-business-swapwizard-mcp/get-supported-chains.md |
| `get_supported_dexes` | Read | Low | https://policylayer.com/tools/defire-business-swapwizard-mcp/get-supported-dexes.md |
| `get_swap_quote` | Read | Low | https://policylayer.com/tools/defire-business-swapwizard-mcp/get-swap-quote.md |
| `list_user_lp_positions` | Read | Low | https://policylayer.com/tools/defire-business-swapwizard-mcp/list-user-lp-positions.md |
| `search_liquidity_pools` | Read | Low | https://policylayer.com/tools/defire-business-swapwizard-mcp/search-liquidity-pools.md |

## Tool descriptions

- `get_clean_quote` — Maps to POST /quote with excludePositions=true. Shortcut to get_swap_quote that prices the swap as if the caller's own LP position were not in the pool, for concentrated-liquidity positions in the active tick range. Use when an agent hol…
- `zap_into_lp_position` — Maps to POST /addliquidity/quote. Builds a single-transaction zap to enter an LP position from ANY input token — the deposit token does NOT have to be one of the pool's underlying tokens. SwapWizard handles all intermediate swaps, the LP…
- `zap_out_of_lp_position` — Maps to POST /removeliquidity/quote. Builds a single-transaction zap to exit an LP position into ANY output token — you can withdraw into any token, not just the pool's underlying tokens. SwapWizard handles LP burn, fee collection, and i…
- `analyze_pool` — Maps to GET /pools/analyze/:id. Returns real-time momentum data for a specific pool from GeckoTerminal: multi-timeframe volume (5m, 15m, 30m, 1h, 6h), price changes (5m–24h), buy/sell transaction counts, unique traders (24h), and reserve…
- `check_api_health` — Maps to GET /health. Returns service availability. Use to confirm the API is responsive before attempting operations.
- `get_setup_guide` — Returns the complete setup and usage guide for SwapWizard. Call this FIRST before using any other tool. Covers: required configuration (API key, Alchemy RPC URL, private key), how to use poolId correctly, step-by-step operational flows f…
- `get_supported_chains` — Maps to GET /chains. Lists supported EVM chains with chain IDs and native gas tokens: Ethereum, Arbitrum, Base, Polygon, BNB Chain.
- `get_supported_dexes` — Returns the AMMs / DEX sources SwapWizard routes across per chain. Each DEX includes its display name and slug (e.g. "uniswap-v3") — use the slug as the 'project' filter in search_liquidity_pools to filter pools by protocol.
- `get_swap_quote` — Maps to POST /quote. Returns the best swap quote across all integrated DEX protocols, with router, callData, value, price impact, route summary, and gas estimate in one response. Surplus and positive slippage are returned to the user in …
- `list_user_lp_positions` — Maps to GET /positions. Reads all LP positions a wallet holds on a given chain by calling the SwapWizard API, which discovers positions across all supported protocols: Uniswap V2/V3/V4, Aerodrome, Thena, SushiSwap, PancakeSwap, Algebra, …
- `search_liquidity_pools` — Maps to GET /pools. Discovers liquidity pools across supported AMMs and chains, returning id, poolId, symbol, underlyingTokens (token addresses), fee tier, protocol, dexKind, APY, apyBase (fee-only APY excluding reward emissions), TVL (U…

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=defire-business-swapwizard-mcp · API: https://policylayer.com/registry/api · Recommended policies for every tool: https://policylayer.com/policies/defire-business-swapwizard-mcp
