Back to Browse

Base Token Sniper MCP Server

Developer ToolsModerate7.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server to discover and trade new token launches on Base chain.

About

MCP server to discover and trade new token launches on Base chain.

Security Report

7.5
Moderate7.5Low Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Private key for the trading wallet (hex string)Required

Environment variable: DEPLOYER_PRIVATE_KEY

Base mainnet RPC URL (defaults to https://mainnet.base.org)Optional

Environment variable: RPC_URL

How to Install

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"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

ToolDescription
watch_launchesGet recent LaunchPad token deploys (newest first)
snipe_buyBuy a token with ETH via PlatformRouter (0.5% platform fee)
multi_quoteGet buy quotes for multiple tokens at once
get_token_safetyCheck token safety metrics (liquidity, burn, fees, age)
get_launch_feedLive 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

Reviews

No reviews yet

Be the first to review this server!

Base Token Sniper MCP Server - MCP server to discover and trade new token launches on Base | MCP Marketplace