assurance-mcp

i-ops-hq/assurance-mcp
★ 0 stars Python AI/LLM Updated today
MCP server for assurance checks. Point an agent at a folder and ask what it missed, or whether a document still matches its source. Read-only by construction.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "assurance-mcp": {
      "command": "uvx",
      "args": [
        "assurance-mcp"
      ]
    }
  }
}

Or install with pip: pip install assurance-mcp

README Excerpt

An agent can't audit its own reading. Ask one whether it saw everything and it says yes — from the inside, a complete answer and an answer built on two thirds of the data feel identical. These tools answer it from the outside, in arithmetic, with **no model involved**. **Read-only by construction.** No writes, no deletes, no network. Proven by

Tools (5)

check_coverage_toolcheck_set_coverage_toolcheck_staleness_toollist_dated_files_tooltest_the_server_never_writes

Topics

ai-agentsauditinggovernancemcpmodel-context-protocolpython