# Entscheidsuche — Schweizer Gerichtsentscheide MCP server

Suche in Schweizer Gerichtsentscheiden aller Instanzen (Bund, Kantone) in DE/FR/IT.

## Links
- Registry page: https://www.getdrio.com/mcp/ch-entscheidsuche-mcp
- Repository: https://github.com/entscheidsuche/entscheidsuche-mcp
- Website: https://entscheidsuche.ch

## Install
- Endpoint: https://mcp.entscheidsuche.ch/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.entscheidsuche.ch/mcp

## Tools
- search (Search decisions) - Full-text search across Swiss court judgments, court decisions and case law from entscheidsuche.ch. Covers decisions of the Federal Supreme Court (BGer, BGE) and cantonal courts such as Kantonsgericht, Obergericht or Verwaltungsgericht.

Typical use cases:
  - Search Federal Supreme Court judgments, BGE or rulings by topic
  - Find Swiss case law on tenancy law, ZGB, OR, StGB or BV
  - Verify case numbers, judgment numbers or citations
  - Related tools: fetch_document, search_by_case_number, list_hierarchy, list_facets

Search syntax (Lucene query string):
  - Phrase / case-number search: "BGE 142 III 1" (in quotes)
  - Boolean operators: AND, OR, NOT (or +, -)
  - Wildcards: * and ?
  - The default operator between terms is AND.

Filters are combined with AND. Use hierarchy IDs from `list_hierarchy` or `list_facets`.

Pagination: after the first call, pass the `next_cursor` value from the response as `search_after` in the next call. Endpoint: https://mcp.entscheidsuche.ch/mcp
- search_by_case_number (Search by case number) - Specialized search for case numbers, judgment numbers and BGE citations in Swiss court judgments. This tool automatically wraps the given case number in quotes and runs an exact phrase search, for example for 'BGE 142 III 1', '5A_396/2015' or similar references from the Federal Supreme Court (BGer, BGE) and cantonal case law. Endpoint: https://mcp.entscheidsuche.ch/mcp
- fetch_document (Fetch decision) - Fetch a single Swiss court decision, judgment or Federal Supreme Court decision by its document ID (`_id`). Returns the indexed full text of the decision together with metadata, title, abstract and links. Use this when the full decision should be read or processed after a search. Note: for very long decisions the indexed text is capped at 100,000 characters; if `text_truncated` is true, the complete document is available at `document_url`. Endpoint: https://mcp.entscheidsuche.ch/mcp
- list_hierarchy (List hierarchy buckets) - Returns the available hierarchy IDs for Swiss cantons, courts and chambers together with document counts. Useful for narrowing subsequent searches to the Federal Supreme Court, cantonal courts, Obergerichte or Verwaltungsgerichte. Endpoint: https://mcp.entscheidsuche.ch/mcp
- list_facets (Facet tree (localized)) - Hierarchical facet tree with localized labels for cantons, courts and chambers. The `id` fields can be used in the `hierarchy` filter of the search. Endpoint: https://mcp.entscheidsuche.ch/mcp
- server_info (Server info) - Version info and configured endpoint URLs of the MCP server for Swiss case law and court decisions. Endpoint: https://mcp.entscheidsuche.ch/mcp

## Resources
- mcp://server-card.json - MCP Server Card Structured metadata for the entscheidsuche MCP server. MIME type: application/json

## Prompts
Not captured

## Metadata
- Owner: ch.entscheidsuche
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 19, 2026
- Source: https://registry.modelcontextprotocol.io
