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.
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
Latest Blog Posts
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