Server data from the Official MCP Registry
MCP server to discover and trade new token launches on Base chain.
MCP server to discover and trade new token launches on Base chain.
Valid MCP server (2 strong, 4 medium validity signals). 3 known CVEs in dependencies (0 critical, 2 high severity) Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
3 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: DEPLOYER_PRIVATE_KEY
Environment variable: RPC_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-lordbasilaiassistant-sudo-base-token-sniper": {
"env": {
"RPC_URL": "your-rpc-url-here",
"DEPLOYER_PRIVATE_KEY": "your-deployer-private-key-here"
},
"args": [
"-y",
"base-token-sniper-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
An MCP server for AI agents to discover and trade new token launches on Base chain.
npx -y base-token-sniper-mcp
| Tool | Description |
|---|---|
watch_launches | Get recent LaunchPad token deploys (newest first) |
snipe_buy | Buy a token with ETH via PlatformRouter (0.5% platform fee) |
multi_quote | Get buy quotes for multiple tokens at once |
get_token_safety | Check token safety metrics (liquidity, burn, fees, age) |
get_launch_feed | Live feed of launches since a given timestamp |
Add to your MCP client config (Claude Code, Cursor, etc.):
{
"mcpServers": {
"base-token-sniper": {
"command": "npx",
"args": ["-y", "base-token-sniper-mcp"],
"env": {
"DEPLOYER_PRIVATE_KEY": "your-private-key-for-trading"
}
}
}
}
DEPLOYER_PRIVATE_KEY is only needed for snipe_buy. All read tools work without it.
This server connects to the OBSD LaunchPad on Base mainnet. New tokens are deployed with Aerodrome liquidity pools, progressive sell taxes, and built-in burn mechanics. Trading goes through the PlatformRouter which charges a 0.5% ETH fee.
For agents: Poll get_launch_feed to discover new tokens, check get_token_safety for risk assessment, use multi_quote to compare opportunities, and snipe_buy to execute.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.