Ch Eli MCP server
MCP server for Swiss federal legislation via Fedlex (native ELI), verifiable citations.
0 stars58 downloads/wk
Reviews
Write oneNobody has reviewed Ch Eli yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Ch Eli tools (3)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
ch_coverageDeclare what this connector covers, how it is sourced, and what it does NOT cover.
ch_get_actFetch full detail for one Swiss federal act by its Fedlex ELI URI.
ch_search_actsFull-text search over Swiss federal act titles.
Public scan report
scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it
- Code scan14 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 28 days ago15/15
- Maintainer identityregistry namespace matches repository owner7/10
What the publisher says
From the Ch Eli repository's README, as published. We do not edit it. Read it on GitHub
ch-eli-mcp
<!-- mcp-name: io.github.matematicsolutions/ch-eli-mcp -->
MCP server for Swiss federal legislation via Fedlex, the Federal Chancellery's official publication platform. Fedlex is genuinely ELI-native (European Legislation Identifier) even though Switzerland is not an EU member. Multilingual: German, French, Italian, English.
What this is not
This connector returns metadata (title, SR number) via SPARQL - not the operative text of the law. source_url points to the public Fedlex page where the full text lives.
Tools
Every response carries lexuri (the native ELI URI - not invented, taken directly from Fedlex), sourceurl (the public HTML page), and humanreadablecitation (e.g. "Bundesverfassung der Schweizerischen Eidgenossenschaft (SR 101)" - the SR number is Switzerland's own Systematische Sammlung / Classified Compilation citation convention).
Install
pip install ch-eli-mcpWindows 11 with Smart App Control
Smart App Control blocks unsigned executables, which covers uvx.exe, pip.exe and the ch-eli-mcp.exe launcher that pip writes at install time. The python.exe and py.exe from the python.org installer are signed by the Python Software Foundation, so running the module through the interpreter works:
python -m pip install ch-eli-mcp
python -m ch_eli_mcppip.exe is blocked for the same reason, so install with python -m pip, not pip install. If python is not on PATH, use the Windows launcher: py -3 -m chelimcp.
{ "mcpServers": { "ch-eli-mcp": { "command": "python", "args": ["-m", "ch_eli_mcp"] } } }Do not turn Smart App Control off to work around this - it cannot be re-enabled without reinstalling Windows.
Configuration
License
Apache-2.0 (code). Fedlex content is official Swiss federal publication material (see SOURCES.md).
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add ch-eli-mcp -- uvx ch-eli-mcp
Ch Eli: common questions
- Is Ch Eli MCP server safe?
- Yes, by our scan: it is graded A (91/100). Read the Ch Eli safety report
- How do I install Ch Eli?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Ch Eli need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Ch Eli maintained?
- The last commit was 28 days ago (2026-08-24). The latest release is v0.3.3.