PII Detector API
io.github.Br0ski777/pii-detectorDetect PII in text: emails, phones, SSNs, credit cards, IPs. Regex + Luhn. x402.
Tools · 1
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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"pii_detector_api": {
"url": "https://pii-detector-x402-production.up.railway.app/mcp",
"transport": "sse"
}
}
}