GDPR Compliance AI MCP

GDPR compliance automation — data mapping, DPIA generation, Article 30 records, breach notification workflows by MEOK AI Labs

Gdpr Compliance Ai MCP

MCP server for gdpr compliance ai mcp operations

PyPI License: MIT MEOK AI Labs

Overview

Gdpr Compliance Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).

Tools

ToolDescription
classify_processingClassify data processing activities per GDPR articles. Determines which
lawful_basis_assessmentDetermine the appropriate lawful basis for processing under GDPR Article 6.
dpia_generatorGenerate a Data Protection Impact Assessment per GDPR Article 35.
rights_request_handlerHandle data subject rights requests under GDPR Articles 15-22.
breach_notificationAssess breach severity and notification requirements under GDPR Articles
crosswalk_to_eu_ai_actMap GDPR requirements to EU AI Act obligations. Shows where GDPR

Installation

pip install meok-gdpr-compliance-ai-mcp

Usage with Claude Desktop

Add to your Claude Desktop MCP config (claude_desktop_config.json):

{
  "mcpServers": {
    "gdpr-compliance-ai-mcp": {
      "command": "python",
      "args": ["-m", "meok_gdpr_compliance_ai_mcp.server"]
    }
  }
}

Usage with FastMCP

from mcp.server.fastmcp import FastMCP

# This server exposes 6 tool(s) via MCP
# See server.py for full implementation

License

MIT © MEOK AI Labs

Related Servers

NotebookLM Web Importer

Import web pages and YouTube videos to NotebookLM with one click. Trusted by 200,000+ users.

Install Chrome Extension