PII Detector — Find Emails, SSNs, Credit Cards in Text
PII (Personally Identifiable Information) detection API for AI agents.
Что умеет
- Compliance Detect Pii: Use this when you need to scan text for personally identifiable information (PII). Detects emails, phone numbers (international), credit card numbers (with Luhn validation), US
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
PII (Personally Identifiable Information) detection API for AI agents. Scan any text for sensitive data: email addresses, phone numbers, SSNs, credit card numbers, IP addresses, physical addresses, and names. Risk scoring and redaction-ready output.
Tools: compliance_detect_pii.
Use this BEFORE logging, storing, or transmitting text that might contain personal data. Essential for GDPR/CCPA compliance, data sanitization, and privacy-by-design. IMPORTANT: For website GDPR compliance, use compliance_scan_gdpr.
Returns: {piiFound[], riskLevel, redacted}. No API key required — x402 micropayment $0.005/call on Base L2.
Список инструментов сервера (1)
Технические названия из tools/list. Нужны только разработчикам.
| compliance_detect_pii | Use this when you need to scan text for personally identifiable information (PII). Detects emails, phone numbers (international), credit card numbers (with Luhn validation), US SSNs, dates of birth, I |