Odel
base token sniper mcp

base token sniper mcp

Local
@lordbasilaiassistant-sudo1JavaScriptUpdated 6mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbase-token-sniper-mcpv1.0.1

Run

npx -y base-token-sniper-mcp

MCP client config

{
  "mcpServers": {
    "base-token-sniper-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "base-token-sniper-mcp"
      ]
    }
  }
}