GDPR Compliance Check
Use Claude with Moonlit to perform quick GDPR compliance checks on your data processing activities. Describe the processing scenario and Claude will identify the applicable GDPR provisions, find relevant regulatory guidance from Data Protection Authorities, locate relevant CJEU case law, and assess compliance risks. This is not a substitute for formal legal advice, but it provides a fast, source-grounded starting point for compliance assessment.
MCP Setup Required
Make sure you've added Moonlit as an MCP server in Claude Desktop.
View setup instructions →Try these prompts
Example Conversation
You
Claude
Moonlit tools Claude uses
search_documentsSearches GDPR provisions, DPA guidance, EDPB opinions, and CJEU case law across Moonlit's EU and national databases.
get_documentRetrieves full text of GDPR articles, regulatory guidance documents, and court decisions for detailed analysis.
list_jurisdictionsLists available jurisdictions to check coverage for national implementations of GDPR (e.g., Dutch UAVG, German BDSG).
Example Output
{
"sources_consulted": {
"legislation": [
"GDPR Articles 5, 6, 13, 14, 35",
"Dutch UAVG Articles 22, 29",
"Wet op de ondernemingsraden Article 27"
],
"case_law": [
"ECLI:EU:C:2023:537 (Meta Platforms)",
"ECLI:NL:RVS:2023:4178",
"ECLI:EU:C:2019:801 (Planet49)"
],
"guidance": [
"EDPB Guidelines on Consent (WP259)",
"EDPB Guidelines on DPIA (WP248)"
]
},
"risk_level": "medium-high",
"key_actions": ["Conduct DPIA", "Document LIA", "Update privacy notice", "Consult Works Council"]
}