← Back to Plugins
MCP Server MCP

SNAP Protocol

github By github 👁 1 views ▲ 0 votes

Private agent payments on Solana via ZK proofs: deposit, withdraw, list pools, estimate fees.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...