mcp.flaunch.gg to upload media, prepare launch metadata, discover launched coins, and build Base-compatible transaction previews. Base MCP handles the approval and submission.
Chain: Base mainnet.
Operations: media upload, token launch preparation, new coin discovery, token lookup, token buys, and token sells.
Try it
Launch
Discover
Buy
Pattern
For launches, the assistant confirms name, symbol, description, image, creator address, and social URLs, then callsPOST /v1/base/launch/prepare. The returned input is already in Base MCP send_calls shape.
For deployed token trades, the assistant resolves the token address from Flaunch discovery or user input and uses Base MCP swap with chain: "base". If swap cannot route the token, the assistant stops instead of inventing raw calldata.
Reference
Full plugin spec on GitHub
Launch preparation, media upload, discovery endpoints, swap mapping, and risk checks.