mcpbeat Sign in

Verity MCP Server

by meloliva14 Your server? Claim it
local only

Verity MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from pypi. Last commit 2 Aug 2026.

Fail-closed verify-before-you-act gate for AI agents. Signed receipts. Pay-per-call via x402.

Installs per day peak 41 · avg 12 · -37% w/w
a month agotoday
74
Installs / week
pypi · verity-mcp
0
Stars
0 open issues
2 Aug 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: VERITY_SUITE_URL (Verity suite base URL), VERITY_ENGINE_URL (Verity engine base URL), VERITY_PRICE_QUICK (Disclosed per-call price for quick_verify), VERITY_PRICE_GROUNDED (Disclosed per-call price for grounded_verify (Sonnet, web-grounded)), VERITY_PRICE_PRO (Disclosed per-call price for pro_verify (Opus, premium synthesis)), VERITY_PRICE_SUITE (Disclosed per-call price for the suite checks (detect_injection/moderate_content/redact_pii/guard_action, /quick tier)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Verity MCP

same job, measured the same way
Scrapecheck
by fieldmodellc

Verify before your agent acts on data it paid for. Signed verdicts, checkable offline, via x402.

3 tools answering
Protect MCP
by scopeblind

Fail-closed Cedar policy gate + Ed25519 signed receipts for agent tool calls. Denies on any error.

local only
Ccs
by correctover

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

local only
Ccs MCP Server
by dshcorrectover

Runtime verification for agent tool calls: Ed25519 signed receipts, fail-closed RCE/SSRF checks.

552 installs/wk local only
FabTally Guard
by zvmzaretsky

Verify before you act: deps-check, x402-preflight, json-repair & url-read for agents.

4 tools answering
C
Mnemos — memory as a service
by virohanalife

Bi-temporal memory-as-a-service and paid agent labor. Pay-per-call USDC via x402; signed receipts.

15 tools answering
HiveAttest
by srotzin

Pre-action attestation perimeter for AI agents — 8 primitives, signed C18 receipt per call.

18 tools answering
Dingdawg Loop
by dingdawg

Safe scheduled AI agents with governance gates. Verified, receipted, fail-closed.

45 installs/wk local only

Verity MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Verity MCP?
Verity MCP 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 verity-mcp was installed 74 times last week.
How do I connect Verity MCP?
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 verity-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Verity MCP?
The pypi package verity-mcp was installed 74 times in the last week. Week over week that is -37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Verity MCP open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.