mcpbeat Sign in

verify-proof MCP Server

by csolomon0704-prog Your server? Claim it
local only

verify-proof runs on your own machine — the client starts it, so there is no endpoint to ping. 348 installs a week from pypi. Last commit 7 Sep 2026.

Verify blockchain timestamp proofs offline, or anchor a new one through ProofLedger.

Installs per day peak 342 · avg 34 · +170% w/w
a month agotoday
348
Installs / week
pypi · verify-proof
0
Stars
1 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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

Alternatives to verify-proof

same job, measured the same way
Vtimestamp
by vdappdev2

MCP server for verifying and querying vtimestamp proofs on the Verus blockchain

35 installs/wk local only
Vtimestamp Write
by vdappdev2

MCP server for creating vtimestamp proofs on the Verus blockchain via a local or remote daemon

46 installs/wk local only
bsv.cx
by bsv

Timestamp & verify evidence on-chain, free. Proofpack: a portable BEEF+BUMP proof bundle per txid.

9 tools answering
DarkMatter
by darkmatter-hub

Tamper-evident records of AI agent decisions. Verify offline, or publish a proof link.

75 installs/wk local only
Dokimo MCP
by ypratap11

Verify AI-agent revenue: recompute a Merkle proof and check it against an on-chain anchor.

3 tools answering
Proctor
by louissarvin

Human oversight for AI agents: block a tool call on a verified human, with on-chain proof.

196 installs/wk local only
spArxx.io
by sparxx

Prove you made it first. Blockchain Timestamp creative work via Claude or any MCP-enabled AI Agent.

answering
SignaTrust
by signatrust

Blockchain-anchored e-signatures: send envelopes, manage templates, verify anchors on Solana.

31 installs/wk local only

verify-proof — questions

Answers built from our own checks of this server.

Why is there no uptime for verify-proof?
verify-proof 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 pypi package verify-proof was installed 348 times last week.
How do I connect verify-proof?
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 verify-proof straight from pypi; nothing to host, nothing to sign up for.
How many people use verify-proof?
The pypi package verify-proof was installed 348 times in the last week. Week over week that is +170%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is verify-proof open source?
Yes — it is published under the MIT licence, written in Python, 0 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.