# DEX Swap Quotes — Uniswap, SushiSwap, Aerodrome

DEX swap quote API for AI agents. Best swap quotes across Uniswap V2/V3, SushiSwap, Aerodrome, and other DEXes. Returns optimal route, price impact, slippage estimate, gas cost, and minimum output.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/dex-quotes

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/dex-quotes

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/dex-quotes dex_get_swap_quote

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/dex-quotes dex_get_swap_quote '{}'
```

## Direct MCP Connection

Endpoint: `https://dex-quotes--axel-belfort.run.tools`

## Tools (1)

- `dex_get_swap_quote` — Use this when you need a swap quote before trading tokens on-chain. Returns the best price across multiple DEXes in JSO…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/dex-quotes <tool-name>
```
