mcp-server-gdpr-pii-redactor MCP Server
vinkius-labs/mcp-server-gdpr-pii-redactor
GDPR / PII Redactor - MCP server that detects and redacts Personally Identifiable Information from raw text — deterministic regex, zero external APIs. Built with Vurb.ts
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
vinkius-labs/mcp-server-gdpr-pii-redactor is a TypeScript MCP server. GDPR / PII Redactor - MCP server that detects and redacts Personally Identifiable Information from raw text — deterministic regex, zero external APIs. Built with Vurb.ts Topics: european-union, gdpr, mcp-servers, gdpr-mcp-server, vurb, vurb-framework.
Ranked #63 out of 100 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# 🛡️ GDPR / PII Redactor
> MCP server that detects and redacts Personally Identifiable Information from raw text — deterministic regex, zero external APIs, V8-safe. Built with [Vurb.ts](https://github.com/vinkius-labs/vurb.ts).
## Why This Exists
Every AI agent that processes user text risks leaking PII — names, emails, tax IDs, credit cards. GDPR mandates **data minimisation** (Art. 5(1)(c)) and **purpose limitation** (Art. 5(1)(b)).
This MCP server gives any LLM client a **deterministic PII firewall** — call `pii.redact` before saving any user-provided text. Zero hallucination, zero external API calls, zero network dependencies.
## Architecture
```
Agent receives user text
↓
MCP scans with 30 validated patterns (27 EU states + 5 universal)
↓
Replaces PII with [REDACTED_TYPE] placeholders
↓
Returns safe text + audit report (with DLP-protected values)
↓
Agent stores only the redacted text
```
**Double DLP protection:**
- **Engine** redacts PII in Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.