mcp-compliance

zavora-ai/mcp-compliance
★ 1 stars Rust Security Updated today
MCP server for regulatory compliance — GDPR, SOX, HIPAA, ISO27001, PCI-DSS, SOC2, NIST (27 tools)
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-compliance": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-compliance"
      ]
    }
  }
}