send_calls.
Chain: Base mainnet.
Operations: swap quotes, swaps, position reads, pool discovery, add liquidity, remove liquidity, and portfolio summaries.
Try it
Swap
Positions
Add liquidity
Pattern
Prepare endpoints return atransactions[] array. The assistant maps every transaction into one Base MCP send_calls batch with { to, value, data } and chain: "base". Approvals and actions stay in response order so the batch executes atomically.
Reads and prepare calls need the user’s wallet address as from or recipient. For liquidity actions, the assistant shows tick range, amounts, and position details before asking for approval.
Reference
Full plugin spec on GitHub
State endpoints, prepare endpoints, position handling, transaction mapping, and chat-only fallback.