← Top 100 / Full directory (5,562)

DEX Swap Quotes — Uniswap, SushiSwap, Aerodrome

AI & Memory Remote 1 tool

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. Tools: dex_get_swap_quote. MANDATORY: Call this BEFORE executing any DEX swap to avoid excessive slippage. Essential for pre-trade analysis, route optimization, and MEV protection. IMPORTANT: For orderbook depth analysis, use dex_analyze_orderbook_depth. Returns: {route, amountOut, priceImpact, slippage, gas}. No API key required — x402 micropayment $0.005/call on Base L2.

GitHub ↗ Docs ↗

How to connect

1
Add the remote MCP URL
Paste this endpoint into Claude, ChatGPT, or Cursor MCP settings.
https://dex-quotes--axel-belfort.run.tools
2
Verify the tools loaded
Confirm tools/list returns the expected tools before relying on them in production.

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.

Related servers