Self-custodial pump.fun sniper: arm strategies, snipe, manage positions. Simulate by default.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@three-ws/agent-sniper · npm · 0.1.6
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.nirholas/agent-sniper",
"description": "Self-custodial pump.fun sniper: arm strategies, snipe, manage positions. Simulate by default.",
"title": "Agent Sniper",
"repository": {
"url": "https://github.com/nirholas/three.ws",
"source": "github",
"subfolder": "packages/agent-sniper"
},
"version": "0.1.6",
"websiteUrl": "https://three.ws",
"icons": [
{
"src": "https://three.ws/three-ws-mcp-icon.svg",
"mimeType": "image/svg+xml",
"sizes": [
"any"
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@three-ws/agent-sniper",
"version": "0.1.6",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Run the stdio MCP server face. The same binary also serves 'run' (trade loop), 'serve' (x402 API), 'arm', and 'status'.",
"value": "mcp",
"type": "positional",
"valueHint": "subcommand"
}
],
"environmentVariables": [
{
"description": "Trade 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.",
"format": "string",
"default": "simulate",
"name": "SNIPER_MODE"
},
{
"description": "Solana cluster to trade on: mainnet | devnet. Defaults to mainnet.",
"format": "string",
"default": "mainnet",
"name": "SNIPER_NETWORK"
},
{
"description": "Solana 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.",
"format": "string",
"name": "SOLANA_RPC_URL"
},
{
"description": "Default 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.",
"format": "string",
"isSecret": true,
"name": "SOLANA_SECRET_KEY"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-19T22:05:24.722768Z",
"publishedAt": "2026-08-19T22:05:24.722768Z",
"updatedAt": "2026-08-19T22:05:24.722768Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.6last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.