Google PageRank for AI agents. 25,000+ tools indexed.

mcp-server-gdpr-pii-redactor MCP Server

vinkius-labs/mcp-server-gdpr-pii-redactor

Score: 51.4 Rank #63 Agent Framework
Are you the maintainer of vinkius-labs/mcp-server-gdpr-pii-redactor? Claim this listing →

GDPR / PII Redactor - MCP server that detects and redacts Personally Identifiable Information from raw text — deterministic regex, zero external APIs. Built with Vurb.ts

Add AgentRank to Claude Code Discover and compare tools like vinkius-labs/mcp-server-gdpr-pii-redactor — your AI finds the right one automatically
Get API Access →
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

TypeScript NOASSERTION
european-uniongdprmcp-serversgdpr-mcp-servervurbvurb-framework

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Detailed
License NOASSERTION

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for vinkius-labs/mcp-server-gdpr-pii-redactor
[![AgentRank](https://agentrank-ai.com/api/badge/tool/vinkius-labs--mcp-server-gdpr-pii-redactor)](https://agentrank-ai.com/tool/vinkius-labs--mcp-server-gdpr-pii-redactor/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/vinkius-labs--mcp-server-gdpr-pii-redactor/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/vinkius-labs--mcp-server-gdpr-pii-redactor" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="vinkius-labs/mcp-server-gdpr-pii-redactor"></script>

Matched Queries

"mcp server""mcp-server"

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.