An MCP server providing standardized access to Swiss court decisions through the entscheidsuche.ch API, allowing LLMs to search, retrieve, and analyze legal documents from Swiss jurisdictions.
An MCP server for accessing the entscheidsuche.ch Swiss legal decision search API.
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.
# Clone the repository git clone [repository-url] cd entscheidsuche-mcp-server # Install dependencies npm install # Build the server npm run build
claude_desktop_config.json
:{ "mcpServers": { "entscheidsuche": { "command": "node", "args": ["/absolute/path/to/entscheidsuche-mcp-server/build/index.js"] } } }
npx @modelcontextprotocol/inspector node /path/to/entscheidsuche-mcp-server/build/index.js
entscheidsuche://scrapers
- Lists all available scrapers/collectionsentscheidsuche://scraper/{scraperId}
- Gets details about a specific scraperentscheidsuche://document/{documentId}
- Accesses metadata for a specific documentsearch-decisions
- Search for court decisions using Elasticsearch query syntaxget-document-content
- Retrieve the content of a specific documentlist-courts
- List available courts by cantonget-document-urls
- Get direct URLs for a document's PDF and HTML versionssearch-legal-precedents
- Find relevant precedents on a specific legal topiccompare-jurisdictions
- Compare rulings on a specific legal issue across different cantonscourt-decisions
- Retrieve recent decisions from a specific courtCan 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"?
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.
This document provides examples of how to use the Entscheidsuche MCP server through Claude to research Swiss legal decisions.
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?
Can you retrieve and analyze the Swiss court decision with ID "CH_BGer-4A_283_2021"?
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.
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!