Loading MCP server directory, please wait...
Private agent payments on Solana via ZK proofs: deposit, withdraw, list pools, estimate fees.
npx @getmcp/cli add io.github.agentzeny/snap-private-paymentsRequires Node.js 18+. Community-contributed server. Review source before installing.
SNAP_RPC_URLSolana RPC endpoint URL
SNAP_POOL_ADDRESSDefault shielded pool address
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.agentzeny/snap-private-payments": {
"command": "npx",
"args": [
"-y",
"snap-mcp-server"
],
"env": {
"SNAP_RPC_URL": "",
"SNAP_POOL_ADDRESS": "",
"SNAP_RELAYER_URL": ""
}
}
}
}