An MCP server that enables LLMs to detect and anonymize over 25 types of Personally Identifiable Information (PII) using Microsoft Presidio. It supports various redaction strategies and can process both plain text and structured data to help ensure data privacy.
Local pseudonymisation MCP server that detects PII in text, replaces it with opaque tokens before sending to cloud LLMs, and restores tokens afterward.
MCP server that locally de-identifies health documents, such as prescriptions, reports, images, and PDFs, before use with Codex or Claude Code. It runs OCR and identifier detection on-device and only returns de-identified text to the agent when the automated policy check results in PASS.