Mmcp.market

Fr Eli MCP server

by matematicsolutions·io.github.matematicsolutions/fr-eli-mcp·v0.5.3

MCP server for French Legifrance (PISTE): legislation and case law with citations and ECLI.

A91/100grade A
What users say
No reviews yet
Be the first
Safety scan
A91/100

full report

Adoption
Growing

2 stars38 downloads/wk

Reviews

Write one

Nobody has reviewed Fr Eli yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Fr Eli tools (8)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • fr_coverage

    Declare what this connector covers, how it is sourced, and what it does NOT cover.

  • fr_get_act

    Consult a LODA law or decree by its ``LEGITEXT...`` id.

  • fr_get_company_agreement

    Consult a company-level agreement by its ``ACCOTEXT...`` id - METADATA ONLY.

  • fr_get_convention

    Consult a collective labour agreement text by its ``KALITEXT...`` id.

  • fr_get_decision

    Consult a court decision by its id (returns the native ECLI).

  • fr_get_deliberation

    Consult a CNIL deliberation by its ``CNILTEXT...`` id.

  • fr_get_text

    Fetch the verbatim text of a single article (``LEGIARTI...`` or ``KALIARTI...``).

  • fr_search

    Keyword-search French legislation or case law on Legifrance.

Public scan report

scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it

no findings
  • Code scan15 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
Overall 91/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Fr Eli repository's README, as published. We do not edit it. Read it on GitHub

fr-eli-mcp

<!-- mcp-name: io.github.matematicsolutions/fr-eli-mcp -->

Install (one command)

Published on PyPI + MCP Registry (io.github.matematicsolutions/fr-eli-mcp). Run without cloning:

uvx fr-eli-mcp

Requires PISTE credentials in env: PISTECLIENTID, PISTECLIENTSECRET (Legifrance/PISTE).

Configure your MCP client (stdio):

{ "mcpServers": { "fr-eli-mcp": { "command": "uvx", "args": ["fr-eli-mcp"] } } }

Windows 11 with Smart App Control

Smart App Control blocks unsigned executables, which covers uvx.exe, pip.exe and the fr-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 fr-eli-mcp
python -m fr_eli_mcp

pip.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 frelimcp.

{ "mcpServers": { "fr-eli-mcp": { "command": "python", "args": ["-m", "fr_eli_mcp"] } } }

Do not turn Smart App Control off to work around this - it cannot be re-enabled without reinstalling Windows.

Building from source: see Install.

An MCP server for the French Legifrance API via PISTE. It searches French legislation (LODA laws & decrees, codes), case law from three jurisdictions - Cour de cassation / cours d'appel (JURI), the Conseil constitutionnel (CONSTIT - QPC/DC decisions) and the administrative courts (CETAT - Conseil d'Etat, cours administratives d'appel, tribunaux administratifs) - plus CNIL deliberations (CNIL), collective labour agreements (KALI) and company-level agreements (ACCO), and returns verbatim text with verifiable citations. Part of the eu-legal-mcp line of national legal connectors by MateMatic.

Every response carries the citation contract: a stable eliuri, a humanreadablecitation (French convention) and a resolvable sourceurl.

Read-only. The server only queries Legifrance and writes a local audit log. It never modifies

official text and never sends anything beyond your query / document id.

Tools

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add fr-eli-mcp -- uvx fr-eli-mcp
Add to Cursor

Fr Eli: common questions

Is Fr Eli MCP server safe?
Yes, by our scan: it is graded A (91/100). Read the Fr Eli safety report
How do I install Fr Eli?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Fr Eli need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Fr Eli maintained?
The last commit was 28 days ago (2026-08-24). The latest release is v0.5.3.

More from matematicsolutions