mcp-privacy-shield
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-privacy-shieldSanitize this text: 'Contact me at jane@doe.com or 555-123-4567.'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-privacy-shield
The Privacy Shield — the Sanitization Gate, Tiered Sovereignty, and Privacy HUD. Keeps identity out of the AI's hands, keeps the Vault on-premise, and monitors a live Compliance Score.
Implements the Privacy Shield server from the appendix of Vibe Leading The AI.
What it does
Sanitization Gate — replaces PII with tokens like
[EMAIL_01](or category masks like[EMAIL]). The AI understands the logic but never sees the identity.Tiered Sovereignty — classifies data into
public/internal/restricted/vaultzones. Restricted PII stays in the Vault on-premise; you bring the AI to the data, not the reverse.Privacy HUD — monitors a Compliance Score (0-100). Snap the connection if sensitive patterns start leaking into output.
Related MCP server: chuangsiai-mcp
Install
npm install -g mcp-privacy-shieldOr run on demand with npx:
npx mcp-privacy-shieldClient configuration
Add to your MCP client config (e.g. Claude Desktop, Cursor, or opencode):
{
"mcpServers": {
"privacy-shield": {
"command": "npx",
"args": ["mcp-privacy-shield"]
}
}
}Tools
Tool | Arguments | Description |
|
| Redact PII → tokens or masks. Returns redacted text, replacement map, triggered categories, and risk. |
|
| Classify into |
|
| Score 0-100, list violations, and report pass/fail. |
| — | List supported patterns and env config (no secrets exposed). |
Environment variables
Variable | Default | Description |
|
| Set to |
|
| Regex used to detect bank/routing account numbers. |
Detected categories
Emails, phone numbers, credit-card numbers, US SSNs, bank/routing account numbers, IPv4 addresses, URLs, and passport/ID patterns.
Optionally, full personal names (two consecutive capitalized words) when
MCP_SHIELD_NAMES=1.
What this does NOT do
This server is a gate, not a compliance guarantee. Specifically:
It is heuristic/deterministic regex matching; it can miss novel or obfuscated PII and can produce false positives.
No Luhn validation, no OCR, no cross-referencing against business records.
It does not encrypt, store, or transmit anything, and it does not itself enforce legal compliance (GDPR, HIPAA, CCPA, etc.).
Before relying on it for regulated data, pair it with a human-reviewed policy and a real data-loss-prevention layer.
Use it as one layer in a defense-in-depth strategy — not as a substitute for professional compliance review.
License & Attribution
MIT — Copyright (c) 2026 Jean Machuca (see LICENSE).
This server implements concepts from the book Vibe Leading The AI: The Corporate Race Against Machines by Jean Machuca (ISBN 9798252505008, © 2026 Jean Machuca). The book is copyrighted commercial material; this repository does not republish its text. Buy the book at https://vibeleading.org or https://a.co/d/04L5YatK. Author website: jeanmachuca.com · Support on GitHub Sponsors: github.com/sponsors/jeanmachuca. See NOTICE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides real-time content safety protection for large language models by detecting and preventing risks in both input and output content across multiple dimensions including compliance, ethics, and security.MIT
- AlicenseNot gradedqualityDmaintenanceProvides real-time content security for large language models by identifying and intercepting risks across compliance, ethics, and safety dimensions. It enables secure input and output monitoring through a customizable policy engine using an SSE-based interface.1MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to redact PII from text, summarize redacted content, and manage custom redaction patterns across multiple languages.
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to scan, redact, and govern sensitive data before sending it to external tools through DLP, secure chat, and shadow AI discovery tools.AGPL 3.0
Related MCP Connectors
Classify data safety before storing or sharing. GDPR, HIPAA, PCI-DSS, CCPA. AI-powered.
Responsible-AI guardrails for agents: scoring with policy, injection & PII detection, DPDP.
Deterministic trust gate for AI output: leaked-secret, prompt-injection & PII in one call.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VibeLeading/mcp-privacy-shield'
If you have feedback or need assistance with the MCP directory API, please join our Discord server