mcp-verify-claim
mcp-verify-claim
証拠ゲート付きで、誠実にティア分けされた主張の報告を強制する Model Context Protocol (MCP) サーバーです。エージェントが行うすべての主張は、証拠を添えて証拠ティア(FACT / INFERENCE / SPECULATION / UNVERIFIED)に分類されます——これは、未検証の主張を黙って行うという失敗モード("pushed successfully"、"the tests pass"、"the API returned 200" —— コマンドを一切実行せずに断言される)への解毒剤です。
決定的に動作し、LLMもネットワーク呼び出しも不要です。セルフホスト可能で、あらゆるエージェント(Claude Code、Cursor、Copilot、OpenClaw、Codex CLI)とMCP互換です。
なぜ存在するのか
エージェントの最も一般的な失敗は、誤った推論ではなく、もっともらしく聞こえる検証されていない結果を報告することです。mcp-verify-claim は厳格なゲートを設置します。すなわち、未検証の主張は事実として報告できません。
Related MCP server: Recommend Agentic Trust Layer
ツール
tier_claim(claim, evidence, verification_kind)— 主張をティア+判定(TRUST/REVIEW/DO-NOT-REPORT)+誠実な次のアクションに分類します。check_claim(claim)— 捏造・曖昧化のシグナル(completion-without-artifact、"the API returned"、曖昧語)を決定的にスキャンします。report_templates()— 標準の STATUS / EVIDENCE / GAPS 完了フォーマットと6段階の行動ループを提供します。tier_definitions()— FACT / INFERENCE / SPECULATION / UNVERIFIED の定義を提供します。
証拠ティア(中核)
ティア | 意味 | 判定 |
FACT | 生のツール出力(終了コード、ボディ、ファイルの読み返し、HTTPステータス)で確認したもの | TRUST |
INFERENCE | 事実から推定したもの。推論の連鎖を示すこと | REVIEW |
SPECULATION | 推測。真実として報告してはならない | REVIEW |
UNVERIFIED | 証拠が提示されていない | DO-NOT-REPORT |
インストールと実行
pip install mcp
# Claude Desktop / agent config:
# { "mcpServers": { "verify-claim": { "command": "python3",
# "args": ["/absolute/path/to/mcp_server.py"] } } }
python3 mcp_server.py使用例
tier_claim("Successfully deployed", evidence="", verification_kind="")
--> tier UNVERIFIED, verdict DO-NOT-REPORT
signals: [high] completion claim without artifact
next: go get the evidence before reporting
tier_claim("Deploy is live", evidence="origin/main SHA==local HEAD, HTTP 200", verification_kind="read_back")
--> tier FACT, verdict TRUSTライセンスと由来
MIT。sudo-ai-git 著。スタンドアロンの行動厳密性ツールであり、独自の手法はコード化されていません。verify-before-claim エージェントスキルのMCP表現です。
公式MCPレジストリのメタデータ
mcp-name: io.github.sudo-ai-git/mcp-verify-claim
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceA bounded evidence review engine that ingests documents, extracts evidence for a given claim, detects contradictions, and produces auditable evidence packets without hallucinations or open-web research.
- AlicenseNot gradedqualityBmaintenanceEnables agents to verify claims with evidence-based truth scores and confidence levels by running a deterministic pipeline of evidence lanes and adversarial checks.19MIT
- AlicenseNot gradedqualityBmaintenanceEnables agents to verify their own output mid-task by checking every claim against provided sources, returning supported, partial, unsupported, or contradicted verdicts with exact citations.MIT
- AlicenseAqualityBmaintenanceEnables AI agents to record, recall, correct, and forget evidence-backed factual claims with temporal history, while explaining whether remembered information is current, historical, or contested.5Apache 2.0
Related MCP Connectors
Deterministic fact verification for AI agents — checksums & curated data, not guesses.
Certified SEC EDGAR fact memory for AI agents with zero hallucination and filing provenance.
Evidence-backed x402 web verification for AI agents, with auditable decisions for every condition.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sudo-ai-git/mcp-verify-claim'
If you have feedback or need assistance with the MCP directory API, please join our Discord server