send_calls.
Chains: Base, Ethereum, Arbitrum, Optimism, Polygon, BSC, and Avalanche.
Operations: token resolution, best-route quotes, swap calldata building, ERC-20 approvals, and native-token swaps.
Try it
Base swap
Arbitrum swap
Read-only quote
Pattern
The assistant callsGET /api/v1/routes, shows the quoted output and gas, then calls POST /api/v1/route/build with the returned routeSummary. Native-token input maps to one router call. ERC-20 input batches an ERC-20 approve call before the router call.
transactionValue is returned as decimal wei and must be hex-encoded for Base MCP send_calls.
Reference
Full plugin spec on GitHub
Route API, build API, chain slugs, approval encoding, and send_calls mapping.