mcpbeat Sign in

PEAC Protocol: Signed interaction receipts MCP Server

by peacprotocol Your server? Claim it
local only

PEAC Protocol: Signed interaction receipts runs on your own machine — the client starts it, so there is no endpoint to ping. 82 installs a week from npm. Last commit 8 Sep 2026.

Portable signed records for agent, API, MCP, and cross-runtime interactions.

Installs per day peak 53 · avg 15 · +32% w/w
a month agotoday
82
Installs / week
npm · @peac/mcp-server
14
Stars
14 open issues
8 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        const bridge = spawn(args[0], args.slice(1), {
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/bench-gate.yml:98
    name: Update baseline
    if: ${{ github.event_name == 'workflow_dispatch' && inputs.mode == 'update-baseline' }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 peac -- npx -y @peac/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "peac": {
      "args": [
        "-y",
        "@peac/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.peac]
command = "npx"
args = ["-y", "@peac/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "peac": {
      "args": [
        "-y",
        "@peac/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "peac": {
      "args": [
        "-y",
        "@peac/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to PEAC Protocol: Signed interaction receipts

same job, measured the same way
Emilia Protocol
by emiliaprotocol

Exact-action approval for consequential agent actions: request, track, and verify signed receipts.

237 installs/wk local only
Proof Layer
by world-999-labs

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

22 installs/wk local only
Forge — Agent Reputation Protocol
by pm577

Portable reputation for AI agents. MCP-native identity, vouching, trust scores.

local only
Ccs
by correctover

Runtime verification MCP server: fail-closed checks for agent tool calls, signed evidence receipts.

local only
POPCORN MCP
by violetclaire

Signed time and SHA-256 witness receipts for agents, with offline verification and x402 payment.

360 installs/wk local only
TookEffect
by tookeffect

Independent effect verification and signed receipts for consequential AI agent actions.

answering
Laviya Agent Skills
by kartegagithub

Laviya AI Orchestration MCP runtime for IDE and agent integrations.

61 installs/wk local only
D.O.A.I. Signal Relay
by infinitemindos-doai

Intelligence subscription protocol for AI agents. Scored, filtered AI intelligence signals via MCP.

answering

PEAC Protocol: Signed interaction receipts — questions

Answers built from our own checks of this server.

Why is there no uptime for PEAC Protocol: Signed interaction receipts?
PEAC Protocol: Signed interaction receipts 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 @peac/mcp-server was installed 82 times last week.
How do I connect PEAC Protocol: Signed interaction receipts?
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 @peac/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use PEAC Protocol: Signed interaction receipts?
The npm package @peac/mcp-server was installed 82 times in the last week. Week over week that is +32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is PEAC Protocol: Signed interaction receipts open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 14 stars on GitHub and 14 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.