Back to Browse

Legal Text Mcp De MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

German federal & state legal texts (BGB, DSGVO, …) with canonical IDs and cite-grade provenance.

About

German federal & state legal texts (BGB, DSGVO, …) with canonical IDs and cite-grade provenance.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Path to a normalised corpus directory or a corpus archive (legal-texts-de-*.tar.zst). Defaults to the bundled fixture; production deployments should mount /data/corpus/latest.tar.zst.Optional

Environment variable: DATASET_PATH

Set to 'true' to refuse to start if the dataset cannot be loaded (recommended for hosted deployments).Optional

Environment variable: STRICT_DATASET

Optional. Required only for the smart `research_topic` tool which uses LLM-assisted synthesis. Without it, the tool degrades gracefully to a ranked-search fallback.Required

Environment variable: ANTHROPIC_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-klein-business-legal-text-mcp-de": {
      "env": {
        "DATASET_PATH": "your-dataset-path-here",
        "STRICT_DATASET": "your-strict-dataset-here",
        "ANTHROPIC_API_KEY": "your-anthropic-api-key-here"
      },
      "args": [
        "serve",
        "legal-text-mcp-de"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!