PII Detector — Find Emails, SSNs, Credit Cards in Text
https://server.smithery.ai/axel-belfort/pii-detector/mcp
● healthy
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.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/pii-detector/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/pii-detector/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/pii-detector-x402