Skip to main content
Glama
CSOAI-ORG

GDPR Compliance for AI Systems MCP Server

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

Tool

Description

classify_processing

Classify data processing activities per GDPR articles. Determines which

lawful_basis_assessment

Determine the appropriate lawful basis for processing under GDPR Article 6.

dpia_generator

Generate a Data Protection Impact Assessment per GDPR Article 35.

rights_request_handler

Handle data subject rights requests under GDPR Articles 15-22.

breach_notification

Assess breach severity and notification requirements under GDPR Articles

crosswalk_to_eu_ai_act

Map 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

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

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/CSOAI-ORG/gdpr-compliance-ai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server