frame-check

Clarethium/frame-check
★ 0 stars Python 🤖 AI/LLM Updated today
Structural framing analysis as an MCP server with deterministic detection. The caller's agent runs the judge, so Frame Check bears zero LLM cost per query.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "frame-check": {
      "command": "uvx",
      "args": [
        "frame-check"
      ]
    }
  }
}

Or install with pip: pip install frame-check

README Excerpt

See what any document does not show you. Frame Check is a structural framing analysis tool. It names which perspectives a document takes, which it omits, and how it positions the reader. Numerical claims are cross-checked against authoritative sources where coverage exists. The PyPI package `frame-check-mcp` is the Model Context Protocol

Topics

ai-document-analysisclaim-verificationclarethiumclaude-desktopepistemic-evaluationframing-analysisllm-toolsmcpmodel-context-protocolmodel-independencepythonsource-verification