lu-eli-mcp
This server provides read-only access to Luxembourg legislation via the Legilux open data platform. No API key is required.
Fetch act metadata (lu_get_act): Given an ELI (European Legislation Identifier), returns:
Title (full and short), act type
Document, publication, and entry-into-force dates; in-force status
Available languages and manifestations (language + format combinations)
Legal relationships: acts it cites, modifies, or repeals (each identified by ELI)
Native
eli_uri, human-readable citation, and resolvablesource_url
Fetch full act text (lu_get_text): Retrieves verbatim text of an act in French (fr) or German (de), as Akoma Ntoso XML (default) or HTML.
Navigate the legal graph: Follow cites/modifies/repeals ELI links from metadata to discover and traverse related legislation.
Audit logging: All queries are logged locally for auditability.
No free-text search: Acts must be discovered via their ELI (from legilux.public.lu) or by following relationship links from known acts. The server is read-only and never modifies official text.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lu-eli-mcpGet act details for eli/legal/2005/01"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
lu-eli-mcp
Install (one command)
Published on PyPI + MCP Registry (io.github.matematicsolutions/lu-eli-mcp). Run without cloning:
uvx lu-eli-mcpConfigure your MCP client (stdio):
{ "mcpServers": { "lu-eli-mcp": { "command": "uvx", "args": ["lu-eli-mcp"] } } }Windows 11 with Smart App Control
Smart App Control blocks unsigned executables, which covers uvx.exe, pip.exe
and the lu-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 lu-eli-mcp
python -m lu_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 lu_eli_mcp.
{ "mcpServers": { "lu-eli-mcp": { "command": "python", "args": ["-m", "lu_eli_mcp"] } } }Do not turn Smart App Control off to work around this - it cannot be re-enabled without reinstalling Windows.
Building from source: see Install.
An MCP server for Luxembourg legislation via Legilux open data
(data.legilux.public.lu). It fetches act metadata and full Akoma Ntoso text with verifiable
citations. Part of the eu-legal-mcp line of national legal connectors by
MateMatic.
Legilux is genuinely ELI-native: every act is addressed by its ELI and described as jolux RDF
over a FRBR model (Work / Expression / Manifestation), with full text as Akoma Ntoso XML. Every
response carries a native eli_uri, a human_readable_citation and a resolvable source_url.
Read-only. The server only queries Legilux and writes a local audit log. It never modifies official text.
Related MCP server: fi-eli-mcp
Tools
Tool | What it does |
| Metadata for an act by its ELI (full URI or bare |
| Verbatim text in one |
| 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: Legilux exposes no HTTP search endpoint. Discover acts by ELI
coordinates (from legilux.public.lu) or by following the cites / modifies / repeals ELIs that
lu_get_act returns. Luxembourg is multilingual, so titles and text may be French or German; the
languages field shows what exists for a given act.
Configuration
Legilux is keyless. Configuration is optional:
Variable | Meaning |
| Legilux data host (default |
| Disk cache dir (default |
| Audit log dir (default |
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]" # POSIXTests
pytest tests/test_instructions_drift.py tests/test_parse.py # offline
pytest tests/test_smoke.py -v # live, hits LegiluxLicence
Apache-2.0. Legilux content is © the Grand Duchy of Luxembourg; this software only retrieves and cites it.
Available Tools
3 toolslu_coverageARead-onlyIdempotent
Declare what this connector covers, how it is sourced, and what it does NOT cover.
Call this before telling a user that the law "does not contain" something, and whenever a search comes back empty: the absence may be a gap in this connector rather than in the law. Every gap carries a fallback saying where to look instead.
Returns:
Coverage with families, an as-of note, and a non-empty list of known gaps.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| status | No | |
| families | No | |
| as_of_note | Yes | States what the dates mean, and what they do not promise. |
| known_gaps | No | Never empty. An empty list would mean 'not checked', not 'no gaps'. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish readOnly, openWorld, idempotent, and non-destructive hints. The description adds meaningful context beyond these hints by disclosing that an empty search may reflect a connector gap rather than an absence in the law, and that every gap carries a fallback. It also specifies the return shape: families, an as-of note, and a non-empty list of known gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the core purpose, followed by practical usage guidance and a brief return summary. Every sentence earns its place; there is no redundant or filler content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple zero-parameter tool with an output schema, the description is complete. It explains what the tool does, when to call it, what it returns, and how to interpret the result, while the output schema covers detailed return fields.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and the schema is fully covered, so there is nothing for the description to add about parameters. The baseline of 4 for zero-parameter tools applies; the description appropriately does not introduce irrelevant parameter details.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific verb and resource: it declares what the connector covers, how coverage is sourced, and what it does not cover. This distinguishes it from sibling tools like lu_get_act and lu_get_text, which retrieve legal content rather than coverage metadata.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit and concrete when-to-use guidance: call it before claiming the law does not contain something, and whenever a search returns empty. It does not state when-not-to-use or name alternatives, but for a zero-parameter coverage tool with no overlapping siblings, the guidance is clear and actionable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
lu_get_actARead-onlyIdempotent
Fetch metadata for a Luxembourg act by its ELI.
| Name | Required | Description | Default |
|---|---|---|---|
| eli | Yes | a Legilux ELI - full URI or bare path (e.g. ``eli/etat/leg/loi/2018/08/01/a686/jo``). |
Output Schema
| Name | Required | Description |
|---|---|---|
| type | No | |
| cites | No | |
| title | No | |
| eli_uri | No | |
| repeals | No | |
| eli_path | No | |
| modifies | No | |
| languages | No | |
| source_url | No | |
| title_short | No | |
| dataset_note | No | |
| date_document | No | |
| eli_uri_native | No | |
| manifestations | No | |
| in_force_status | No | |
| publication_date | No | |
| date_entry_in_force | No | |
| human_readable_citation | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide safety profile (readOnly, idempotent, not destructive). Description adds context about ELI format but does not disclose additional behaviors beyond what annotations imply.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, front-loaded, no wasted words. Efficiently communicates the core purpose and parameter.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given a single simple parameter, full output schema present, and annotations covering safety, the description adequately covers all necessary context for an agent to use the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% and already explains the ELI format well. Description merely repeats 'by its ELI' without adding new semantic meaning beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool 'fetches metadata for a Luxembourg act by its ELI', using a specific verb and resource, and distinguishes from sibling tool lu_get_text which likely fetches text.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this tool versus the sibling lu_get_text, though the name and description imply metadata vs text. Absence of when-not-to-use or alternative instructions lowers the score.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
lu_get_textARead-onlyIdempotent
Fetch the verbatim text of a Luxembourg act in one language and format.
| Name | Required | Description | Default |
|---|---|---|---|
| eli | Yes | a Legilux ELI - full URI or bare path. | |
| language | No | e.g. ``fr`` (default) or ``de``. | fr |
| file_format | No | ``xml`` (Akoma Ntoso, default) or ``html``. | xml |
Output Schema
| Name | Required | Description |
|---|---|---|
| format | No | |
| content | No | |
| eli_uri | No | |
| file_url | No | |
| language | No | |
| byte_size | No | |
| source_url | No | |
| dataset_note | No | |
| human_readable_citation | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide read-only and idempotent hints. Description adds 'verbatim text' but does not disclose additional behavioral traits beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, front-loaded with key action and object, no wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers main purpose, but lacks explicit differentiation from sibling tool lu_get_act. Mentions language and format, but does not reference Legilux or legal system (though schema does).
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has 100% coverage with descriptions for all parameters. Description does not add meaningful semantics beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states it fetches 'verbatim text' of a Luxembourg act in a specific language and format, distinguishing it from a sibling tool that likely retrieves the act itself or metadata.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives (e.g., lu_get_act). Does not specify prerequisites or context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
v0.3.3- Added
lu_coverage
2 tool updates
v0.1.0- First observed
lu_get_act - First observed
lu_get_text
TDQS
Each tool has a clearly distinct purpose: fetching metadata, fetching verbatim text, and declaring coverage/gaps. There is no overlap or ambiguity between them, so an agent can easily select the right tool for the task.
All tools share the 'lu_' prefix, and two use the verb_noun pattern (get_act, get_text). However, 'lu_coverage' uses a noun directly rather than a verb, creating a minor deviation. The pattern is still readable and predictable overall.
At 3 tools, the set is small but well-scoped for a read-only Luxembourg legislation connector. Each tool fills a necessary role, though a search/browse tool could be expected; the coverage tool partially compensates by documenting gaps.
The connector covers core operations: fetching metadata and full text, plus an explicit gaps/coverage tool to prevent false negatives. Missing a search or listing capability is a minor gap, but the coverage tool's fallbacks mitigate this.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Temporal search and comparison for official Luxembourg and reviewed EU law, with provenance.
Keyless MCP access to official Luxembourg public data: laws, statistics, mobility, and more.
Resolve, search and verify legal citations against the official sources, with provenance.
Official EUR-Lex, UK, US, and gazette search, metadata fetch, and change-only watches.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables querying and retrieving legal texts and decisions from French public APIs Légifrance and JudiLibre for legal research.MIT
- AlicenseAqualityAmaintenanceEnables accessing Finnish legislation from the Finlex open-data API, listing statutes by year and retrieving their full texts with ELI identifiers and Finnish citations.4Apache 2.0
- AlicenseAqualityAmaintenanceFetches Croatian legislation from the Narodne novine official gazette with European ELI identifiers and verifiable citations. Provides tools to list issues, get act metadata, and fetch full text.4Apache 2.0
- AlicenseAqualityAmaintenanceProvides access to Maltese legislation via ELI coordinates, fetching metadata and full text from the official legislation.mt portal.3Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/matematicsolutions/lu-eli-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server