Agent Sniper
About
Self-custodial pump.fun sniper: arm strategies, snipe, manage positions. Simulate by default.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SNIPER_MODE SNIPER_NETWORK SOLANA_RPC_URL SOLANA_SECRET_KEYClaude Code
claude mcp add --env SNIPER_MODE= --env SNIPER_NETWORK= --env SOLANA_RPC_URL= --env SOLANA_SECRET_KEY= agent-sniper -- npx @three-ws/agent-sniper
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"agent-sniper","command":"npx","args":["@three-ws/agent-sniper"],"env":{"SNIPER_MODE":"","SNIPER_NETWORK":"","SOLANA_RPC_URL":"","SOLANA_SECRET_KEY":""}}'
JSON
{
"mcpServers": {
"agent-sniper": {
"command": "npx",
"args": [
"@three-ws/agent-sniper"
],
"env": {
"SNIPER_MODE": "",
"SNIPER_NETWORK": "",
"SOLANA_RPC_URL": "",
"SOLANA_SECRET_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.