Entscheidsuche MCP Server

Integrations

  • Provides search capabilities for court decisions using Elasticsearch query syntax, allowing for complex queries against the entscheidsuche.ch legal database

申请 MCP 服务器

用于访问 entscheidsuche.ch 瑞士法律决策搜索 API 的 MCP 服务器。

概述

该服务器通过模型上下文协议 (MCP) 提供对瑞士法院判决的标准化访问。它允许像 Claude 这样的法学硕士 (LLM) 从 entscheidsuche.ch 数据库中搜索、检索和分析法律文件。

特征

  • 资源:访问瑞士法院判决作为可搜索的资源
  • 工具:搜索法院判决、检索文件、按州列出法院
  • 提示:常见法律研究任务的模板

安装

# Clone the repository git clone [repository-url] cd entscheidsuche-mcp-server # Install dependencies npm install # Build the server npm run build

用法

使用 Claude 桌面版

  1. 打开 Claude for Desktop 的设置
  2. 将以下内容添加到您的claude_desktop_config.json中:
{ "mcpServers": { "entscheidsuche": { "command": "node", "args": ["/absolute/path/to/entscheidsuche-mcp-server/build/index.js"] } } }
  1. 重启 Claude 桌面版
  2. 开始询问法律研究问题!

使用 MCP 检查器

npx @modelcontextprotocol/inspector node /path/to/entscheidsuche-mcp-server/build/index.js

可用功能

资源

  • entscheidsuche://scrapers - 列出所有可用的 scrapers/collections
  • 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 请求。

执照

该项目已获得 MIT 许可。

致谢

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.

高级提示用法

使用比较管辖区提示

Using the compare-jurisdictions prompt, please analyze how different Swiss cantons approach the legal issue of "non-compete clauses" in employment contracts.

使用搜索法律先例提示

Using the search-legal-precedents prompt, find relevant Swiss legal precedents about "algorithmic decision making" and data protection, focusing on federal 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.
ID: ysr5srspy3