Privacy Dsar Server
FreeNot checkedEnables GDPR privacy compliance and DSAR management, including creating, tracking, and updating Data Subject Access Requests, checking GDPR compliance, and main
About
Enables GDPR privacy compliance and DSAR management, including creating, tracking, and updating Data Subject Access Requests, checking GDPR compliance, and maintaining a data processing inventory through MCP tools.
README
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 |
|---|---|
tool_create_dsar |
Create a DSAR with automatic 30-day deadline tracking (GDPR Art. 12) |
tool_list_dsars |
List all DSARs sorted by urgency — overdue and critical first |
tool_get_dsar_status |
Get detailed DSAR status with GDPR article reference and deadline warnings |
tool_update_dsar |
Update DSAR status or add processing notes |
tool_check_gdpr_compliance |
Analyze data processing descriptions for GDPR compliance issues (15 rules, score A-F) |
tool_get_privacy_dashboard |
Privacy officer dashboard: open DSARs, overdue, compliance score, action items |
tool_data_inventory |
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-server
Claude 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="[email protected]",
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
Installing Privacy Dsar Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/AiAgentKarl/privacy-dsar-mcp-serverFAQ
Is Privacy Dsar Server MCP free?
Yes, Privacy Dsar Server MCP is free — one-click install via Unyly at no cost.
Does Privacy Dsar Server need an API key?
No, Privacy Dsar Server runs without API keys or environment variables.
Is Privacy Dsar Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Privacy Dsar Server in Claude Desktop, Claude Code or Cursor?
Open Privacy Dsar Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Privacy Dsar Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
