Swiss Case Law MCP Server

956k Swiss court decisions: full-text search, citation graph, statute lookup (DE/FR/IT)

Remote serverstreamable-httpPython

What is the Swiss Case Law MCP server?

956k Swiss court decisions: full-text search, citation graph, statute lookup (DE/FR/IT). That is what the swiss case law mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

Spans 1875 to today, covers every Swiss federal court and all 26 cantonal court systems (plus regulators: FINMA, ComCo, FDPIC, IndepBC, ElCom, PostCom, ComCom), mirrors federal legislation directly from Fedlex SPARQL and cantonal legislation by direct portal scraping for all 26 cantons (LexWork: 18 cantons; SIL: NE + JU; ZH OpenData; TI RL — the same publishing systems the cantons operate themselves) with LexFind PDF as fallback supplementing 4 cantons for laws missing from their primary portals and as the discovery catalog for 33,000+ legislative texts. Includes **83,958 Botschaft amendment

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

The tools it exposes

The server publishes 11 tools. What each one is for:

  • Natural — language decision search (BM25 + synonym expansion + Haiku reranking, MRR@10 = 0.647 on a 100-query golden set)
  • Leading — case discovery, citation networks, appeal chains, jurisprudence evolution
  • Decision — structure access** — get_decision_structure (Sachverhalt + Erwägungen + Dispositiv + Regeste split), get_erwaegung (verbatim Schweizer-citation
  • Metric — Value
  • Method — For whom
  • Setup — 30 seconds
  • Disk — None
  • Tools — 38 (no local update tools)
  • Freshness — Nightly (automatic)
  • Offline — No
  • Requires — Claude, ChatGPT, or Gemini CLI (see plans below)

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 11 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Swiss Case Law.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Swiss Case Law's toolset — Natural, Leading, Decision and 8 more — is a fair guide to whether it matches your workflow. It is maintained by ch.opencaselaw; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
Naturallanguage decision search (BM25 + synonym expansion + Haiku reranking, **MRR@10 = 0.647** on a 100-query golden set)
Leadingcase discovery, citation networks, appeal chains, jurisprudence evolution
Decisionstructure access** — get_decision_structure (Sachverhalt + Erwägungen + Dispositiv + Regeste split), get_erwaegung (verbatim Schweizer-citation Einheit, e.g. get_erwaegung("BGE 140 III 86", "2.3")), get_regeste (official
MetricValue
MethodFor whom
Setup30 seconds
DiskNone
Tools38 (no local update tools)
FreshnessNightly (automatic)
OfflineNo
RequiresClaude, ChatGPT, or Gemini CLI (see plans below)

How to install the Swiss Case Law MCP server

{
  "mcpServers": {
    "swiss-caselaw": {
      "command": "uvx",
      "args": ["mcp"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Swiss Case Law to Natural.
  • Use Swiss Case Law to Leading.
  • Use Swiss Case Law to Decision.

Frequently asked questions

It connects Swiss Case Law to MCP-compatible AI assistants such as Claude and Cursor, exposing 11 tools (Natural, Leading, Decision, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Swiss Case Law directly.