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.
DATASET_PATHPath 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_DATASETSet to 'true' to refuse to start if the dataset cannot be loaded (recommended for hosted deployments).
ANTHROPIC_API_KEYsecretOptional. Required only for the smart `research_topic` tool which uses LLM-assisted synthesis. Without it, the tool degrades gracefully to a ranked-search fallback.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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 serveRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.