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).
Run
npx -y base-token-sniper-mcp
MCP client config
{
"mcpServers": {
"base-token-sniper-mcp": {
"command": "npx",
"args": [
"-y",
"base-token-sniper-mcp"
]
}
}
}