Best swap quotes across DEXes (Uniswap, SushiSwap, Aerodrome). Base & Ethereum. x402.
claude mcp add dex-quotes --transport sse https://dex-quotes.api.klymax402.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"dex-quotes": {
"url": "https://dex-quotes.api.klymax402.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"dex-quotes": {
"serverUrl": "https://dex-quotes.api.klymax402.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"dex-quotes": {
"type": "sse",
"url": "https://dex-quotes.api.klymax402.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"dex-quotes": {
"url": "https://dex-quotes.api.klymax402.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"dex-quotes": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://dex-quotes.api.klymax402.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| sse | https://dex-quotes.api.klymax402.com/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Br0ski777--dex-quotes/reviews or the review_server meta-tool.
POST /mcp