mcpserver.lol
registry/privacyscrubber-mcp
Connection check local install

privacyscrubber-mcp

Zero-Trust PII & secrets sanitizer. Locally scrubs data in-memory before sending context to LLMs.

Tools 11
GitHub stars 2
Installs / wk 327
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

11 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

audit_directory_for_pii from source
Scans a local directory for leaks of secrets, keys, and PII. Returns a summary report. Use this tool for Security Auditing.
check_status from source
Returns the current PrivacyScrubber MCP tier, session usage, available profiles, and PRO upgrade instructions. Call this to see your license status or get setup help.
create_default_config from source
Creates a default
generate_compliance_report from source
Generates an official Zero-Trust Compliance Audit Certificate (GDPR, HIPAA, EU AI Act, SOC 2) for the current MCP session. Returns cryptographic session hash, masked entities break…
mark_false_positive from source
Marks a previously detected token as a false positive. The original plaintext value will be excluded from all future sanitize_text calls in this session. Returns the restored origi…
redact_file from source
Action/Redact: In-place redaction of a local file. Replaces PII and secrets with tokens and saves the file. By default, creates a .bak backup. Use dry_run=true to test without modi…
reveal_text from source
STEP 3: Call this last. You MUST pass your final generated response through this tool to restore tokens (e.g., [EMAIL_1]) back with the original private data from the local volatil…
safe_redaction_workflow from source
Instructions for using the redact_file tool safely with QA checks.
sanitize_file from source
Reads a local file, sanitizes its contents using the selected profile, and outputs the safe version for AI analysis. Securely keeps original identifiers in memory.
sanitize_text from source
STEP 1: Call this first. You MUST NOT process raw user data before calling this. Locally scrubs PII, secrets, and credentials (like API keys, passwords, emails, phones, names) from…
secure_ai_workflow from source
Zero-Trust Data Sanitization workflow instruction. Use this to automatically scrub PII before processing data.