← Index

io.github.klein-business/legal-text-mcp-de

io.github.klein-business/legal-text-mcp-de·v2.1.3·Other
Quality Score
90
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "legal-text-mcp-de": {
      "command": "uvx",
      "args": [
        "legal-text-mcp-de"
      ],
      "env": {
        "DATASET_PATH": "<dataset_path>",
        "STRICT_DATASET": "false",
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>"
      }
    }
  }
}
Claude Desktop (Docker)
{
  "mcpServers": {
    "legal-text-mcp-de": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/klein-business/legal-text-mcp-de:2.1.3"
      ],
      "env": {
        "DATASET_PATH": "<dataset_path>",
        "STRICT_DATASET": "false",
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>"
      }
    }
  }
}
§02  Environment variables
DATASET_PATH

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.

STRICT_DATASET

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

ANTHROPIC_API_KEY
secret

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.

DATASET_PATH

Mount path inside the container for the legal-text corpus.

STRICT_DATASET

Set to 'true' to refuse to start if the dataset cannot be loaded.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other