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 데이터베이스에서 법률 문서를 검색, 조회 및 분석할 수 있습니다.

특징

  • 리소스 : 스위스 법원 판결을 검색 가능한 리소스로 활용하세요
  • 도구 : 법원 판결 검색, 문서 검색, 주별 법원 목록
  • 프롬프트 : 일반적인 법률 연구 작업을 위한 템플릿

설치

지엑스피1

용법

데스크톱용 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 - 사용 가능한 모든 스크래퍼/컬렉션을 나열합니다.
  • 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 서버에 친절하기 위해" 요금 제한을 존중합니다.
  • 적절한 인증 및 오류 처리를 처리합니다.
  • 주요 메타데이터(법원, 날짜, 사건 번호)를 사용하여 검색 결과 형식을 지정합니다.

기여하다

기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다.

감사의 말

  • API를 제공해 주신 entscheidsuche.ch 에게 감사드립니다.
  • 탁월한 SDK를 제공한 Model Context Protocol 팀에게 감사드립니다.

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.

검색-법적-선례 프롬프트 사용

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.
-
security - not tested
A
license - permissive license
-
quality - not tested

entscheidsuche.ch API를 통해 스위스 법원 판결에 대한 표준화된 액세스를 제공하는 MCP 서버를 통해 LLM은 스위스 관할권의 법률 문서를 검색, 조회 및 분석할 수 있습니다.

  1. Overview
    1. Features
      1. Installation
        1. Usage
          1. With Claude for Desktop
          2. With MCP Inspector
        2. Available Capabilities
          1. Resources
          2. Tools
          3. Prompts
        3. Example Queries
          1. Search for copyright cases in Zurich
          2. Compare cantonal approaches to a legal issue
          3. Analyze a specific decision
        4. Technical Details
          1. Contributing
            1. License
              1. Acknowledgements
                1. Example MCP Queries for Entscheidsuche
                  1. Basic Searches
                  2. Document Retrieval
                  3. Comparative Analysis
                  4. Specialized Legal Research
                  5. Advanced Prompt Usage
                ID: ysr5srspy3