mcp-scopecheck

iamudayrathore/mcp-scopecheck
★ 0 stars Python Security Updated today
Pre-install static auditor for Python MCP servers
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-scopecheck": {
      "command": "uvx",
      "args": [
        "mcp-scopecheck"
      ]
    }
  }
}

Or install with pip: pip install mcp-scopecheck

README Excerpt

**Inspect before you connect.** MCP ScopeCheck is a pre-install static auditor that compares a Python MCP tool's declared contract with security-relevant behavior reachable from its source—without importing or running the server. Python 3.11 or newer is required; CI tests 3.11, 3.12, and 3.13. Install the

Tools (9)

MSC001MSC101MSC102MSC103MSC104MSC105MSC106MSC107MSC108