MCP Server
MCP
SNAP Protocol
Private agent payments on Solana via ZK proofs: deposit, withdraw, list pools, estimate fees.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "snap-mcp-server",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Solana RPC endpoint URL",
"isRequired": true,
"name": "SNAP_RPC_URL"
},
{
"description": "Default shielded pool address",
"isRequired": true,
"name": "SNAP_POOL_ADDRESS"
},
{
"description": "Optional relayer URL for private withdrawals",
"name": "SNAP_RELAYER_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment