zcash-402

Frontier-Compute/zcash-402
★ 0 stars TypeScript AI/LLM Updated today
Shielded x402 payment facilitator for AI agents. MCP server with split-key MPC signing and ZAP1 attestation.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zcash-402": {
      "command": "npx",
      "args": [
        "-y",
        "Frontier-Compute/zcash-402"
      ]
    }
  }
}

README Excerpt

Shielded x402 receipt tooling for Zcash machine payments. This package has two surfaces: - `@frontiercompute/zcash-402/zap402`: the ZAP-402 library profile: seller guard, buyer paying-fetch, hash-only receipts, selective disclosure, and offline verification. - `zcash-402`: the root MCP server/bin for x402 payment workflows.