kvasir-legal
Officialkvasir-mcp
用于可验证的德国、奥地利、瑞士和欧盟法律的 MCP 服务器。 从任何 MCP 客户端解析、搜索并对照官方来源验证法律引用。
本仓库介绍的是托管服务器。无需安装任何东西,也无需本地构建:将你的客户端指向下面的端点即可。
https://kvasir.legal/mcp传输方式:streamable HTTP。认证:OAuth(大多数客户端会自动发现)或 X-API-Key 请求头。免费账户每月包含 2,000 个单位,注册地址为 kvasir.legal/signup;在网站上阅读法律内容完全无需账户。
为什么
语言模型基于训练时的快照来回答法律问题。它们会改写已修订的条款、引用已废止的指令,并且无法说明某个答案依据的是哪个版本。本服务器为代理提供两项操作来解决这个问题:将引用解析为现行有效的措辞,以及验证代理自身生成的引用。
Related MCP server: Legal MCP
覆盖范围
司法辖区 | 法规 | 判例法 |
德国——联邦 | ✅ | ✅(联邦法院) |
巴伐利亚 | ✅ | ✅ |
北莱茵-威斯特法伦 | ✅ | ✅ |
萨克森 · 勃兰登堡 · 不来梅 | ✅ | — |
奥地利 | ✅ | ✅(OGH、VfGH、VwGH) |
瑞士 | ✅ | — |
欧盟 | ✅ 含授权法案与实施法案、委员会指南 | ✅(CJEU、普通法院) |
约 460,000 条规范、约 512,000 项判决、约 140 万条带类型的引用边。来源每日检查(萨克森和不来梅每周检查)。已废止的法律仍保留在语料库中,并标记为已废止。实时数量和按来源的时间戳:/api/v1/status。
工具
工具 | 适用场景 |
| 你有一个引用字符串——„§ 573 Abs. 2 BGB"、„Art. 6 GDPR" |
| 你有一个问题或主题,而非引用 |
| 你有一份完整的草稿、备忘录或辩护状——包括引用和引用的措辞 |
| 你有一份需要核对的纯引用列表 |
| 你有一个规范 URI |
| 你需要同时获取多个对象 |
| 你想从一个节点获取引用图 |
| 你想自己构建 URI |
参数、限制和响应结构:kvasir.legal/developers/mcp-tools。
示例
让你的代理提问:„哪些判决引用了 Art. 6 GDPR?"——它会调用 get_legal_relations,传入 norm:eu:GDPR:art_6,并获取引用该条款的判决,包括法院、案号和规范 URI,按权威性排序。
或者不使用任何客户端:
curl -s "https://kvasir.legal/api/v1/relations/norm:eu:GDPR:art_6?direction=in&limit=5"坦诚的局限
验证是关于本语料库的事实。未命中意味着„此处未找到"——可能是拼写错误或覆盖缺口——而非„该引用是伪造的"。
一个引用可能存在、现行有效、引用正确,但仍然不是该问题的正确权威依据。这不是法律建议。
委员会指南是解释性的,而非具有约束力的法律,并已如此标注。
瑞士、萨克森、勃兰登堡和不来梅尚无判例法。
链接
网站 — https://kvasir.legal
API 文档 — https://kvasir.legal/developers
来源与权利 — https://kvasir.legal/sources
联系方式 — hello@kvasir.legal
许可说明:本语料库按 kvasir.legal/agb 的条款提供服务。欢迎搜索引擎和问答引擎使用;不允许为模型训练进行爬取。
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