An MCP server for discovering new token launches on Base mainnet and trading them through the PlatformRouter. It provides launch feeds, token safety checks, quotes, and a buy tool for executing ETH purchases.
From the registry: MCP server to discover and trade new token launches on Base chain.
Please install the `base-token-sniper` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js** — Required for npx. (https://nodejs.org)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","base-token-sniper-mcp"]
- optional environment variables:
- `DEPLOYER_PRIVATE_KEY`: Private key used for snipe_buy. Read tools work without it. (example: `<your-deployer-private-key>`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.DEPLOYER_PRIVATE_KEYrequiredPrivate key used for trading and required for snipe_buy.SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)