privacy-dsar-mcp-server
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., "@privacy-dsar-mcp-serverCreate a DSAR for user jane@example.com to delete all data."
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.
privacy-dsar-mcp-server
MCP server for GDPR privacy compliance and DSAR management — open-source alternative to Transcend.
Overview
Manage Data Subject Access Requests (DSAR), check GDPR compliance, and maintain your Article 30 data processing inventory — all through MCP tools.
Built as an open-source alternative to enterprise solutions like Transcend MCP.
Related MCP server: gridwork-wiki
Tools
Tool | Description |
| Create a DSAR with automatic 30-day deadline tracking (GDPR Art. 12) |
| List all DSARs sorted by urgency — overdue and critical first |
| Get detailed DSAR status with GDPR article reference and deadline warnings |
| Update DSAR status or add processing notes |
| Analyze data processing descriptions for GDPR compliance issues (15 rules, score A-F) |
| Privacy officer dashboard: open DSARs, overdue, compliance score, action items |
| Register and list data processing activities (Article 30 GDPR) |
DSAR Types
access— Article 15: Right of accessdeletion— Article 17: Right to erasurerectification— Article 16: Right to rectificationportability— Article 20: Right to data portabilityobjection— Article 21: Right to objectrestriction— Article 18: Right to restriction of processing
Installation
pip install privacy-dsar-mcp-serverClaude Desktop Configuration
{
"mcpServers": {
"privacy-dsar": {
"command": "privacy-dsar-mcp-server"
}
}
}Usage Examples
# Create a new DSAR
tool_create_dsar(
subject_name="Jane Smith",
subject_email="jane@example.com",
request_type="deletion",
description="Please delete all my personal data from your systems."
)
# Check GDPR compliance
tool_check_gdpr_compliance(
description="We collect user email addresses and phone numbers for marketing purposes
using consent. Data is stored on AWS servers in the US indefinitely."
)
# Get privacy dashboard
tool_get_privacy_dashboard()Data Storage
Data is stored locally at ~/.privacy_dsar_store.json — no external services required.
License
MIT License — see LICENSE
Related MCP Servers
agent-audit-trail-mcp — Audit logging for AI agents
fraud-prevention-mcp-server — Fraud detection and risk scoring
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 Connectors
EU compliance corpus across 8 frameworks (NIS2, DORA, AI Act, ISO 27001 + more) via MCP.
10,065 source-verified compliance nodes, 39 pillars, 25 MCP tools (EU AI Act, GDPR, NIST, MITRE).
AI legal compliance: contract review, risk scoring, EU/CN AI act, watermark check. 8 MCP tools.
Engineered GDPR compliance for engineers and AI agents: pull rules, implement, submit evidence.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides comprehensive GDPR compliance assessment tools for AI/ML systems, including lawful basis determination, DPIA generation, and data subject rights handling. It also crosswalks GDPR requirements to EU AI Act obligations with AI-specific considerations throughout.614MIT
- AlicenseAqualityDmaintenanceMCP server for querying compliance regulations including GDPR, EU AI Act, and CCPA through natural language questions, keyword search, and compliance checks.619MIT
- AlicenseNot gradedqualityCmaintenanceTamper-evident audit trail MCP server for EU AI Act and GDPR compliance. It enables logging events with automatic PII scanning, compliance checks, and right-to-erasure support.Apache 2.0
- FlicenseNot gradedqualityCmaintenanceEnables DORA-compliant ICT contract management through 10 MCP tools, including mandatory clause checking, critical/important function analysis, subcontracting chain assessment, exit readiness evaluation, and risk scoring.
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/AiAgentKarl/privacy-dsar-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server