{ "name": "@privacyscrubber/mcp-server", "version": "2.2.2", "mcpName": "io.github.moxno/privacyscrubber-mcp", "description": "CISO-Approved Zero-Trust PII & Secrets Redaction MCP Server for Cursor, Windsurf, and Claude Desktop. Prevent API leaks and comply with HIPAA/SOC 2 locally.", "main": "index.js", "type": "module", "publishConfig": { "access": "public" }, "files": [ "index.js", "install.js", "pii-masking-run.js", "scrubber-core.cjs", "ps-license-manager.js", "ps-license-manager.cjs", "ps-pii-engine.cjs", "ps-pii-engine.js", "config-schema.json", "smithery.yaml", "server.json", "manifest.json", "bundle.mcpb", ".well-known" ], "bin": { "mcp-server": "index.js", "privacyscrubber-mcp": "index.js", "pii-masking-run": "pii-masking-run.js", "ps-guard": "pii-masking-run.js", "agentic-guard": "pii-masking-run.js", "privacyscrubber-mcp-install": "install.js" }, "scripts": { "start": "node index.js", "build": "echo 'No build step required for vanilla JS'", "test": "node test-mcp.js && node test-mcp-deep.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "mammoth": "^1.8.0", "pdf-parse": "^1.1.1", "xlsx": "^0.18.5" }, "keywords": [ "mcp", "mcp-server", "cursor", "cursor-mcp", "windsurf", "windsurf-mcp", "claude-desktop", "security", "privacy", "zero-trust", "ztds", "pii-redactor", "secrets-scanner", "data-loss-prevention", "dlp", "data-masking", "compliance", "hipaa", "soc2", "grc", "ciso" ], "author": "Ilya Sibiryakov (BrandMeWeb)", "license": "MIT", "homepage": "https://privacyscrubber.com/pii-mcp/?utm_source=npm&utm_medium=readme&utm_campaign=mcp_server", "repository": { "type": "git", "url": "git+https://github.com/moxno/privacyscrubber-mcp.git" }, "bugs": { "url": "https://github.com/moxno/privacyscrubber-mcp/issues" } }