io.github.mister-franklin/gdpr-decisions
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GDPR_API_KEY | Yes | Your API key for the GDPR Decisions MCP server. Sign up at https://thedpo.eu/mcp |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_gdpr_decisionsA | Search the EU GDPR case law database using semantic search. Finds relevant decisions from all EU/EEA Data Protection Authorities (GBA, CNIL, AP, etc.), CJEU judgments, and EDPB guidelines. Returns decisions with summaries, fines, violated articles, and metadata. Use this to find case law supporting legal advice. |
| get_decision_detailA | Get full details of a specific GDPR decision by its ID. Returns the complete summary, violated articles, sanctions, controller info, and legal analysis. Use after search_gdpr_decisions to get more detail on a specific result. |
| search_by_gdpr_articleA | Find GDPR decisions that cite or violate a specific GDPR article. Useful for finding enforcement patterns for specific provisions. Examples: '5(1)(a)' for lawfulness/fairness/transparency, '6(1)' for legal basis, '32' for security measures. |
| get_gdpr_statisticsA | Get aggregate GDPR enforcement statistics: total decisions, total fines, average fine, decisions this month, authorities covered. Useful for contextualizing advice with enforcement trends. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mister-franklin/mcp-gdpr-decisions'
If you have feedback or need assistance with the MCP directory API, please join our Discord server