mcpbeat Sign in

Legal Text MCP De MCP Server

by klein-business Your server? Claim it
local only

Legal Text MCP De runs on your own machine — the client starts it, so there is no endpoint to ping. 125 installs a week from pypi. Last commit 9 Jun 2026.

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

Installs per day peak 53 · avg 15 · +2% w/w
a month agotoday
125
Installs / week
pypi · legal-text-mcp-de
2
Stars
4 open issues
9 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add legal-text-mcp-de -- uvx legal-text-mcp-de
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "legal-text-mcp-de": {
      "args": [
        "legal-text-mcp-de"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.legal-text-mcp-de]
command = "uvx"
args = ["legal-text-mcp-de"]
.cursor/mcp.json
{
  "mcpServers": {
    "legal-text-mcp-de": {
      "args": [
        "legal-text-mcp-de"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "legal-text-mcp-de": {
      "args": [
        "legal-text-mcp-de"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: 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 (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Legal Text MCP De

same job, measured the same way
Feason Context
by feason-com

Christian source evidence for AI agents, with provenance, tradition coverage, and citation checks.

answering
kvasir — verifiable German, Austrian, Swiss & EU law
by kvasir

Resolve, search and verify legal citations against the official sources, with provenance.

answering
GroundTruth - Environmental Records
by agentlookups

Federal environmental records near any US location, with dates and provenance; never a safety score.

3 tools answering
Regulatory
by bizmoon

Live US federal and state regulatory changes and grant programs, every result cited.

5 tools answering
Tacitus MCP Server
by ionasrobert

Long-term memory for AI agents: local-first PKM with provenance and hybrid search.

28 installs/wk local only
C
GovTribe
by govtribe

Search U.S. federal, state, and local government procurement data and intelligence.

answering
I
Africa Data Bank
by africa-data-bank

Trusted African data, provenance, citations, and catalog search for AI agents.

local only
TAG IT Verify
by tagit

Verify on-chain lifecycle state and provenance of NFC-tagged physical products.

3 tools answering

Legal Text MCP De — questions

Answers built from our own checks of this server.

Why is there no uptime for Legal Text MCP De?
Legal Text MCP De runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package legal-text-mcp-de was installed 125 times last week.
How do I connect Legal Text MCP De?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls legal-text-mcp-de straight from pypi; nothing to host, nothing to sign up for.
How many people use Legal Text MCP De?
The pypi package legal-text-mcp-de was installed 125 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Legal Text MCP De open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 2 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.