Open Legal Data MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Open Legal Data MCP Serversearch cases about data protection"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Open Legal Data — Remote MCP Connector
Ein remote MCP-Server, der die freie REST-API von Open Legal Data (deutsche Gerichtsentscheidungen + Gesetze, inkl. Zitationsgraph) als MCP-Tools bereitstellt. Er lässt sich in Claude/Cowork über „Add custom connector" einbinden (Feld Remote MCP server URL).
Transport: Streamable HTTP. Endpoint-Pfad: /mcp → die einzutragende URL ist
https://DEIN-HOST/mcp.
Tools
Tool | Zweck |
| Volltextsuche in Gerichtsentscheidungen (Snippets, Filter Gericht/Typ/Datum) |
| Einzelne Entscheidung per ID (optional Volltext) |
| Volltextsuche in Gesetzesnormen (liefert |
| Urteile, die eine Entscheidung zitieren (Nachernte) |
| Von einer Entscheidung zitierte Normen/Urteile |
| Urteile zu einer Norm — „welche Rechtsprechung gibt es zu § X?" |
Alle sechs Endpunkte wurden am 17.07.2026 gegen die Live-API verifiziert.
Related MCP server: German Legal MCP Server
Wichtige Hinweise
Kein Login/API-Key nötig. Die OLDP-Lese-API ist offen. Deine OLDP-Zugangsdaten werden nicht verwendet. (Falls du sie irgendwo geteilt hast: bei OLDP das Passwort ändern.)
Der Server muss dort laufen, wo er
de.openlegaldata.ioerreichen kann (normaler Internet-Host).OLDP ist unvollständig — Treffer sind Arbeitsgrundlage, kein Vollständigkeits-/Aktualitäts- nachweis. Jede Fundstelle vor Verwendung am amtlichen Volltext (BGH/BVerfG/rechtsprechung-im-internet) zweistufig prüfen (Existenz + Rechtssatz). Nur abstrakt-rechtlich suchen (keine Beteiligtennamen).
Öffentlicher Endpoint: Claudes Connector-Dialog verlangt eine erreichbare HTTPS-URL. Der Server ist selbst nicht authentifiziert (er proxyt nur die öffentliche OLDP-API). Wer den Endpoint schützen will, stellt ihn hinter eigene Auth / IP-Allowlist / einen Reverse-Proxy. Die OAuth-Felder im Dialog bleiben leer.
Lokal starten (Test)
pip install -r requirements.txt
python server.py # http://0.0.0.0:8000/mcp
python server.py --selftest # Offline-Selbsttest (kein Netz)Konfiguration über Umgebungsvariablen: OLDP_MCP_HOST (Default 0.0.0.0), OLDP_MCP_PORT/PORT
(Default 8000), OLDP_BASE (Default https://de.openlegaldata.io/api), OLDP_TIMEOUT (Default 30).
Deployen (öffentliche URL)
Claude erreicht nur öffentlich erreichbare HTTPS-URLs. Optionen:
Docker (eigener Server/VPS mit TLS-Reverse-Proxy):
docker build -t oldp-mcp .
docker run -p 8000:8000 oldp-mcp
# hinter Caddy/Nginx mit TLS auf https://oldp.deine-domain.de/mcp veröffentlichenPaaS (Render / Railway / Fly.io): Repository mit diesen Dateien deployen; die Plattform gibt
$PORT vor (wird automatisch genutzt) und stellt eine HTTPS-URL bereit. Start-Kommando:
python server.py. Öffentliche URL dann als https://<app>.onrender.com/mcp eintragen.
In Claude einbinden
Add custom connector öffnen.
Name:
Open Legal DataRemote MCP server URL:
https://DEIN-HOST/mcpOAuth Client ID/Secret leer lassen.
Add → danach die Tools in einer Unterhaltung nutzen (z. B. „suche OLDP-Urteile zu Anerkenntnis/Neubeginn der Verjährung").
Verifizierte API-Form (Stand 17.07.2026)
cases/search/→{count, next, results[]}; result:id, court(code), court_jurisdiction, court_level_of_appeal, slug, date, decision_type, snippets[].cases/{id}/citing_cases/undlaws/{id}/citing_cases/→results[]mitcourt{name}, file_number, type, ecli, source_url.cases/{id}/references/→ abweichende Form:law_references[](id, book_code, section, title, marker_text) +case_references[]. (Der Server mappt dies korrekt.)laws/search/→results[]mitid, book_code, title, snippets[].
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityBmaintenanceProvides access to the official German Federal Legal Information Portal (rechtsinformationen.bund.de) enabling AI agents to search German federal laws, court decisions, and legal documentation with authoritative citations from official sources.521
- AlicenseAqualityAmaintenanceProvides unified access to German federal and state legislation, court decisions, and European Union legal databases for comprehensive legal research. It enables users to search and retrieve full-text laws, parliamentary documents, and judicial rulings directly through the Model Context Protocol.201,0302GPL 3.0
- Alicense-qualityCmaintenanceEnables querying 6,870 German federal statutes, case law, and legislative preparatory works directly from AI assistants and MCP-compatible clients.964Apache 2.0
- AlicenseAqualityAmaintenanceMCP server for searching Swiss court decisions from federal and cantonal courts via entscheidsuche.ch. Enables full-text search, law reference lookup, and filtering by canton, court level, and date without API keys.81MIT
Related MCP Connectors
Verified, citable German & EU law for any LLM. Daily updates from official sources, hosted in DE.
MCP for CourtListener: US federal and state opinions, dockets, judges, plus eCFR regulations.
Connect AI to millions of laws and court cases with the Lawstronaut MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/canvena/oldp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server