io.github.lordbasilaiassistant-sudo/base-token-sniper MCP Server
io.github.lordbasilaiassistant-sudo/base-token-sniper
What is the io.github.lordbasilaiassistant-sudo/base-token-sniper MCP server?
MCP server to discover and trade new token launches on Base chain.
How to install io.github.lordbasilaiassistant-sudo/base-token-sniper
Copy-paste configuration for popular MCP clients.
DEPLOYER_PRIVATE_KEYrequiredsecretPrivate key for the trading wallet (hex string)
RPC_URLBase mainnet RPC URL (defaults to https://mainnet.base.org)
{
"mcpServers": {
"base-token-sniper": {
"command": "npx",
"args": [
"-y",
"base-token-sniper-mcp"
],
"env": {
"DEPLOYER_PRIVATE_KEY": "<YOUR_DEPLOYER_PRIVATE_KEY>",
"RPC_URL": "<YOUR_RPC_URL>"
}
}
}
}{
"mcpServers": {
"base-token-sniper": {
"command": "npx",
"args": [
"-y",
"base-token-sniper-mcp"
],
"env": {
"DEPLOYER_PRIVATE_KEY": "<YOUR_DEPLOYER_PRIVATE_KEY>",
"RPC_URL": "<YOUR_RPC_URL>"
}
}
}
}{
"mcpServers": {
"base-token-sniper": {
"command": "npx",
"args": [
"-y",
"base-token-sniper-mcp"
],
"env": {
"DEPLOYER_PRIVATE_KEY": "<YOUR_DEPLOYER_PRIVATE_KEY>",
"RPC_URL": "<YOUR_RPC_URL>"
}
}
}
}{
"servers": {
"base-token-sniper": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"base-token-sniper-mcp"
],
"env": {
"DEPLOYER_PRIVATE_KEY": "<YOUR_DEPLOYER_PRIVATE_KEY>",
"RPC_URL": "<YOUR_RPC_URL>"
}
}
}
}claude mcp add base-token-sniper --env DEPLOYER_PRIVATE_KEY=<YOUR_DEPLOYER_PRIVATE_KEY> --env RPC_URL=<YOUR_RPC_URL> -- npx -y base-token-sniper-mcpRelated MCP servers
MCP server for AI agents to detect flash loan arbitrage opportunities across DEXes on Base. Scan Uni
View repository →MCP server for AI agents to deploy ERC-20 tokens on Base with zero gas fees via CDP Paymaster. Gasle
View repository →MCP server for AI agents to manage multiple wallets with coordinated trading and batch operations on
View repository →MCP server for real-time token prices on Base from on-chain DEX pools.
View repository →MCP server to scan smart contracts on Base for honeypots, rug pulls, and vulnerabilities.
View repository →MCP server for Base wallet interactions: balances, gas, tokens, allowances, ENS.
View repository →