MCP cover image
See in Github
2025-03-18

2

Github Watches

1

Github Forks

0

Github Stars

Entscheidsuche MCP Server

An MCP server for accessing the entscheidsuche.ch Swiss legal decision search API.

Overview

This server provides standardized access to Swiss court decisions through the Model Context Protocol (MCP). It allows LLMs like Claude to search, retrieve, and analyze legal documents from the entscheidsuche.ch database.

Features

  • Resources: Access Swiss court decisions as searchable resources
  • Tools: Search court decisions, retrieve documents, list courts by canton
  • Prompts: Templates for common legal research tasks

Installation

# Clone the repository
git clone [repository-url]
cd entscheidsuche-mcp-server

# Install dependencies
npm install

# Build the server
npm run build

Usage

With Claude for Desktop

  1. Open Claude for Desktop's settings
  2. Add the following to your claude_desktop_config.json:
{
  "mcpServers": {
    "entscheidsuche": {
      "command": "node",
      "args": ["/absolute/path/to/entscheidsuche-mcp-server/build/index.js"]
    }
  }
}
  1. Restart Claude for Desktop
  2. Start asking legal research questions!

With MCP Inspector

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

Available Capabilities

Resources

  • entscheidsuche://scrapers - Lists all available scrapers/collections
  • entscheidsuche://scraper/{scraperId} - Gets details about a specific scraper
  • entscheidsuche://document/{documentId} - Accesses metadata for a specific document

Tools

  • search-decisions - Search for court decisions using Elasticsearch query syntax
  • get-document-content - Retrieve the content of a specific document
  • list-courts - List available courts by canton
  • get-document-urls - Get direct URLs for a document's PDF and HTML versions

Prompts

  • search-legal-precedents - Find relevant precedents on a specific legal topic
  • compare-jurisdictions - Compare rulings on a specific legal issue across different cantons
  • court-decisions - Retrieve recent decisions from a specific court

Example Queries

Search for copyright cases in Zurich

Can you find Swiss court decisions about copyright infringement in Zurich from the last 5 years?

Compare cantonal approaches to a legal issue

How do different Swiss cantons approach the legal issue of tenant rights in rental disputes?

Analyze a specific decision

Can you retrieve and analyze the decision with ID "ZH_VG-VB.2021.00042"?

Technical Details

  • Built with the MCP TypeScript SDK
  • Respects rate limits to be "kind to the entscheidsuche.ch server"
  • Handles proper authentication and error handling
  • Formats search results with key metadata (court, date, case number)

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License.

Acknowledgements

  • entscheidsuche.ch for providing the API
  • The Model Context Protocol team for their excellent SDK

Example MCP Queries for Entscheidsuche

This document provides examples of how to use the Entscheidsuche MCP server through Claude to research Swiss legal decisions.

Basic Searches

Finding cases on a specific topic

Find Swiss court decisions about intellectual property rights in the technology sector from the last 5 years.

Searching by canton

What are some important court decisions from the canton of Zurich (ZH) related to landlord-tenant disputes?

Searching by keyword and legal concept

Can you find Swiss Federal Supreme Court cases discussing the concept of "good faith" (Treu und Glauben) in contract law?

Document Retrieval

Retrieving a specific document by ID

Can you retrieve and analyze the Swiss court decision with ID "CH_BGer-4A_283_2021"?

Getting document URLs

I'd like to access the original court decision for case number "ZH_OG-LB190025". Can you provide the PDF and HTML links?

Comparative Analysis

Comparing cantonal approaches

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.

Analyzing legal trends

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.

Specialized Legal Research

Finding precedent for a specific situation

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?

Analyzing multiple related cases

Find the most significant Swiss court decisions related to pharmaceutical patent disputes and analyze how they've shaped the legal landscape in this area.

Advanced Prompt Usage

Using the compare-jurisdictions prompt

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

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

Using the court-decisions prompt, retrieve recent decisions from the Swiss Federal Supreme Court (Bundesgericht) within the last 2 years related to cryptocurrency regulation.

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • Contraband Interactive
  • Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.

  • rustassistant.com
  • Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • apappascs
  • Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.

  • Mintplex-Labs
  • La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.

  • modelcontextprotocol
  • Servidores de protocolo de contexto modelo

  • ShrimpingIt
  • Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx

  • OffchainLabs
  • Implementación de la prueba de estaca Ethereum

  • n8n-io
  • Plataforma de automatización de flujo de trabajo de código justo con capacidades de IA nativas. Combine el edificio visual con código personalizado, auto-anfitrión o nube, más de 400 integraciones.

  • WangRongsheng
  • 🧑‍🚀 全世界最好的 llM 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Resumen de los mejores recursos del mundo.

    Reviews

    1 (1)
    Avatar
    user_rGv2xpRu
    2025-04-16

    I've been using the Patronus MCP Server from patronus-ai and I'm thoroughly impressed. The seamless integration and robust performance make it a top choice for my needs. The user-friendly interface and detailed documentation ensure a smooth setup. Highly recommend this server for anyone looking for reliability and efficiency!