Skip to content
Back to search
90
MCP v1.0.0 sse

PII Detector API

io.github.Br0ski777/pii-detector

Detect PII in text: emails, phones, SSNs, credit cards, IPs. Regex + Luhn. x402.

Uptime
0.0%
1 direct probes · 30d
Response
173ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

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…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "pii_detector_api": {
      "url": "https://pii-detector.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}