← dsgvo.pro
INDIVIDUAL MCP TOOL
list-laws
List all available German/EU digital-law statutes with article/paragraph counts.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.
Related tools
search-law— Search across all 25 German/EU statutes (DSGVO, KI-VO, BDSG, TDDDG, DDG, BFSG, UWG, BGB, PAngV, VSBG, UrhG, VerpackG, ElektroG, JuSchG, GewO, MaBV, GEG, BRAO, FinVermV, HwO, IfSG, KosmetikVO, HWG, HOAI, MiLoG).get-article— Get the full German text of a specific article or paragraph from a law.check-compliance— 🔑 Requires API key (Bearer header in MCP client config).get-scan-status— Lightweight progress check for an in-progress compliance scan.get-scan-result— Get the full compliance report for a completed scan.