mcpbeat Sign in

Pcrzero MCP Server

answering

Pcrzero is answering right now. Last checked 8 min ago. 102 installs a week from npm. It exposes 3 tools. Last commit 15 Aug 2026.

Issue signed receipts for AI agent actions; verify any receipt offline - free, no account.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 274 · avg 25 · -30% w/w
a month agotoday
Uptime history 19 days of history
19 days agonow
100.0%
Uptime 24h
91 of 91 checks
3
Tools
read from the server
582 ms
Response time
average over 24h
102
Installs / week
npm and PyPI

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 min ago.

run in your terminal
claude mcp add mcp --transport http https://mcp.pcrzero.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.pcrzero.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://mcp.pcrzero.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.pcrzero.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.pcrzero.com/mcp"
    }
  }
}

Available tools 3

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

issue
issue_receipt
Adjudicates an attestation document against a policy and returns the verdict together with a signed receipt pair — the durable, independently checkable proof that this decision was made, by these keys, over this document. **Metered: every call bills one `receipt_verifications` unit against the API key configured for this server, and a `fail` verdict bills exactly like a `pass`. You are paying for the adjudication, not for the answer you wanted.** This is the only tool here that spends. If you already hold a receipt and want to know whether it is genuine, that is `verify_receipt`, which is free and needs no key.
keyset
get_keyset
Returns the current PCRZERO signing keyset — key ids, public halves, and each key's status. Public and unauthenticated: no API key, no cost, no account. This is the same document an outside party fetches to check a PCRZERO receipt without trusting us, and fetching it is how you stop taking our word for anything.
verify
verify_receipt
Checks a PCRZERO receipt pair against the signing keyset: whether the signature holds, and whether the receipt says what it appears to say. **Free, with no API key and no account, and it stays free.** Offline by default — supply `keyset` and this call touches the network not at all; omit it and the server fetches the public keyset from api.pcrzero.com once. The result field `keyset_source` tells you which of the two happened, every time. This tool issues nothing, bills nothing, and cannot spend. It is the half of PCRZERO you never pay for.

Endpoints

URLTransportStateLatencyChecked
https://mcp.pcrzero.com/mcp streamable-http answering 511 ms 8 min ago

Alternatives to Pcrzero

same job, measured the same way
C
Agent Receipts
by dropwatchhq

Issue & verify signed (ed25519), hash-chained, timestamped provenance receipts for agent actions.

3 tools answering
Proof Layer
by world-999-labs

Signed, hash-chained provenance receipts for AI agent actions.

44 installs/wk local only
ActionProof
by burakfenerci5

Tamper-proof audit trail for AI agents. Signed receipts, offline-verifiable, zero backend.

111 installs/wk local only
Agora
by mo-grantsmith

Find governed AI capabilities and verify signed receipts. Read-only, no account.

3 tools answering
Kasbah MCP
by al-adnane

Governance layer for agentic AI — signed, verifiable receipts for every agent action.

70 installs/wk local only
Seal
by aqta

Verify Seal AI decision receipts: signed evidence anyone can check, no account needed.

10 tools answering
Agent Receipts
by webaesbyamin

Ed25519-signed receipts for every AI agent action. Local-first, verifiable, no server required.

80 installs/wk local only
Postcept
by postcept

Verify agent actions against the system of record and get signed completion receipts.

76 installs/wk local only

Pcrzero — questions

Answers built from our own checks of this server.

What can Pcrzero do?
It exposes 3 tools, read directly from the server on our last check. Among them: get_keyset, issue_receipt, verify_receipt. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Pcrzero working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 582 ms. The bar chart above shows every period we have measured.
Is Pcrzero still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Pcrzero?
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 is a remote server, so there is nothing to install — the client connects to the address.
Does Pcrzero need an API key?
No. Pcrzero completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Pcrzero?
It answers our handshake in 582 ms on average, which is faster than 27% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Pcrzero?
The npm package @scytalex-llc/pcrzero-mcp was installed 102 times in the last week. Week over week that is -30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pcrzero open source?
Yes — it is published under the NOASSERTION licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.