swap tool. Bankr is the discovery layer; the swap is a regular swap call paying ETH (or USDC) for the target ERC-20.
Chain: Base mainnet.
Operations: list latest launches, filter by deployer or recency, and buy a chosen token with swap.
Try it
Browse
Filter
Buy
Pattern
The plugin makes oneweb_request to https://api.bankr.bot/token-launches for the discovery feed, filters/presents the results client-side, and waits for the user to pick a token and amount. The buy itself is a single Base MCP swap call (fromAsset as ETH or USDC, toAsset as the launch token address) — same approval flow as any other write.
api.bankr.bot must be on the Base MCP web_request allowlist. If a request is rejected, fall back to the harness’s HTTP/fetch tool if one is available.Reference
Full plugin spec on GitHub
API response shape, orchestration steps, symbol-collision and adversarial-metadata safety notes for new launches.