{ "name": "@frontiercompute/zcash-mcp", "version": "1.4.0", "description": "ZAP1 receipts for Zcash agents: verify workflows without trusting the server", "type": "module", "main": "dist/index.js", "bin": { "zcash-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "prepack": "npm run build", "start": "node dist/index.js", "dev": "tsc --watch", "check:positioning": "node scripts/check-positioning.mjs", "check:receipts": "node scripts/verify-receipt.mjs examples/operator-lifecycle-receipt.json && node scripts/verify-receipt.mjs examples/payment-receipt.json && node scripts/verify-receipt.mjs examples/counterparty-receipt.json && node scripts/verify-receipt.mjs examples/grant-proof-packet.json && node scripts/verify-receipt.mjs examples/compliance-audit-packet.json", "test:offline": "npm run check:positioning && npm run check:receipts && npm run build && node scripts/test-stdio.mjs && node scripts/test-attest-contract.mjs && node scripts/test-packed-install.mjs", "test:live": "npm run build && node test/e2e.mjs", "test:insight-receiver": "npm run build && node examples/insight-zap1-receiver-v1/test-package.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^22.0.0", "ethers": "6.17.0", "typescript": "^5.7.0" }, "engines": { "node": ">=20" }, "files": [ "dist/", "docs/", "schemas/", "examples/", ".well-known/", "LICENSE", "README.md" ], "keywords": [ "zcash", "mcp", "zap1", "attestation", "proof", "ai", "agent" ], "author": "Zk-nd3r ", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Frontier-Compute/zcash-mcp.git" }, "mcpName": "io.github.Zk-nd3r/zcash-mcp" }