MCP Gdpr Decisions Server
Rank #53,162io.github.mister-franklin/gdpr-decisions
EU GDPR decisions by thedpo.eu — search all EU DPA decisions and recommendations
MCP Gdpr Decisions Server is a Model Context Protocol (MCP) server published by mister-franklin. It ranks #53,162 of 132,405 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MCP Gdpr Decisions Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on May 19, 2026 and most recently updated on May 19, 2026.
Ranks ahead of 79,243 of 132,405 servers on MCP Toplist.
Use MCP Gdpr Decisions Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add gdpr-decisions -e "GDPR_API_KEY=<your GDPR_API_KEY>" -- uvx mcp-server-gdpr-decisionsReplace each placeholder with your own value before saving.
[mcp_servers.gdpr-decisions]
command = "uvx"
args = ["mcp-server-gdpr-decisions"]
[mcp_servers.gdpr-decisions.env]
GDPR_API_KEY = "<your GDPR_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gdpr-decisions": {
"command": "uvx",
"args": [
"mcp-server-gdpr-decisions"
],
"env": {
"GDPR_API_KEY": "<your GDPR_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gdpr-decisions": {
"command": "uvx",
"args": [
"mcp-server-gdpr-decisions"
],
"env": {
"GDPR_API_KEY": "<your GDPR_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gdpr-decisions": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-gdpr-decisions"
],
"env": {
"GDPR_API_KEY": "<your GDPR_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gdpr-decisions": {
"command": "uvx",
"args": [
"mcp-server-gdpr-decisions"
],
"env": {
"GDPR_API_KEY": "<your GDPR_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gdpr-decisions": {
"command": "uvx",
"args": [
"mcp-server-gdpr-decisions"
],
"env": {
"GDPR_API_KEY": "<your GDPR_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mister-franklin%2Fgdpr-decisions)<a href="https://mcptoplist.com/server/io.github.mister-franklin%2Fgdpr-decisions"><img src="https://mcptoplist.com/badge/io.github.mister-franklin%2Fgdpr-decisions.svg" alt="MCP Toplist: Top 50% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
mister-franklin
Other servers by mister-franklin
View all mister-franklin servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | May 19, 2026 |
| 0.1.1 | May 19, 2026 |
Frequently asked questions
- Who maintains MCP Gdpr Decisions Server?
- MCP Gdpr Decisions Server is maintained by mister-franklin, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is MCP Gdpr Decisions Server listed on the Official MCP Registry?
- Yes — MCP Gdpr Decisions Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does MCP Gdpr Decisions Server have?
- MCP Toplist tracks 2 versions of MCP Gdpr Decisions Server, most recently published on May 19, 2026.
- Where can I find the source code for MCP Gdpr Decisions Server?
- The source code for MCP Gdpr Decisions Server is hosted at github.com/mister-franklin/mcp-gdpr-decisions.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.