MCP server for Hungarian legislation (Nemzeti Jogszabalytar): native ELI and verifiable citations.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Hu Eli MCP.
eli_urithe native ELI URI resolved, e.g. `https://njt.jog.gov.hu/eli/TV/2013/5`.
human_readable_citationbuilt from the parsed title + subtitle, e.g.
source_urlthe browsable `njt.jog.gov.hu/jogszabaly/...` document page.
An MCP server for Hungary's official national legislation database, the Nemzeti
Jogszabalytar (NJT, njt.jog.gov.hu), maintained by MKIFK. It gives an AI agent a piece of
Hungarian legislation resolved by its native ELI (European Legislation Identifier), with a
verifiable citation: the ELI itself, a human-readable citation, and a link to the official
source.
Part of the eu-legal-mcp line by MateMatic β one connector per EU member state, the same citation contract everywhere.
On ELI. Unlike the Netherlands and Sweden (earlier connectors in this line, neither of which publishes native ELI), Hungary has a genuine, documented national ELI implementation since 2023 (
njt.jog.gov.hu/eli/urisemak).eli_uriis therefore the real/eli/URI the tool resolved β never a substitute identifier. SeeDISCOVERY.md.
| Tool | What it does |
|---|---|
hu_get_act(year, serial) | Metadata for a Hungarian Act (torveny) by ELI, e.g. year 2013, serial 5 (the Civil Code). No issuer code needed. |
hu_get_legislation(doc_type, year, issuer, serial) | Metadata for any other legislation (decrees etc.) by ELI β type, year, issuer (case-sensitive) and serial. |
hu_get_text(doc_type, year, serial, issuer=None) | The full document HTML content for either an Act or other legislation. |
hu_list_doc_types() | Valid NJT document-type codes (e.g. TV=Act, R=decree). |
hu_list_issuers() | Valid NJT issuer codes (e.g. Korm=Government) β note the exact casing matters. |
hu_coverage() | Declare what this connector covers, when each family was captured, and - explicitly - what it does NOT cover. Every gap carries a fallback. |
Every response carries the citation contract:
eli_uri β the native ELI URI resolved, e.g. https://njt.jog.gov.hu/eli/TV/2013/5.human_readable_citation β built from the parsed title + subtitle, e.g.
"2013. Γ©vi V. tΓΆrvΓ©ny (a PolgΓ‘ri TΓΆrvΓ©nykΓΆnyvrΕl)".source_url β the browsable njt.jog.gov.hu/jogszabaly/... document page.NJT has no REST/JSON API and its search/browse UI is a JavaScript SPA requiring a session
(not usable headlessly). Documents must be addressed by a known ELI β use
hu_list_doc_types / hu_list_issuers to discover valid codes, then hu_get_act /
hu_get_legislation. An unresolvable ELI (wrong year/serial/issuer, or wrong issuer-code
case) surfaces as not_found β NJT itself redirects it to a search-assist page rather than
a 404.
Register it with your MCP client (see .mcp.json.example):
Smart App Control blocks unsigned executables, which covers uvx.exe, pip.exe
and the hu-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:
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 hu_eli_mcp.
Do not turn Smart App Control off to work around this - it cannot be re-enabled without reinstalling Windows.
njt.jog.gov.hu; nothing is
sent beyond the ELI path being resolved. Honors robots.txt (never calls /search/*).~/.matematic/audit/hu-eli-mcp.jsonl
(AI Act art. 12 record-keeping).See CONSTITUTION.md (the 4 principles) and DISCOVERY.md (how the source was mapped,
including the njt.hu β njt.jog.gov.hu domain discovery and the issuer-code casing gotcha).
Apache-2.0. The Hungarian legislation served is official public data of Hungary; this connector adds no rights over it.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/hu-eli-mcp)<a href="https://allmcps.com/mcp/hu-eli-mcp"><img src="https://allmcps.com/api/badge/hu-eli-mcp?style=directory" alt="Hu Eli MCP on AllMCPs" /></a>