MCP server for Belgian legislation via Moniteur Belge / Belgisch Staatsblad (ejustice.just.fgov.be) — ELI-coordinate metadata and full text with verifiable citations.
- ✓Open-source license (Apache-2.0)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
claude mcp add be-eli-mcp -- python -m -e{
"mcpServers": {
"be-eli-mcp": {
"command": "python",
"args": ["-m", "pip"]
}
}
}MCP Servers overview
# 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](https://matematic.co).
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 `eli_uri`, a `human_readable_citation` and a `source_url`.
> **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). `human_readable_citation` defaults to the
> French form by LDH convention; use `be_get_text(language=...)` for Dutch (Belgisch Staatsblad)
> or German. See CONSTITUTION.md Art. 4 for the full caveat.
## Tools
| Tool | What it does |
| --- | --- |
| `be_get_act(doc_type, year, month, day, numac)` | Metadata for an act by its ELI coordinates. `doc_type` is one of `loi`, `decret`, `ordonnance`, `arrete`, `constitution`. Returns the native `eli_uri`, title, source authority, publication date, entry-into-force date, table of contents, and the citation contract. |
| `be_get_text(doc_type, year, month, day, numac, language="fr")` | The verbatim consolidated text ("Texte"/"Tekst" section) in `fr` (default), `nl` or `de`. |
| `be_list_year(doc_type, year)` | Browse a year's listing for one `doc_type`, to discover NUMAC coordinates. Titles in this listing are best-effort (may be `None`); call `be_get_act` for the authoritative title. |
| `be_coverage()` | Declare what this connector covers, when each family was captured, and - explicitly - what it does NOT cover. Every gap carries a fallback. |
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 `be_list_year`.
## Configuration
ejustice.just.fgov.be is keyless. Configuration is optional:
| Variable | Meaning |
| --- | --- |
| `BE_ELI_BASE_URL` | ejustice host (default `https://www.ejustice.just.fgov.be`). |
| `BE_ELI_CACHE_DIR` | Disk cache dir (default `~/.matematic/cache/be-eli`). |
| `BE_ELI_AUDIT_DIR` | Audit log dir (default `~/.matematic/audit`). |
Copy `.mcp.json.example` to your MCP client config.
## Install
```bash
py -3.13 -m venv .venv
.\.venv\Scripts\python.exe -m pip install -e ".[dev]" # Windows
# or: python -m pip install -e ".[dev]" # POSIX
```
### Windows 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:
```bash
python -m pip install be-eli-mcp
python -m be_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 be_eli_mcp`.
```json
{ "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
```bash
pytest tests/test_instructions_drift.py tests/test_parse.py # offline
pytest tests/test_smoke.py -v # live, hits ejustice.just.fgov.be
```
## Licence
Apache-2.0. Moniteur Belge / Belgisch Staatsblad content is © the Belgian federal state; this
software only retrieves and cites it. See CONSTITUTION.md Art. 1 for a note on the licence status
of the source data (widely described as CC0 by third-party catalogs; not independently
re-verified against ejustice.just.fgov.be's own terms page in this project).
What people ask about be-eli-mcp
What is matematicsolutions/be-eli-mcp?
+
matematicsolutions/be-eli-mcp is mcp servers for the Claude AI ecosystem. MCP server for Belgian legislation via Moniteur Belge / Belgisch Staatsblad (ejustice.just.fgov.be) — ELI-coordinate metadata and full text with verifiable citations. It has 0 GitHub stars and its last recorded update is dated 2026-08-24.
How do I install be-eli-mcp?
+
You can install be-eli-mcp by cloning the repository (https://github.com/matematicsolutions/be-eli-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is matematicsolutions/be-eli-mcp safe to use?
+
Our security agent has analyzed matematicsolutions/be-eli-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains matematicsolutions/be-eli-mcp?
+
matematicsolutions/be-eli-mcp is maintained by matematicsolutions. The last recorded GitHub activity is dated 2026-08-24, with 0 open issues.
Are there alternatives to be-eli-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy be-eli-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/matematicsolutions-be-eli-mcp)<a href="https://claudewave.com/repo/matematicsolutions-be-eli-mcp"><img src="https://claudewave.com/api/badge/matematicsolutions-be-eli-mcp" alt="Featured on ClaudeWave: matematicsolutions/be-eli-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!