
DEX Swap Quotes API
Compare DEX swap quotes across Uniswap, SushiSwap, and Aerodrome on Base and Ethereum while building trading or treasury agents.
Overview
DEX Quotes is a MCP server for the Build phase that fetches best DEX swap quotes across Uniswap, SushiSwap, and Aerodrome on Base and Ethereum via SSE with x402.
What is this MCP server?
- Aggregates best swap quotes across Uniswap, SushiSwap, and Aerodrome
- Chains supported: Base and Ethereum mainnet contexts
- DEX Swap Quotes API exposed as remote SSE MCP
- x402 micropayment on dex-quotes.api.klymax402.com/mcp
- Version 1.1.0 server manifest with GitHub source repository
- MCP server version 1.1.0
- 3 named DEX sources: Uniswap, SushiSwap, Aerodrome
- 2 chain contexts: Base and Ethereum
What problem does it solve?
Building swap UX means repeatedly hitting multiple DEX aggregators just to show a fair price in the agent or API.
Who is it for?
Indie devs integrating multi-DEX price discovery into agents, dashboards, or alerting tools on Base/Ethereum.
Skip if: Production HFT, guaranteed execution, or chains outside the documented Base and Ethereum DEX set.
What do I get? / Deliverables
Your agent can surface side-by-side or best-route quotes while you implement wallet and execution flows.
- Best-available swap quotes across listed DEX protocols for a given pair and chain context
- Agent-ready price context for UI mockups and integration tests
Recommended MCP Servers
Journey fit
Canonical shelf is Build because quote aggregation plugs into product code and agent tools, not one-off market research. Integrations subphase matches wiring external liquidity and routing APIs into your app or MCP workflow.
How it compares
Quote-only finance MCP, not a full swap executor or custodial exchange integration.
Common Questions / FAQ
Who is DEX Quotes for?
Developers building MCP-aware crypto tools who need multi-DEX swap quotes on Base and Ethereum without running their own router.
When should I use DEX Quotes?
Use it while implementing swap previews, agent-assisted trades, or treasury rebalance features that need live DEX pricing.
How do I add DEX Quotes to my agent?
Configure remote MCP https://dex-quotes.api.klymax402.com/mcp (SSE) in your agent settings and enable x402 payments for API access.