mcpbeat Sign in

Gdpr Decisions MCP Server

local only

Gdpr Decisions runs on your own machine — the client starts it, so there is no endpoint to ping. 79 installs a week from pypi. Last commit 20 May 2026.

EU GDPR decisions by thedpo.eu — search all EU DPA decisions and recommendations

Installs per day peak 24 · avg 10 · +1% w/w
a month agotoday
79
Installs / week
pypi · mcp-server-gdpr-decisions
1
Stars
0 open issues
20 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Gdpr Decisions every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gdpr-decisions -- uvx mcp-server-gdpr-decisions
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gdpr-decisions": {
      "args": [
        "mcp-server-gdpr-decisions"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gdpr-decisions]
command = "uvx"
args = ["mcp-server-gdpr-decisions"]
.cursor/mcp.json
{
  "mcpServers": {
    "gdpr-decisions": {
      "args": [
        "mcp-server-gdpr-decisions"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gdpr-decisions": {
      "args": [
        "mcp-server-gdpr-decisions"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GDPR_API_KEY (API key from https://thedpo.eu/mcp — free tier includes 3 advice sessions per month). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gdpr Decisions

same job, measured the same way
Algolia Search
by mcparmory

Search multiple indices, index data, and get personalized recommendations

293 installs/wk local only
Market
by vistoya

Search and get fashion products recommendations across multiple e-ecom stores

6 tools answering
Acopio
by acopio

Search and get recommendations from your own saved catalog of developer tools and services.

answering
RU Books MCP
by books-service

MCP server for Russian books search, details, and recommendation candidates.

8 tools answering
Git.Top
by haocn-ops

Evidence-backed open-source project search, recommendations, alternatives, and comparisons.

5 tools answering
Ao3 MCP
by arturlys

Search AO3 and have fics read by a secondary model before they're recommended

166 installs/wk local only
Siftivo
by siftivo

Search books, authors and series, get recommendations, and manage your own reading shelves.

12 tools answering
Semanticscholar
by smaboundless

Search 200M+ papers, authors, citations, and recommendations via Semantic Scholar

42 installs/wk local only

Gdpr Decisions — questions

Answers built from our own checks of this server.

Why is there no uptime for Gdpr Decisions?
Gdpr Decisions runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-server-gdpr-decisions was installed 79 times last week.
How do I connect Gdpr Decisions?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-server-gdpr-decisions straight from pypi; nothing to host, nothing to sign up for.
How many people use Gdpr Decisions?
The pypi package mcp-server-gdpr-decisions was installed 79 times in the last week. Week over week that is +1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gdpr Decisions open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.