swap, and prepares non-custodial Clanker launch calldata for Base MCP send_calls.
Chain: Base mainnet.
Operations: recent launch discovery, top-volume discovery, token lookup, token buys, CLAWNCH burns, and token launch preparation.
Try it
Latest launches
Buy
Launch
Pattern
Discovery uses Clawnch GET endpoints throughweb_request or a harness HTTP tool. Buys map to Base MCP swap with chain: "base", fromAsset as ETH or USDC, and toAsset as the discovered token contract.
Launches call /api/prepare/deploy, then map the returned data object directly into send_calls: { chain: "base", calls: [{ to, value, data }] }. The assistant shows launch details and only submits after confirmation.
Reference
Full plugin spec on GitHub
API endpoints, launch feeds, buy flow, deploy preparation, burn/vault flow, and risk checks.