Chenswap

LLM-routed DEX aggregator. Compares 5 aggregators (KyberSwap, ParaSwap, Odos, LI.FI, Bebop) in parallel with natural-language reasoning on why one route beats others. Free public API. Works on Ethereum, Base, Polygon, Arbitrum, BNB Chain.

jiayaoqijia Updated

File contents

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.

jiayaoqijia/cryptoskill/tree/main/skills/mcp-servers/chenswap-mcp commit f460bdf47d

Frequently asked questions

npx skillmds@latest add jiayaoqijia/chenswap