npm base-token-sniper-mcpstdioupdated 6mo ago
An MCP server for AI agents to discover and trade new token launches on Base chain.
O que dá para fazer com base token sniper?
base-token-sniper-mcp
An MCP server for AI agents to discover and trade new token launches on Base chain.
Install
npx -y base-token-sniper-mcp
Tools
| 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 |
Setup
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.
How It Works
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.
Chain
- Network: Base mainnet (chainId 8453)
- Contracts: LaunchPad, PlatformRouter, OBSD token — all verified on Basescan
License
MIT
Instalação
Adicione base token sniper ao seu cliente. Escolha o que você usa.
claude mcp add base-token-sniper-mcp -- npx -y base-token-sniper-mcpcodex mcp add base-token-sniper-mcp -- npx -y base-token-sniper-mcpamp mcp add base-token-sniper-mcp -- npx -y base-token-sniper-mcp{
"mcpServers": {
"base-token-sniper-mcp": {
"command": "npx",
"args": [
"-y",
"base-token-sniper-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"base-token-sniper-mcp": {
"command": "npx",
"args": [
"-y",
"base-token-sniper-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"base-token-sniper-mcp","command":"npx","args":["-y","base-token-sniper-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"base-token-sniper-mcp": {
"command": "npx",
"args": [
"-y",
"base-token-sniper-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"base-token-sniper-mcp": {
"command": "npx",
"args": [
"-y",
"base-token-sniper-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"base-token-sniper-mcp": {
"command": "npx",
"args": [
"-y",
"base-token-sniper-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"base-token-sniper-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"base-token-sniper-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"base-token-sniper-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"base-token-sniper-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y base-token-sniper-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
5 ferramentas
base token sniper expõe 5 ferramentas a um agente conectado.
- 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
Pontuação
59 / 100
Aceitável
- Documentação22/25
- Manutenção13/25
- Confiança6/20
- Capacidade6/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 178 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.2Mais recente | 7 de mar. de 2026 |
| 1.0.1 | 7 de mar. de 2026 |