What is the Agent Sniper MCP server?
Self-custodial pump.fun sniper: arm strategies, snipe, manage positions. Simulate by default.
How to install Agent Sniper
Copy-paste configuration for popular MCP clients.
SNIPER_MODETrade mode: simulate | live. simulate scores, guards, and logs every decision but NEVER broadcasts. live signs and broadcasts real transactions with real funds. Defaults to simulate — keep it there until your strategy is verified.
SNIPER_NETWORKSolana cluster to trade on: mainnet | devnet. Defaults to mainnet.
SOLANA_RPC_URLSolana RPC endpoint. A public RPC rate-limits under the new-mint firehose, so live mode refuses to start without this set. Optional in simulate mode.
SOLANA_SECRET_KEYsecretDefault self-custody wallet secret for single-agent runs — base58, a JSON byte array, or 0x-hex. Stays on your machine; the engine signs locally. Required only for live trading. Treat it like a password.
{
"mcpServers": {
"agent-sniper": {
"command": "npx",
"args": [
"-y",
"@three-ws/agent-sniper",
"mcp"
],
"env": {
"SNIPER_MODE": "<YOUR_SNIPER_MODE>",
"SNIPER_NETWORK": "<YOUR_SNIPER_NETWORK>",
"SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL>",
"SOLANA_SECRET_KEY": "<YOUR_SOLANA_SECRET_KEY>"
}
}
}
}{
"mcpServers": {
"agent-sniper": {
"command": "npx",
"args": [
"-y",
"@three-ws/agent-sniper",
"mcp"
],
"env": {
"SNIPER_MODE": "<YOUR_SNIPER_MODE>",
"SNIPER_NETWORK": "<YOUR_SNIPER_NETWORK>",
"SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL>",
"SOLANA_SECRET_KEY": "<YOUR_SOLANA_SECRET_KEY>"
}
}
}
}{
"mcpServers": {
"agent-sniper": {
"command": "npx",
"args": [
"-y",
"@three-ws/agent-sniper",
"mcp"
],
"env": {
"SNIPER_MODE": "<YOUR_SNIPER_MODE>",
"SNIPER_NETWORK": "<YOUR_SNIPER_NETWORK>",
"SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL>",
"SOLANA_SECRET_KEY": "<YOUR_SOLANA_SECRET_KEY>"
}
}
}
}{
"servers": {
"agent-sniper": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@three-ws/agent-sniper",
"mcp"
],
"env": {
"SNIPER_MODE": "<YOUR_SNIPER_MODE>",
"SNIPER_NETWORK": "<YOUR_SNIPER_NETWORK>",
"SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL>",
"SOLANA_SECRET_KEY": "<YOUR_SOLANA_SECRET_KEY>"
}
}
}
}claude mcp add agent-sniper --env SNIPER_MODE=<YOUR_SNIPER_MODE> --env SNIPER_NETWORK=<YOUR_SNIPER_NETWORK> --env SOLANA_RPC_URL=<YOUR_SOLANA_RPC_URL> --env SOLANA_SECRET_KEY=<YOUR_SOLANA_SECRET_KEY> -- npx -y @three-ws/agent-sniper mcpRelated MCP servers
3D AI Agent Avatar — render any GLB, give it a Solana wallet, a voice, and pump.fun powers.
View repository →MCP tools from three.ws: free + paid text-to-3D, rigging, agent reputation, market intel.
View repository →UCAI — The ABI-to-MCP Server Generator. Convert any smart contract ABI into an AI-ready MCP server.
View repository →Trending agents and coins, the $THREE holder leaderboard, and the site-wide activity ticker.
View repository →Browse the AgenC on-chain task marketplace, query the agent registry, and link identities.
View repository →Governed x402 payment sessions: pay any endpoint with budget, allowlist & per-tx caps, no key.
View repository →