MCP server for the Romanian Portal Legislativ (legislatie.just.ro) SOAP API - search and fetch Romanian legislation with verifiable citations.
Project description
ro-eli-mcp
An MCP server for the Romanian Portal Legislativ (legislatie.just.ro), the Ministry of
Justice legislative database, through its public SOAP API. It searches Romanian legislation
and returns metadata and full text, with verifiable citations.
Part of the MateMatic eu-legal-mcp production line - after PL, DE, AT, ES, FI, IE, NL, SE, FR,
LU, DK, CZ, HR, LT and SK. Same citation contract, Portal Legislativ source. This connector talks
SOAP (a token obtained via GetToken, no registration, then Search).
Scope. This MVP searches acts by title, free text, year and number, and returns the full text the API provides inline. The same number can exist across act types (LEGE, DECRET, HOTARARE...), so a
tip_actdisambiguates. The API returns up to 10 results per page. Language: Romanian. Every response carries adataset_note.ELI is national, not data.europa.eu. Romania has no
data.europa.euELI for this portal.eli_uricarries the canonicallegislatie.just.rodocument URL (the stable national identifier), which is also thesource_url. Every response carries aneli_note.
The tools
| Tool | What it does |
|---|---|
ro_search |
Search acts by title, text, year and/or number (metadata only). |
ro_get_act |
Metadata for an act by number + year (+ tip_act to disambiguate). |
ro_get_text |
Full text of an act by number + year (+ tip_act). |
Every response carries the contract: eli_uri (the legislatie.just.ro URL),
human_readable_citation (e.g. LEGE nr. 190/2018), and source_url.
Install
Run it with no install step (once published to PyPI):
uvx ro-eli-mcp
Or from source:
cd ro-eli-mcp
pip install -e .
Configure (Claude Code / any MCP client)
{
"mcpServers": {
"ro-eli-mcp": { "command": "ro-eli-mcp" }
}
}
Environment:
RO_ELI_ENDPOINT- defaulthttps://legislatie.just.ro/apiws/FreeWebService.svc/SOAPRO_ELI_CACHE_DIR- default~/.matematic/cache/ro-eliRO_ELI_AUDIT_DIR- default~/.matematic/audit
No API key. The token is obtained via GetToken automatically (no registration).
Governance
- Public data only - read-only against the Portal Legislativ; no client data leaves the machine.
- Audit log - every tool call appends one JSON line to
~/.matematic/audit/ro-eli-mcp.jsonl. - Vendor-neutral - talks only to
legislatie.just.ro; no LLM provider, no telemetry. - Verifiable citations - every response is independently checkable via
source_url.
See CONSTITUTION.md and DISCOVERY.md.
Tests
pip install -e ".[dev]"
pytest tests/test_instructions_drift.py tests/test_parse.py -v # offline
pytest tests/test_smoke.py -v # hits the live SOAP API
Licence
Apache-2.0. © Matematic Solutions / Wieslaw Mazur. Romanian legislation is public domain; relayed
read-only with attribution and a source_url.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ro_eli_mcp-0.1.1.tar.gz.
File metadata
- Download URL: ro_eli_mcp-0.1.1.tar.gz
- Upload date:
- Size: 22.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92d8cd9750529495a8ae69907e17d2d6e288a61b70a203fe58149ddfbafecf85
|
|
| MD5 |
a0720954292f134e8d70a2a00b686598
|
|
| BLAKE2b-256 |
e8ba5f32143c87a6f26ed3b9441a565a84484692e1573b2f1e63b7cb1af2f099
|
File details
Details for the file ro_eli_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ro_eli_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ac623085e0f32b10292b2f1b9709fdff453968c720467e7b568731d91b54252
|
|
| MD5 |
393a0c8d201ecbe9e7e1eb5f819b48a6
|
|
| BLAKE2b-256 |
9b06eab22cefabb5d56ebe9b37bf1cbd33e5d3cef5f1861faed7bbc5ac4ef1ba
|