SNAP Protocol for Claude Code
io.github.agentzeny/snap-private-payments
Private agent payments on Solana via ZK proofs: deposit, withdraw, list pools, estimate fees.
client:Claude Code
transport:stdio
runtime:npm
Install SNAP Protocol in Claude Code
run in your project directory
claude mcp add snap-private-payments -e SNAP_RPC_URL=<SNAP_RPC_URL> -e SNAP_POOL_ADDRESS=<SNAP_POOL_ADDRESS> -e SNAP_RELAYER_URL=<SNAP_RELAYER_URL> -- npx -y snap-mcp-server
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs