Security & Testing
dsgvo.pro
Search and analyze German/EU digital laws and check compliance.
ENDPOINT 1
https://dsgvo.pro/api/mcp
MCP server metadata
- Name
- dsgvo-pro
- Version
- 2.0.0
DSGVO.pro MCP — German digital-law compliance platform. FREE TOOLS (no API key; anonymous callers are capped at 30 requests/minute per IP): • search-law — full-text search across all 26 German/EU statutes (DSGVO, KI-VO, BDSG, TDDDG, DDG, BFSG, UWG, BGB, PAngV, VSBG, UrhG, VerpackG, VerpackDG, ElektroG, JuSchG, GewO, MaBV, GEG, BRAO, FinVermV, HwO, IfSG, KosmetikVO, HWG, HOAI, MiLoG) • get-article — full text of a specific article/paragraph • list-laws — overview of all available laws 🔑 GATED TOOLS (require API key): • check-compliance — starts a Playwright-driven scan of a real URL. Costs us money (browser + AI). Free tier: 3 scans/month. Once a scan is started by an authenticated caller, get-scan-status and get-scan-result are open to anyone with the scanId — results are public per scan. How to authenticate: get a key at https://dsgvo.pro/api-keys, then add to your MCP client config as HTTP header: "headers": { "Authorization": "Bearer dsp_live_..." } If you call check-compliance without a key, the call comes back with isError:true and the same instructions in the text. No silent failures.
Known tools 6
search-lawSearch across all 26 German/EU statutes (DSGVO, KI-VO, BDSG, TDDDG, DDG, BFSG, UWG, BGB, PAngV, VSBG, UrhG, VerpackG, VerpackDG, ElektroG, JuSchG, GewO, MaBV, GEG, BRAO, FinVermV, HwO, IfSG, KosmetikVO, HWG, HOAI, MiLoG).
Inferred read-onlyget-articleGet the full German text of a specific article or paragraph from a law.
Inferred read-onlylist-lawsList all available German/EU digital-law statutes with article/paragraph counts.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dsgvo-pro]
url = "https://dsgvo.pro/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dsgvo-pro": {
"type": "http",
"url": "https://dsgvo.pro/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dsgvo-pro
Remote MCP URL: https://dsgvo.pro/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dsgvo-pro": {
"url": "https://dsgvo.pro/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dsgvo-pro": {
"type": "http",
"url": "https://dsgvo.pro/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dsgvo-pro",
"transport": "streamable-http",
"url": "https://dsgvo.pro/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for dsgvo.pro was fetched 2026-07-26T09:56:52.729Z and is being refreshed.
dsgvo.pro is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.