send_calls.
Chains: Base, Arbitrum, Optimism, Polygon, BSC, Avalanche, and Ethereum.
Operations: launch quotes, token creation, deployment status checks, cross-chain launch setup, and initial-buy configuration.
Try it
Launch
Quote
Status
Pattern
The assistant calls/print/quote first, shows per-chain and combined launch cost, then calls /print only after confirmation and valid token metadata. The returned payload.to includes a CAIP chain prefix, payload.calldata is base64, and payload.value is decimal wei.
The assistant strips the eip155:<chainId>: prefix from to, base64-decodes calldata to hex, converts value to hex, maps the chain ID to a Base MCP chain string, and submits send_calls.
Reference
Full plugin spec on GitHub
Quote schema, print schema, payload transforms, supported chains, and token metadata constraints.