SNAP Protocol
About
Private agent payments on Solana via ZK proofs: deposit, withdraw, list pools, estimate fees.
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
SNAP_RPC_URL SNAP_POOL_ADDRESS SNAP_RELAYER_URLClaude Code
claude mcp add --env SNAP_RPC_URL= --env SNAP_POOL_ADDRESS= --env SNAP_RELAYER_URL= snap-private-payments -- npx snap-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"snap-private-payments","command":"npx","args":["snap-mcp-server"],"env":{"SNAP_RPC_URL":"","SNAP_POOL_ADDRESS":"","SNAP_RELAYER_URL":""}}'
JSON
{
"mcpServers": {
"snap-private-payments": {
"command": "npx",
"args": [
"snap-mcp-server"
],
"env": {
"SNAP_RPC_URL": "",
"SNAP_POOL_ADDRESS": "",
"SNAP_RELAYER_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.