kvasir-legal
Officialkvasir-mcp
MCP server for verifiable German, Austrian, Swiss and EU law. Resolve, search and verify legal citations against the official sources — from any MCP client.
This repository documents the hosted server. There is nothing to install and no local build: point your client at the endpoint below.
https://kvasir.legal/mcpTransport: streamable HTTP. Auth: OAuth (most clients discover it automatically)
or an X-API-Key header. A free account with 2,000 monthly units is at
kvasir.legal/signup; reading law on the site needs
no account at all.
Why
Language models answer legal questions from a training snapshot. They paraphrase amended provisions, cite repealed directives, and cannot say which version an answer relied on. This server gives an agent the two operations that fix that: resolve a citation to the wording in force, and verify the citations the agent itself produced.
Related MCP server: Legal MCP
Coverage
Jurisdiction | Statutes | Case law |
Germany — federal | ✅ | ✅ (federal courts) |
Bavaria | ✅ | ✅ |
North Rhine-Westphalia | ✅ | ✅ |
Saxony · Brandenburg · Bremen | ✅ | — |
Austria | ✅ | ✅ (OGH, VfGH, VwGH) |
Switzerland | ✅ | — |
EU | ✅ incl. delegated & implementing acts, Commission guidelines | ✅ (CJEU, General Court) |
~460,000 norms, ~512,000 decisions, ~1.4 million typed citation edges. Sources are
checked daily (weekly for Saxony and Bremen). Repealed acts stay in the corpus,
flagged as repealed. Live counts and per-source timestamps:
/api/v1/status.
Tools
Tool | Use it when |
| you have a citation string — „§ 573 Abs. 2 BGB", „Art. 6 GDPR" |
| you have a question or topic, not a citation |
| you have a full draft, memo or brief — citations and quoted wording |
| you have a bare list of references to check |
| you have a canonical URI |
| you need several objects at once |
| you want the citation graph from one node |
| you want to build URIs yourself |
Arguments, limits and response shapes: kvasir.legal/developers/mcp-tools.
Example
Ask your agent: „Which decisions cite Art. 6 GDPR?" — it calls
get_legal_relations on norm:eu:GDPR:art_6 and gets the citing decisions with
court, docket number and canonical URI, ordered by authority.
Or without any client:
curl -s "https://kvasir.legal/api/v1/relations/norm:eu:GDPR:art_6?direction=in&limit=5"Honest limits
Verification is a fact about this corpus. A miss means „not found here" — a typo or a coverage gap — not „this citation is fake".
A citation can exist, be current, be quoted correctly, and still be the wrong authority for the question. This is not legal advice.
Commission guidelines are interpretive, not binding law, and are labelled as such.
No case law yet for Switzerland, Saxony, Brandenburg and Bremen.
Links
Website — https://kvasir.legal
API docs — https://kvasir.legal/developers
Benchmark — https://kvasir.legal/developers/benchmark
Sources & rights — https://kvasir.legal/sources
Contact — hello@kvasir.legal
Licence note: the corpus is served under the terms at kvasir.legal/agb. Search and answer engines are welcome; crawling for model training is not permitted.
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
- Alicense-qualityCmaintenanceCite-grade German legal-text infrastructure for LLM agents, providing access to federal, Länder, and EU laws with cryptographic provenance.Apache 2.0
- Alicense-qualityCmaintenanceEnables AI assistants to search and analyze German legal texts using vector embeddings and semantic search.86MIT
- Alicense-qualityCmaintenanceEnables searching and quoting EU legislation with verifiable EUR-Lex citations, including GDPR, NIS2, DORA, and the EU AI Act.8MIT
- AlicenseAqualityBmaintenanceVerifies legal citations by fetching the exact, in-force wording of cited articles from official PL and EU legal sources, preventing hallucination by returning verbatim text.24Apache 2.0
Related MCP Connectors
Verified, citable German & EU law for any LLM. Daily updates from official sources, hosted in DE.
Temporal search and comparison for official Luxembourg and reviewed EU law, with provenance.
EU law, article-level: GDPR, NIS2, DORA, EU AI Act + more, with EUR-Lex citations. Keyless.
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/kvasir-legal/kvasir-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server