mcpbeat Sign in

Paceproof MCP Server

local only

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

Verifies Ed25519-signed attestation records and builds audit reports via MCP tools.

Installs per day peak 121 · avg 4
a month agotoday
67
Installs / week
npm · paceproof-cli
0
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Paceproof 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 paceproof -- npx -y paceproof-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "paceproof": {
      "args": [
        "-y",
        "paceproof-cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.paceproof]
command = "npx"
args = ["-y", "paceproof-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "paceproof": {
      "args": [
        "-y",
        "paceproof-cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "paceproof": {
      "args": [
        "-y",
        "paceproof-cli"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Paceproof

same job, measured the same way
Agent Transaction Control
by flint

Issue Agent Passports and verify agent authority before value moves. Signed verification records.

10 tools answering
MCP Google Analytics
by leonardosepulvedat

GA4 MCP that reads AND writes: reports, funnels, audits, and server-side events. 26 tools.

607 installs/wk local only
RDL MCP Server
by bethmaloney

Edit SSRS reports using AI - simple tools to read and modify RDL files

59 installs/wk local only
Prowl MCP
by prowl

MCP server: 447 pay-as-you-go research tools (SEO, ads, SERP) + verified prowl_analyze reports

answering
Whetstone
by cyberelf-whetstone

Verifier-grounded AI promotion gates, disposable report cards, and signed PASS/HOLD/BLOCK receipts.

14 tools answering
Erbina
by noahhyden

Bootstrap, verify, and update CLI tools & MCP servers in Claude Code from recipes; audit scopes.

local only
Pentest Tools
by pentest-tools

MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

answering
Rubrkit
by rubrkit

MCP-native AI evaluation: rubric audits, eval suites, and proof reports for AI/LLM output.

41 tools answering

Paceproof — questions

Answers built from our own checks of this server.

Why is there no uptime for Paceproof?
Paceproof 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 paceproof-cli was installed 67 times last week.
How do I connect Paceproof?
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 paceproof-cli straight from npm; nothing to host, nothing to sign up for.
How many people use Paceproof?
The npm package paceproof-cli was installed 67 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Paceproof open source?
Yes — it is published under the MIT 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.