send_calls.
Chains: Base and BSC.
Operations: buy orders, sell orders, pool-targeted swaps, tight-slippage swaps, standard send_calls execution, and Permit2 private-relay completion.
Try it
Buy
Sell
Tight slippage
Pattern
For standard swaps, the assistant posts to/order, RLP-decodes each transactions[].unsigned value, strips everything except to, data, and value, then passes the ordered calls to Base MCP send_calls. networkId 8453 maps to base; 56 maps to bsc.
Permit2 swaps use the plugin’s /order/complete flow instead of send_calls because the server re-encodes signatures and broadcasts through the private relay.
Reference
Full plugin spec on GitHub
Order parameters, RLP decoding, Permit2 flow, MEV notes, and chain mapping.