mcpbeat Sign in

Chronoverify MCP Server

local only

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

Verify a photo's capture time and provenance: C2PA validation, EXIF/XMP, and pixel forensics.

Installs per day peak 223 · avg 39 · +25% w/w
a month agotoday
66
Installs / week
npm · chronoverify-mcp
2
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: CHRONOVERIFY_API_KEY (Your ChronoVerify API key (cv_live_...). Optional: omit to use the free, rate-limited public path.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Chronoverify

same job, measured the same way
Lumethic Photo Verification
by lumethic

Verify photos are real camera captures, not AI: C2PA and RAW+JPEG forensics. OAuth or API key.

14 tools answering
PromptSpeak Governance
by chrbailey

Pre-execution governance for AI agents. Validates tool calls before they execute.

82 installs/wk local only
Correctover MCP Server
by correctover

Real-time LLM output verification with 6-dim contract validation and auto-failover across providers.

local only
C
Agent Receipts
by dropwatchhq

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

3 tools answering
Content Provenance
by bonissystems

Anchor a content-creation event to the Knox chain; returns a C2PA-aligned, FRE 902-shaped bundle.

2 tools answering
DNS Doctor
by dnsdoctor

Scan, fix, verify and monitor DNS: SPF, DMARC, DKIM, propagation, health, expiry. Validated fixes.

346 installs/wk 20 tools answering
Oasis MCP
by p31ca

Agent-native CLI: provenance, cost governance, and execution contracts for AI agents.

local only
Provenance
by markovianprotocol

Stamp any data to the Markovian chain for a verifiable provenance receipt. Proves timing, not truth.

4 tools answering

Chronoverify — questions

Answers built from our own checks of this server.

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