mcpbeat Sign in

Verify MCP Server

local only

Verify runs on your own machine — the client starts it, so there is no endpoint to ping. 1 267 installs a week from npm. Last commit 15 Sep 2026.

MCP verification server for Forestrie receipts — offline, no backend, no key, no network

Installs per day peak 543 · avg 43
a month agotoday
1 267
Installs / week
npm · @forestrie/mcp-verify
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to Verify

same job, measured the same way
Sdcreceipt
by semanticdatacharter

Verify and settle VSL Settlement Receipts. Verification needs no network and no account.

local only
HODLXXI Read-Only
by hodlxxi

Public read-only MCP server for HODLXXI agent identity, trust, receipts, and verification.

26 tools answering
ActionProof
by burakfenerci5

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

67 installs/wk 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
Data
by vdappdev2

MCP server for Verus on-chain data retrieval, decryption, signing, and verification

50 installs/wk local only
Verify MCP
by tomjwxf

Offline Ed25519 verification of signed receipts, bundles, and trust artifacts.

62 installs/wk local only
Verify MCP
by scopeblind

Offline Ed25519 verification of signed receipts, bundles, and trust artifacts.

local only
Veritasacta Verify
by tomjwxf

Offline receipt verifier. Ed25519 signature verification without contacting any server.

3 602 installs/wk local only

Verify — questions

Answers built from our own checks of this server.

Why is there no uptime for Verify?
Verify 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 @forestrie/mcp-verify was installed 1 267 times last week.
How do I connect Verify?
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 @forestrie/mcp-verify straight from npm; nothing to host, nothing to sign up for.
How many people use Verify?
The npm package @forestrie/mcp-verify was installed 1 267 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 Verify 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.