โ† dsgvo.pro

INDIVIDUAL MCP TOOL

check-compliance

๐Ÿ”‘ Requires API key (Bearer header in MCP client config).

dsgvo.pronone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only ยท medium confidence ยท heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent endpoint

dsgvo.pro

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.
  • list-laws โ€” List all available German/EU digital-law statutes with article/paragraph counts.
  • get-scan-status โ€” Lightweight progress check for an in-progress compliance scan.
  • get-scan-result โ€” Get the full compliance report for a completed scan.