Skip to content
Back to search
90
MCP live v1.1.0 sse

DEX Swap Quotes API

io.github.Br0ski777/dex-quotes

Best swap quotes across DEXes (Uniswap, SushiSwap, Aerodrome). Base & Ethereum. x402.

Uptime
50.0%
4 probes
Response
220ms
last probe
Tools
1
callable

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 JSON. 1. bestDex: which DEX offers the best rate (Uniswap, SushiSwap, Aerodrome) 2.…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dex_swap_quotes_api": {
      "url": "https://dex-quotes.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}