PluginBench
MCP Server

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

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

What is the io.github.klein-business/legal-text-mcp-de MCP server?

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

How to install io.github.klein-business/legal-text-mcp-de

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "legal-text-mcp-de": {
      "command": "uvx",
      "args": [
        "legal-text-mcp-de",
        "serve"
      ],
      "env": {
        "DATASET_PATH": "<YOUR_DATASET_PATH>",
        "STRICT_DATASET": "<YOUR_STRICT_DATASET>",
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "legal-text-mcp-de": {
      "command": "uvx",
      "args": [
        "legal-text-mcp-de",
        "serve"
      ],
      "env": {
        "DATASET_PATH": "<YOUR_DATASET_PATH>",
        "STRICT_DATASET": "<YOUR_STRICT_DATASET>",
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "legal-text-mcp-de": {
      "command": "uvx",
      "args": [
        "legal-text-mcp-de",
        "serve"
      ],
      "env": {
        "DATASET_PATH": "<YOUR_DATASET_PATH>",
        "STRICT_DATASET": "<YOUR_STRICT_DATASET>",
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "legal-text-mcp-de": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "legal-text-mcp-de",
        "serve"
      ],
      "env": {
        "DATASET_PATH": "<YOUR_DATASET_PATH>",
        "STRICT_DATASET": "<YOUR_STRICT_DATASET>",
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add legal-text-mcp-de --env DATASET_PATH=<YOUR_DATASET_PATH> --env STRICT_DATASET=<YOUR_STRICT_DATASET> --env ANTHROPIC_API_KEY=<YOUR_ANTHROPIC_API_KEY> -- uvx legal-text-mcp-de serve

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →