Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

Fedlex Connector

ch.fedlex-connector/fedlex-connector

Search Swiss federal legislation: laws, articles, amendments via the Fedlex SPARQL endpoint.

Uptime
18.8%
32 probes
Response
661ms
last probe
Tools
4
callable

Tools · 4

search_by_title

Search Swiss federal legislation titles in the Classified Compilation (RS/SR) on Fedlex. Use to find the RS number of a law when you know its name but not its number. Searches titles only, not article…

get_article

Retrieve a single article when you already know the EXACT article number (e.g. from a cross-reference). Do NOT call this tool repeatedly to search for provisions — use get_law_text instead to fetch th…

get_law_text

Retrieve the official consolidated text of a Swiss federal act (or a specific title/chapter) directly from Fedlex (fedlex.admin.ch). This is the PRIMARY tool for answering Swiss law questions — always…

list_amendments

List consolidation version dates for a Swiss federal act. Returns the dates each consolidated version took effect.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "fedlex_connector": {
      "url": "https://mcp.fedlex-connector.ch/",
      "transport": "streamable-http"
    }
  }
}