mcp-evidence-validator

narko4u/mcp-evidence-validator
★ 0 stars Python AI/LLM Updated 1d ago
Validate what an MCP server declares against what it actually does. Declared-vs-observed checks with a tamper-evident SHA-256 evidence ledger.
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": {
    "mcp-evidence-validat": {
      "command": "uvx",
      "args": [
        "mcp-evidence-validator"
      ]
    }
  }
}

Or install with pip: pip install mcp-evidence-validator

README Excerpt

Validate what an MCP server *declares* against what it *actually does*, and produce a tamper-evident evidence record you can hand to an auditor. **Status:** v0.2 (installable) · **License:** Apache-2.0 · **Language:** Python 3.10+ (stdlib only, zero dependencies) --- Model Context Protocol (MCP) is the industry standard for connecting AI agents to tools and data. It is now governed by the Agentic AI Foundation (AAIF) under the Linux Foundation, with 97M+ monthly SDK downloads and 10,000+ act

Topics

ai-securityevidencemcp