SNAP Protocol MCP Server
io.github.agentzeny/snap-private-payments
What is the SNAP Protocol MCP server?
Private agent payments on Solana via ZK proofs: deposit, withdraw, list pools, estimate fees.
How to install SNAP Protocol
Copy-paste configuration for popular MCP clients.
SNAP_RPC_URLrequiredSolana RPC endpoint URL
SNAP_POOL_ADDRESSrequiredDefault shielded pool address
SNAP_RELAYER_URLOptional relayer URL for private withdrawals
{
"mcpServers": {
"snap-private-payments": {
"command": "npx",
"args": [
"-y",
"snap-mcp-server"
],
"env": {
"SNAP_RPC_URL": "<YOUR_SNAP_RPC_URL>",
"SNAP_POOL_ADDRESS": "<YOUR_SNAP_POOL_ADDRESS>",
"SNAP_RELAYER_URL": "<YOUR_SNAP_RELAYER_URL>"
}
}
}
}{
"mcpServers": {
"snap-private-payments": {
"command": "npx",
"args": [
"-y",
"snap-mcp-server"
],
"env": {
"SNAP_RPC_URL": "<YOUR_SNAP_RPC_URL>",
"SNAP_POOL_ADDRESS": "<YOUR_SNAP_POOL_ADDRESS>",
"SNAP_RELAYER_URL": "<YOUR_SNAP_RELAYER_URL>"
}
}
}
}{
"mcpServers": {
"snap-private-payments": {
"command": "npx",
"args": [
"-y",
"snap-mcp-server"
],
"env": {
"SNAP_RPC_URL": "<YOUR_SNAP_RPC_URL>",
"SNAP_POOL_ADDRESS": "<YOUR_SNAP_POOL_ADDRESS>",
"SNAP_RELAYER_URL": "<YOUR_SNAP_RELAYER_URL>"
}
}
}
}{
"servers": {
"snap-private-payments": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"snap-mcp-server"
],
"env": {
"SNAP_RPC_URL": "<YOUR_SNAP_RPC_URL>",
"SNAP_POOL_ADDRESS": "<YOUR_SNAP_POOL_ADDRESS>",
"SNAP_RELAYER_URL": "<YOUR_SNAP_RELAYER_URL>"
}
}
}
}claude mcp add snap-private-payments --env SNAP_RPC_URL=<YOUR_SNAP_RPC_URL> --env SNAP_POOL_ADDRESS=<YOUR_SNAP_POOL_ADDRESS> --env SNAP_RELAYER_URL=<YOUR_SNAP_RELAYER_URL> -- npx -y snap-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.