German Law MCP
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., "@German Law MCPFind the law 'Strafgesetzbuch'"
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.
German Law MCP
A thin, LLM-friendly remote MCP server for German federal legislation. It uses the public NeuRIS preview API as the legal source of truth, removes implementation identifiers from tool inputs, and returns compact source-linked results.
Live endpoints after deployment:
/mcpRemote MCP over Streamable HTTP/docsRuntime-generated tool documentation/openapi.jsonRuntime API specification for the website API/healthDeployment health and NeuRIS status/Marketing site/loginAccount area
MCP tools
find_laws: Find a law from its title, short title, or abbreviation.get_law: Get compact official law metadata and current validity.search_legislation_text: Search statutory text by keyword, optionally within one law.list_norms: List directly addressable norms in a law.list_law_structure: Return the hierarchy of parts, sections and norms.get_norm: Retrieve an official norm by human reference such aslaw=FinVermV,norm=17.get_law_versions: List available versions of a law.
Related MCP server: legal-text-mcp-de
Source of truth and correctness
NeuRIS remains the source of truth. The Worker stores no legal corpus. It resolves human law references at request time, uses the requested as_of date for version choice, and preserves legal-force, validity, official title, publication and source URL metadata.
If one date resolves to more than one applicable expression, the response preserves all matching version candidates rather than presenting a silent arbitrary choice. Technical eId values are resolver internals and are never MCP inputs.
Documentation
src/tools/catalog.ts is the single tool-contract source. MCP registrations, the public /docs page and /api/spec all use the same catalog. The test suite fails if the MCP server's list of tools differs from this catalog.
Development
npm install
npm run check
npm test
npm run buildThe public MCP deliberately has no database dependency. The optional account area uses Supabase Auth; it is enabled only when the Worker is configured with SUPABASE_URL and SUPABASE_ANON_KEY. These values are public client configuration, not service-role credentials.
Deploy
npm run deploy bundles the Worker and uploads it directly through the Cloudflare Workers REST API. It never uses Wrangler. It requires CLOUDFLARE_API_TOKEN with Developer Platform → Workers Scripts → Edit and CLOUDFLARE_ACCOUNT_ID.
To activate account login, create or select a dedicated Supabase project, configure its Auth providers and redirect URL, and set SUPABASE_URL plus SUPABASE_ANON_KEY as Worker bindings. Do not add a Supabase service-role key to the Worker or browser.
Scope
This product provides official-source retrieval, not legal advice. NeuRIS is a preview service; the contract tests are intentionally small and the upstream adapter is isolated in src/neuris/.
License: MIT
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.Last updated521
- Alicense-qualityCmaintenanceCite-grade German legal-text infrastructure for LLM agents, providing access to federal, Länder, and EU laws with cryptographic provenance.Last updatedApache 2.0
- Alicense-qualityDmaintenanceEnables AI assistants to search and analyze German legal texts using vector embeddings and semantic search.Last updated84MIT
- Alicense-qualityCmaintenanceEnables querying 6,870 German federal statutes, case law, and legislative preparatory works directly from AI assistants and MCP-compatible clients.Last updated964Apache 2.0
Related MCP Connectors
Verified, citable German & EU law for any LLM. Daily updates from official sources, hosted in DE.
Search Swiss federal legislation: laws, articles, amendments via the Fedlex SPARQL endpoint.
Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.
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/JustiziusAI/german-law-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server