Skip to content
VS Code

PII Detector API for VS Code

io.github.br0ski777/pii-detector

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

client:VS Code transport:sse

Install PII Detector API in VS Code

.vscode/mcp.json

{
  "servers": {
    "pii-detector": {
      "type": "sse",
      "url": "https://pii-detector.api.klymax402.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

PII Detector API in other clients