The source repository is pretty bare, so here's what we know: this server scans text for personally identifiable information using regex patterns and Luhn validation. It catches emails, phone numbers, social security numbers, credit cards, and IP addresses. The x402 suffix and klymax402 domain suggest this is part of someone's personal toolkit. You'd reach for this when you need to scrub or flag PII in user input, logs, or documents before they hit storage or external APIs. It runs as a remote service over SSE, so you're making network calls rather than running detection locally. No code visible in the repo means you're trusting the remote endpoint. Useful for quick PII audits if you don't want to roll your own regex soup.
claude mcp add --transport sse io.github.br0ski777-pii-detector https://pii-detector.api.klymax402.com/mcp