Be Eli MCP server
MCP server for Belgian legislation (Moniteur Belge): ELI identifiers and citations.
0 stars82 downloads/wk
Reviews
Write oneNobody has reviewed Be Eli yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Be Eli tools (4)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
be_coverageDeclare what this connector covers, how it is sourced, and what it does NOT cover.
be_get_actFetch metadata for a Belgian act by its ELI coordinates.
be_get_textFetch the verbatim consolidated text of a Belgian act.
be_list_yearBrowse a year's listing of a Belgian legislation type, to discover NUMAC coordinates.
Public scan report
scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it
- Code scan13 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 26 days ago15/15
- Maintainer identityregistry namespace matches repository owner7/10
What the publisher says
From the Be Eli repository's README, as published. We do not edit it. Read it on GitHub
be-eli-mcp
<!-- mcp-name: io.github.matematicsolutions/be-eli-mcp -->
An MCP server for Belgian legislation via [Moniteur Belge / Belgisch Staatsblad] (https://www.ejustice.just.fgov.be), the official gazette of the Belgian Federal Public Service Justice. It fetches act metadata and full text by ELI coordinates, with verifiable citations. Part of the eu-legal-mcp line of national legal connectors by MateMatic.
Belgian legislation is addressed by ELI coordinates - type / year / month / day / numac (the Belgian legislative numbering system) - at https://www.ejustice.just.fgov.be/eli/{type}/{yyyy}/{mm}/{dd}/{numac}/justel. Every response carries a native eliuri, a humanreadablecitation and a sourceurl.
Read-only. The server only queries ejustice.just.fgov.be and writes a local audit log. It
never modifies official text.
Belgium is trilingual (French / Dutch / German). humanreadablecitation defaults to the
French form by LDH convention; use begettext(language=...) for Dutch (Belgisch Staatsblad)
or German. See CONSTITUTION.md Art. 4 for the full caveat.
Tools
There is no free-text search: ejustice.just.fgov.be exposes no keyword-search API. Discover acts by ELI coordinates (from a citation you already hold) or by browsing belistyear.
Configuration
ejustice.just.fgov.be is keyless. Configuration is optional:
Copy .mcp.json.example to your MCP client config.
Install
py -3.13 -m venv .venv
.\.venv\Scripts\python.exe -m pip install -e ".[dev]" # Windows
# or: python -m pip install -e ".[dev]" # POSIXWindows 11 with Smart App Control
Smart App Control blocks unsigned executables, which covers uvx.exe, pip.exe and the be-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 be-eli-mcp
python -m be_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 beelimcp.
{ "mcpServers": { "be-eli-mcp": { "command": "python", "args": ["-m", "be_eli_mcp"] } } }Do not turn Smart App Control off to work around this - it cannot be re-enabled without reinstalling Windows.
Tests
pytest tests/test_instructions_drift.py tests/test_parse.py # offline
pytest tests/test_smoke.py -v # live, hits ejustice.just.fgov.beLicence
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 be-eli-mcp -- uvx be-eli-mcp
Be Eli: common questions
- Is Be Eli MCP server safe?
- Yes, by our scan: it is graded A (91/100). Read the Be Eli safety report
- How do I install Be Eli?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Be Eli need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Be Eli maintained?
- The last commit was 26 days ago (2026-08-26). The latest release is v0.2.4.