
PII Detector API
Scan agent-generated logs, prompts, and user content for emails, phones, SSNs, cards, and IPs before commit or export.
Overview
io.github.Br0ski777/pii-detector is an MCP server for the Ship phase that detects PII in text—including emails, phones, SSNs, credit cards, and IPs—using regex and Luhn validation over remote SSE.
What is this MCP server?
- Detects emails, phone numbers, SSNs, credit cards, and IP addresses in text.
- Uses regex matching plus Luhn validation for card-like patterns.
- Remote MCP SSE at pii-detector.api.klymax402.com/mcp.
- x402 API, version 1.1.0; repo pii-detector-x402.
- Agent-callable pre-ship redaction and audit pass.
- Detects 5 PII classes named in server description: emails, phones, SSNs, credit cards, IPs.
- Validation combines regex with Luhn for card-like numbers.
- Version 1.1.0; SSE endpoint https://pii-detector.api.klymax402.com/mcp.
What problem does it solve?
Agents and fast-moving solo ships accidentally embed real customer PII in prompts, fixtures, and logs with no quick scan step.
Who is it for?
Indie teams doing pre-launch log reviews, support paste-ups, or GDPR-style sanity checks from inside Claude Code or Cursor.
Skip if: Regulated environments that require certified enterprise DLP, entity-level encryption, or guaranteed zero false negatives.
What do I get? / Deliverables
You get a structured PII hit list on pasted text so you can redact, rotate secrets, and block unsafe commits before release.
- PII findings across email, phone, SSN, credit card, and IP pattern classes.
- Agent-assisted security pass before merge or external sharing.
Recommended MCP Servers
Journey fit
How it compares
Lightweight PII scanning MCP tool, not a full compliance platform or secrets manager.
Common Questions / FAQ
Who is io.github.Br0ski777/pii-detector for?
Solo builders and small teams using MCP agents who need a quick PII sweep on text before shipping code, docs, or shared debug output.
When should I use io.github.Br0ski777/pii-detector?
Use it during Ship security review, before publishing logs, or when sanitizing user content that might enter an LLM prompt or public artifact.
How do I add io.github.Br0ski777/pii-detector to my agent?
Connect the remote SSE MCP URL https://pii-detector.api.klymax402.com/mcp, enable x402 payment, and pass the text blob to the detector tools from your agent.