mcpbeat Sign in

GDPR Scanner API MCP Server

not responding

GDPR Scanner API is listed as active in the registry but did not answer our last check. It exposes 1 tools. Last commit 2 Sep 2026.

Scan website GDPR compliance: consent, privacy policy, trackers. Score 0-100. x402.

Uptime history 51 days of history · worst day 0%
51 days agonow
0.0%
Uptime 24h
0 of 91 checks
1
Tools
read from the server
11 ms
Response time
average over 24h
0
Stars
last commit 2 Sep 2026

What changed 3652

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 8 August 2026. No other catalogue keeps this.

17 Sep a tool description was rewritten71 times that day compliance_scan_gdpr
16 Sep a tool description was rewritten92 times that day compliance_scan_gdpr
15 Sep a tool description was rewritten91 times that day compliance_scan_gdpr
14 Sep a tool description was rewritten91 times that day compliance_scan_gdpr
13 Sep a tool description was rewritten92 times that day compliance_scan_gdpr
12 Sep a tool description was rewritten91 times that day compliance_scan_gdpr
11 Sep a tool description was rewritten90 times that day compliance_scan_gdpr
10 Sep a tool description was rewritten93 times that day compliance_scan_gdpr
9 Sep a tool description was rewritten91 times that day compliance_scan_gdpr
8 Sep a tool description was rewritten91 times that day compliance_scan_gdpr
and 3642 more, back to 8 August 2026

GDPR Scanner API does not always answer

Over the last week it answered 30.0% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add gdpr-scanner --transport http https://gdpr-scanner.api.klymax402.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gdpr-scanner": {
      "url": "https://gdpr-scanner.api.klymax402.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gdpr-scanner]
url = "https://gdpr-scanner.api.klymax402.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "gdpr-scanner": {
      "url": "https://gdpr-scanner.api.klymax402.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gdpr-scanner": {
      "url": "https://gdpr-scanner.api.klymax402.com/mcp"
    }
  }
}

Available tools 1

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

compliance
compliance_scan_gdpr
Use this when you need to check a website's GDPR compliance. Scans the URL plus /privacy-policy and /cookie-policy pages. Returns a compliance report in JSON. POST variant of compliance_scan_gdpr -- same params passed as JSON body instead of query string. Returns: 1. complianceScore (0-100) 2. cookieConsent (detected boolean, type) 3. privacyPolicy (found boolean, url) 4. termsOfService (found boolean) 5. dpoContact (found boolean, email) 6. dataRetention (mentioned boolean) 7. thirdPartyTrackers array (Google Analytics, Facebook Pixel, etc.) 8. recommendations array. Example output: {"url":"https://example.com","complianceScore":72,"cookieConsent":{"detected":true,"type":"banner"},"privacyPolicy":{"found":true,"url":"/privacy"},"thirdPartyTrackers":["Google Analytics","Facebook Pixel"],"recommendations":["Add DPO contact info","Add data retention policy"]} Use this BEFORE launching a website in the EU, FOR compliance audits, due diligence on acquisitions, and regular privacy monitoring. Do NOT use for PII in text -- use compliance_detect_pii instead. Do NOT use for tech detection -- use website_detect_tech_stack instead. Do NOT use for HTTP security headers -- use network_analyze_headers instead.

Endpoints

URLTransportStateLatencyChecked
https://gdpr-scanner.api.klymax402.com/mcp sse answering 11 ms 3 min ago

Alternatives to GDPR Scanner API

same job, measured the same way
Privacy
by thegridwork

Audit websites for GDPR, CCPA, and ePrivacy compliance — trackers, consent, and policies.

36 installs/wk local only
Cookie Compliance
by cookie-compliance

Add a cookie consent banner that blocks trackers before consent and records proof of consent.

8 tools answering
Secure Privacy MCP
by secureprivacy

An MCP server that automatically integrate GDPR-compliant cookie consent banners into websites

27 installs/wk local only
Compliance Tools
by timzinin-api

Pay-per-call compliance lead scanners with free MCP discovery and x402 payments.

3 tools answering
Sitejar Web Compliance Scanner
by sitejar

Scan a web page for accessibility, security, privacy, quality and SEO issues, with fixes.

answering
UX-Auditor-Pro
by evozim

Visual UI/UX scanner auditing websites for heuristic compliance.

answering
PCI DSS v4.0.1 Compliance Checker
by shyshlakov

PCI DSS v4.0.1 compliance scanner for Go payment services, delivered as an MCP server

local only
PageGuard MCP
by pageguard

Privacy compliance scanning for AI coding tools. Detects tracking tech, cookies, and data gaps.

29 installs/wk local only

GDPR Scanner API — questions

Answers built from our own checks of this server.

What can GDPR Scanner API do?
It exposes 1 tools, read directly from the server on our last check. Among them: compliance_scan_gdpr. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is GDPR Scanner API working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 11 ms. The bar chart above shows every period we have measured.
The registry lists GDPR Scanner API as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect GDPR Scanner API?
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 is a remote server, so there is nothing to install — the client connects to the address.
Does GDPR Scanner API need an API key?
No. GDPR Scanner API completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 1 of them are readable on this page. This is what we observed, not what the docs claim.
Is GDPR Scanner API open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.