LibreJustice MCP server
Search French and European case law and French legal texts (codes, statutes, treaties).
29 stars
Reviews
Write oneNobody has reviewed LibreJustice yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
LibreJustice tools
Tool list not cached yet. `describe` through the gateway fetches it live.
Public scan report
scanner v0.1.9 · 2026-09-25 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 212ms (auth required)20/20
- –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
- Auth qualityOAuth resource metadata advertised on 40115/15
- Maintenancelast push 17 days ago15/15
- Maintainer identityregistry namespace matches repository owner; website matches verified namespace9/10
What the publisher says
From the LibreJustice repository's README, as published. We do not edit it. Read it on GitHub
LibreJustice
librejustice.fr: a free search engine for French and European law, plus current public notices. It links case law from France's administrative and judicial courts to consolidated legal texts and makes them searchable in plain language on the web and through MCP.
Free and open source. ~3.7 million decisions and ~3.6 million legal articles in one database, linked article by article, resynchronised daily. That is the whole point: texts and case law live together, so there is no second server to plug in for the codes and no third one for the citation graph.
What you search
- Case law: Conseil d'État, Cour de cassation, cours d'appel, administrative and judicial first-instance courts, Conseil constitutionnel, CNIL, CNDA (publicly released decisions only), Tribunal des conflits, ECHR, CJEU. Filters by court, date, outcome and cited articles.
- Legal texts: codes and statutes as they stood on any date (consolidated versions with per-article history), the full Journal officiel, EU law, treaties and bilateral accords, collective agreements, BOFiP, circulaires, and the codes of 59 foreign countries.
- Public notices: open public procurement opportunities from BOAMP and buyer platforms, deduplicated with submission links and deadlines.
- Directory: lawyers, companies and courts, linked to their litigation.
Corpus refreshed daily from open sources (Judilibre, DILA/Légifrance, EUR-Lex...).
What the official sources do not offer
Public databases are silos, each with a search engine bounded by its own fonds (Judilibre covers the judicial courts only; the administrative open data searches CE/CAA/TA by keyword, court and date; Légifrance holds the texts). LibreJustice consolidates them and adds the missing layer:
- plain-language search (hybrid lexical + semantic) with AI reranking, dynamic facets and similar decisions;
- the graph: citations extracted and resolved, from a decision to the exact articles it cites at the right version, and from an article back to the decisions that cite it;
- cross-source deduplication (one decision, one page) and recovery of decisions missing from the official channels;
- AI summaries per decision, always kept distinct from verbatim excerpts;
- a remote MCP endpoint for AI assistants.
Using LibreJustice from an AI assistant
The public MCP server is https://librejustice.fr/mcp (OAuth 2.1 with dynamic client registration: no API key to configure). Five tools: searchdecisions, getdecision, searchlegaltexts, getlegaltext, listmyactivity.
With Claude Code, the plugin installs the connector and the usage skills:
/plugin marketplace add librejustice/librejustice
/plugin install librejustice@librejusticeThe skills alone (without the MCP connector) install into any compatible agent through skills:
npx skills add librejustice/librejusticeOn claude.ai, LibreJustice is listed in the connector directory. One click, then the OAuth authorisation. With ChatGPT, Le Chat or Perplexity, add a custom connector pointing at https://librejustice.fr/mcp.
Using LibreJustice from your own code
The same corpus in REST, described by openapi.json (OpenAPI 3.1). The key is free: create an account, then a key from your profile. Guide at librejustice.fr/api-guide.
curl -H 'Authorization: Bearer ljk_your_key' \
'https://librejustice.fr/api/search?q=trouble+anormal+de+voisinage&limit=3'Five routes: /api/search, /api/search-textes, /api/decision/{id}, /api/texte/{code}/{article} and the same with a trailing /{date} for the version in force that day.
Stack
A single-server node, Postgres + ParadeDB + VectorChord (hybrid BM25 + vector search), API and front end in Rust.
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 --transport http librejustice https://librejustice.fr/mcp
LibreJustice: common questions
- Is LibreJustice MCP server safe?
- Yes, by our scan: it is graded A (98/100). Read the LibreJustice safety report
- How do I install LibreJustice?
- It runs remotely at librejustice.fr. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does LibreJustice need an API key?
- No key to paste: it signs you in with OAuth when your client connects.
- Is LibreJustice maintained?
- The last commit was 17 days ago (2026-09-08). The latest release is v1.0.0.
- Is LibreJustice up?
- 100% of our last 25 checks got an answer. We check remote servers about four times a day.
- What can I use instead of LibreJustice?
- Servers from other publishers that do the same job: Eur Lex MCP server, Misakanet MCP server and Arxiv MCP server. Compare all LibreJustice alternatives.
Alternatives to LibreJustice
Same job from other publishers: the closest match first, then the best rated.
- Eur LexSearch EU legislation, CJEU case law, and treaties; traverse CELLAR graph; browse EuroVoc concepts.not reviewedGrowingA
- MisakanetFailure-memory layer for coding agents: search evidence-rated failure lessons by error text.not reviewedEstablishedA
- ArxivSearch arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.not reviewedEstablishedA
- Zotero MCPSearch your Zotero library, retrieve item metadata, and read full text from AI assistants.not reviewedEstablishedB
- DocdexFast per-repo documentation indexer and full-text search MCP server for codebases.not reviewedGrowingB