mcpbeat Sign in

Zcash MCP Server

local only

Zcash MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm. Last commit 23 Aug 2026.

Zcash shielded operations for AI agents. Memo decoding, attestation, proof verification.

Installs per day peak 26 · avg 8 · +195% w/w
a month agotoday
50
Installs / week
npm · @frontiercompute/zcash-mcp
1
Stars
1 open issues
23 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Zcash MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add zcash-mcp -- npx -y @frontiercompute/zcash-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zcash-mcp": {
      "args": [
        "-y",
        "@frontiercompute/zcash-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.zcash-mcp]
command = "npx"
args = ["-y", "@frontiercompute/zcash-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "zcash-mcp": {
      "args": [
        "-y",
        "@frontiercompute/zcash-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "zcash-mcp": {
      "args": [
        "-y",
        "@frontiercompute/zcash-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ZAP1_API_KEY (ZAP1 API key for write operations). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Zcash MCP

same job, measured the same way
VerifiedState Memory
by verifiedstate

Verified memory for AI agents. Signed assertions, billing attestation, session continuity.

answering
402oracle
by 402oracle

Signed verification attestations for agent decisions: business, price, freshness, claim checks.

4 tools answering
GenGEO Agent Registry
by warwickwood-cell

Merchant verification for AI shopping agents.

1 tools answering
L
ROKI Connect
by roki

Verified ROKI Connect payments contract for coding agents: operations, schemas, validator.

19 tools answering
Koda
by aabxtract

Verification and memory layer for coding-agent workflows.

48 installs/wk local only
Shuka
by cdonoyan

Universal trust attestation for AI agents. Create, verify, and negotiate trust proofs.

26 installs/wk local only
Voidmob MCP
by voidmobcom

Mobile proxies, non-VoIP SMS verifications, dedicated numbers, and global eSIMs for AI agents.

84 installs/wk local only
Knownissue
by gong8

Shared debugging memory for AI coding agents

answering

Zcash MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Zcash MCP?
Zcash MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @frontiercompute/zcash-mcp was installed 50 times last week.
How do I connect Zcash MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @frontiercompute/zcash-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Zcash MCP?
The npm package @frontiercompute/zcash-mcp was installed 50 times in the last week. Week over week that is +195%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Zcash MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.