
Base Token Sniper
Connect an agent to discover and execute trades on new Base token launches—only if you accept wallet key risk and strict operational controls.
Overview
Base Token Sniper MCP is a MCP server for the Build phase that discovers new Base token launches and trades them via a configured wallet private key.
What is this MCP server?
- Discover new token launches on Base chain via MCP tools
- Trade execution path tied to a deployer/trading wallet
- Requires DEPLOYER_PRIVATE_KEY (secret) plus optional RPC_URL
- stdio npm package base-token-sniper-mcp (server v1.0.2)
- High-risk surface: pair with base-security-scanner-mcp before relying on new tokens
- Server version 1.0.2; npm package version 1.0.1 documented in schema
- DEPLOYER_PRIVATE_KEY required secret for signing
- stdio transport; default Base RPC https://mainnet.base.org
Community signal: 1 GitHub stars.
What problem does it solve?
Hand-building sniping bots for new Base launches is slow, and you still need agent-accessible trade and discovery hooks.
Who is it for?
Experienced solo builders automating experimental Base launch trading inside an MCP agent stack with isolated hot wallets.
Skip if: Beginners, production apps without security scanning, or anyone unwilling to store a signing key in the MCP environment.
What do I get? / Deliverables
After setup with DEPLOYER_PRIVATE_KEY and RPC, your agent can discover launches and execute trades on Base through MCP—under your risk controls.
- MCP-driven discovery of new token launches on Base
- Agent-initiated swap or trade actions against configured wallet
- stdio integration for sniping experiments without a custom bot framework
Recommended MCP Servers
Journey fit
Automated launch discovery and trading is implemented as a chain integration during Build, not as a generic planning methodology. Integrations holds MCP servers that sign transactions and talk to Base for live trading behavior.
How it compares
Trading and launch-discovery MCP with signing key, not a read-only wallet toolkit or security-only scanner.
Common Questions / FAQ
Who is base-token-sniper for?
Advanced indie builders on Base who intentionally run agent-assisted sniping or launch trading and understand private-key and scam-token risks.
When should I use base-token-sniper?
Use it only when you are building or operating automated launch-trading integrations and have already planned wallet isolation and contract scanning.
How do I add base-token-sniper to my agent?
Install base-token-sniper-mcp from npm, set required DEPLOYER_PRIVATE_KEY and RPC_URL, configure stdio MCP in your agent, and never use production treasury keys.