Skip to main content
Glama
sudo-ai-git

mcp-verify-claim

by sudo-ai-git

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

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    A 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.
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables 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
  • A
    license
    A
    quality
    B
    maintenance
    Enables 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.
    5
    Apache 2.0

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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