chenswap - LLM-routed DEX aggregator
Compare DEX swap quotes across 5 aggregators in parallel and get LLM-generated reasoning on why one route beats another for your specific pair.
Tools
- get_quote: 5-aggregator parallel quote with LLM reasoning
- list_supported_chains: chains + aggregator coverage per chain
MCP install
Install from npm: npx -y chenswap-mcp
API
POST https://chenswap.chitacloud.dev/api/quote { "chain_id": 8453, "token_in": "0x...", "token_out": "0x...", "amount_in_raw": "1000000000", "decimals_in": 6, "decimals_out": 18 }
No API key required.