Self-custodial pump.fun sniper: arm strategies, snipe, manage positions. Simulate by default.
claude mcp add agent-sniper -- npx -y @three-ws/agent-sniper
claude_desktop_config.json
{
"mcpServers": {
"agent-sniper": {
"command": "npx",
"args": [
"-y",
"@three-ws/agent-sniper"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agent-sniper": {
"command": "npx",
"args": [
"-y",
"@three-ws/agent-sniper"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-sniper": {
"command": "npx",
"args": [
"-y",
"@three-ws/agent-sniper"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agent-sniper": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@three-ws/agent-sniper"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent-sniper": {
"command": "npx",
"args": [
"-y",
"@three-ws/agent-sniper"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.nirholas--agent-sniper/reviews or the review_server meta-tool.
POST /mcp