Force evidence-gated, tiered claim reporting (FACT/INFERENCE/SPECULATION). No-LLM.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A Model Context Protocol (MCP) server that forces evidence-gated, honestly tiered claim reporting. Every claim an agent makes gets classified into an evidence tier (FACT / INFERENCE / SPECULATION / UNVERIFIED) with attached evidence β the antidote to the silent-unverified-claim failure mode ("pushed successfully", "the tests pass", "the API returned 200" β asserted without ever running the command).
Deterministic, no LLM, no network calls. Self-hostable, MCP-compatible with any agent (Claude Code, Cursor, Copilot, OpenClaw, Codex CLI).
The most common agent failure is not wrong reasoning β it's reporting a
plausible-sounding result that was never verified. mcp-verify-claim
installs a hard gate: no unverified claim can be reported as fact.
When you give an agent access to real operations (edits, checks, rule evaluation, mutations) through MCP, the value is that it can answer with evidence instead of opinion β it ran the check, it saw the real state, it can prove what it did. But that only holds if the agent is forced to attach the evidence. A rules-and-checks surface ("is the module valid?", "did this state change slice apply?", "what actually changed?") is exactly the high-value case: each check produces a machine-verifiable result.
mcp-verify-claim is the gate that guarantees the agent reports the result with
its evidence attached (exit code, real read-back, actual HTTP status) and cannot
pass off a guess or an unrun step as truth. Pair it with any MCP surface that
exposes operations, and the agent's answers become auditable, line-by-line,
instead of plausible.
tier_claim(claim, evidence, verification_kind) β classify a claim into a
tier + verdict (TRUST / REVIEW / DO-NOT-REPORT) + honest next-action.check_claim(claim) β deterministic scan for fabrication/hedging signals
(completion-without-artifact, "the API returned", hedge words).report_templates() β the canonical STATUS / EVIDENCE / GAPS completion
shape and the 6-step behavioral loop.tier_definitions() β the FACT / INFERENCE / SPECULATION / UNVERIFIED
definitions.| Tier | Meaning | Verdict |
|---|---|---|
| FACT | Saw it in raw tool output (exit code, body, file read-back, HTTP status) | TRUST |
| INFERENCE | Deduced from facts; show the chain | REVIEW |
| SPECULATION | A guess; never report as truth | REVIEW |
| UNVERIFIED | No evidence produced | DO-NOT-REPORT |
One command (recommended) β installs from the repo, no PyPI token needed:
Or with pipx: pipx install git+https://github.com/sudo-ai-git/mcp-verify-claim
Direct from source (fallback):
This is one of three deterministic, no-LLM agent-trust MCP servers by sudo-ai-git:
mcp-skill-sec β pre-install skill/security auditmcp-verify-claim β evidence-gated, honestly-tiered claim reporting (this repo)mcp-benchmark-hygiene β pytest config-leakage / eval-honesty detectionSibling product: mcp-token-saver β token-cost proxy + analyzer for agent conversations (dedupes redundant tokens before they're billed; live-proven 74% cut). Discussion
Also in the family (a free CLI, not an MCP server): harness-audit β deterministic agent-eval / benchmark-grading hygiene audit that catches the same silent config-leakage mis-scoring class. Free lead-magnet; the same verification discipline, zero dependencies, auditable line-by-line.
MIT. Written by sudo-ai-git. Standalone behavioral-rigor tool; encodes no
proprietary method. MCP expression of the verify-before-claim agent skill.
mcp-name: io.github.sudo-ai-git/mcp-verify-claim
Need this connected to your internal system (auth, logging, security-scan pass, hosted)? Open a custom-build request. MIT reference assets are free to use either way.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-verify-claim)<a href="https://allmcps.com/mcp/mcp-verify-claim"><img src="https://allmcps.com/api/badge/mcp-verify-claim?style=directory" alt="MCP Verify Claim on AllMCPs" /></a>