DEX Swap Quotes API
io.github.Br0ski777/dex-quotesBest swap quotes across DEXes (Uniswap, SushiSwap, Aerodrome). Base & Ethereum. x402.
Tools · 1
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.…
Similar MCP servers embedding-nearest
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"
}
}
}