恩特谢德苏赫-MCP法律分析平台
一个通过 entscheidsuche.ch API 提供标准化访问瑞士法院判决的 MCP 服务器,允许大型语言模型搜索、检索和分析来自瑞士司法管辖区的法律文件。
服务介绍
Entscheidsuche MCP 服务器
一个用于访问 entscheidsuche.ch 瑞士法律判决搜索 API 的 MCP 服务器。
概览
该服务器通过模型上下文协议 (MCP) 提供对瑞士法院判决的标准化访问。它允许像 Claude 这样的大语言模型从 entscheidsuche.ch 数据库中搜索、检索和分析法律文件。
功能
- 资源:将瑞士法院判决作为可搜索资源访问
- 工具:搜索法院判决,检索文档,按州列出法院
- 提示:常见法律研究任务的模板
安装
# Clone the repository
git clone [repository-url]
cd entscheidsuche-mcp-server
# Install dependencies
npm install
# Build the server
npm run build
使用方法
在 Claude for Desktop 中使用
- 打开 Claude for Desktop 的设置
- 将以下内容添加到您的
claude_desktop_config.json文件中:
{
"mcpServers": {
"entscheidsuche": {
"command": "node",
"args": ["/absolute/path/to/entscheidsuche-mcp-server/build/index.js"]
}
}
}
- 重启 Claude for Desktop
- 开始提问法律研究问题!
使用 MCP Inspector
npx @modelcontextprotocol/inspector node /path/to/entscheidsuche-mcp-server/build/index.js
可用功能
资源
entscheidsuche://scrapers- 列出所有可用的抓取器/集合entscheidsuche://scraper/{scraperId}- 获取特定抓取器的详细信息entscheidsuche://document/{documentId}- 访问特定文档的元数据
工具
search-decisions- 使用 Elasticsearch 查询语法搜索法院判决get-document-content- 检索特定文档的内容list-courts- 按州列出可用的法院get-document-urls- 获取文档 PDF 和 HTML 版本的直接 URL
提示
search-legal-precedents- 查找特定法律主题的相关先例compare-jurisdictions- 比较不同州在特定法律问题上的裁决court-decisions- 从特定法院检索最近的判决
示例查询
在苏黎世搜索版权案例
Can you find Swiss court decisions about copyright infringement in Zurich from the last 5 years?
比较各州对某一法律问题的不同处理方式
How do different Swiss cantons approach the legal issue of tenant rights in rental disputes?
分析特定判决
Can you retrieve and analyze the decision with ID "ZH_VG-VB.2021.00042"?
技术细节
- 使用 MCP TypeScript SDK 构建
- 遵守速率限制以“善待 entscheidsuche.ch 服务器”
- 处理适当的认证和错误处理
- 用关键元数据(法院、日期、案件编号)格式化搜索结果
贡献
欢迎贡献!请随时提交 Pull Request。
许可证
该项目采用 MIT 许可证。
致谢
- entscheidsuche.ch 提供 API
- Model Context Protocol 团队提供出色的 SDK
Entscheidsuche MCP 查询示例
本文档提供了如何通过 Claude 使用 Entscheidsuche MCP 服务器来研究瑞士法律判决的示例。
基本搜索
查找特定主题的案例
Find Swiss court decisions about intellectual property rights in the technology sector from the last 5 years.
按州搜索
What are some important court decisions from the canton of Zurich (ZH) related to landlord-tenant disputes?
按关键词和法律概念搜索
Can you find Swiss Federal Supreme Court cases discussing the concept of "good faith" (Treu und Glauben) in contract law?
文档检索
通过 ID 检索特定文档
Can you retrieve and analyze the Swiss court decision with ID "CH_BGer-4A_283_2021"?
获取文档 URL
I'd like to access the original court decision for case number "ZH_OG-LB190025". Can you provide the PDF and HTML links?
比较分析
比较各州的处理方式
How do the cantons of Geneva (GE), Vaud (VD), and Zurich (ZH) differ in their approach to divorce settlements? Please search for relevant cases and compare.
分析法律趋势
Has there been an evolution in how Swiss courts have interpreted data protection rights over the last decade? Search for relevant cases and analyze the trend.
专门的法律研究
寻找特定情况的先例
I'm researching a case where an employee was terminated while on medical leave. Can you find Swiss court decisions that established precedent for similar situations?
分析多个相关案例
Find the most significant Swiss court decisions related to pharmaceutical patent disputes and analyze how they've shaped the legal landscape in this area.
高级提示用法
使用 compare-jurisdictions 提示
Using the compare-jurisdictions prompt, please analyze how different Swiss cantons approach the legal issue of "non-compete clauses" in employment contracts.
使用 search-legal-precedents 提示
Using the search-legal-precedents prompt, find relevant Swiss legal precedents about "algorithmic decision making" and data protection, focusing on federal court decisions.
使用 court-decisions 提示
Using the court-decisions prompt, retrieve recent decisions from the Swiss Federal Supreme Court (Bundesgericht) within the last 2 years related to cryptocurrency regulation.