Redact - PII Detection and Redaction
Deterministic PII detection and redaction for agents over MCP.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Redact Pii: Deterministically remove PII (emails, phones, credit cards, IBANs, US SSNs, IPv4/IPv6) from text BEFORE sending it to an LLM or storing it. Credit cards are Luhn-validated and IBANs mod-97
- Detect Pii: Detect PII in text without modifying it. Returns each entity with its type, value, and character offsets, plus per-type counts. Use to audit a string for compliance or to decide whether it
- List Pii Types: List the PII entity types and redaction modes this tool supports.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Deterministic PII detection and redaction for agents over MCP. Find and mask emails, phone numbers, credit cards, national IDs and other personal identifiers in free text before it reaches a model or a log. Pure computation: no AI, no API keys, no outbound calls, and nothing is stored.
Список инструментов сервера (3)
Технические названия из tools/list. Нужны только разработчикам.
| redact_pii | Deterministically remove PII (emails, phones, credit cards, IBANs, US SSNs, IPv4/IPv6) from text BEFORE sending it to an LLM or storing it. Credit cards are Luhn-validated and IBANs mod-97-validated to avoid false positives. mode: label (default), star, partial (keep last 4), token (stable placeholder). |
| detect_pii | Detect PII in text without modifying it. Returns each entity with its type, value, and character offsets, plus per-type counts. Use to audit a string for compliance or to decide whether it is safe to send onward. |
| list_pii_types | List the PII entity types and redaction modes this tool supports. |