← entscheidsuche.ch

INDIVIDUAL MCP TOOL

fetch_document

Fetch a single Swiss court decision, judgment or Federal Supreme Court decision by its document ID (`_id`).

entscheidsuche.chnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.entscheidsuche.ch/mcp

No auth detected

Connect to this endpoint to inspect the live schema for fetch_document and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

entscheidsuche.ch

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.entscheidsuche]
url = "https://mcp.entscheidsuche.ch/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "entscheidsuche": {
      "type": "http",
      "url": "https://mcp.entscheidsuche.ch/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: entscheidsuche
Remote MCP URL: https://mcp.entscheidsuche.ch/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "entscheidsuche": {
      "url": "https://mcp.entscheidsuche.ch/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "entscheidsuche": {
      "type": "http",
      "url": "https://mcp.entscheidsuche.ch/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "entscheidsuche",
  "transport": "streamable-http",
  "url": "https://mcp.entscheidsuche.ch/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search — Full-text search across Swiss court judgments, court decisions and case law from entscheidsuche.
  • search_by_case_number — Specialized search for case numbers, judgment numbers and BGE citations in Swiss court judgments.
  • list_hierarchy — Returns the available hierarchy IDs for Swiss cantons, courts and chambers together with document counts.
  • list_facets — Hierarchical facet tree with localized labels for cantons, courts and chambers.
  • server_info — Version info and configured endpoint URLs of the MCP server for Swiss case law and court decisions.