← Index

io.github.lordbasilaiassistant-sudo/base-token-sniper

io.github.lordbasilaiassistant-sudo/base-token-sniper·v1.0.2·Other
Quality Score
83
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "base-token-sniper": {
      "command": "npx",
      "args": [
        "-y",
        "base-token-sniper-mcp"
      ],
      "env": {
        "DEPLOYER_PRIVATE_KEY": "<your-deployer_private_key>",
        "RPC_URL": "<rpc_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "base-token-sniper": {
      "command": "npx",
      "args": [
        "-y",
        "base-token-sniper-mcp"
      ],
      "env": {
        "DEPLOYER_PRIVATE_KEY": "<your-deployer_private_key>",
        "RPC_URL": "<rpc_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y base-token-sniper-mcp
§02  Environment variables
DEPLOYER_PRIVATE_KEY
requiredsecret

Private key for the trading wallet (hex string)

RPC_URL

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

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other