Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Luxembourg MCP

PYPI · LUXEMBOURG-MCP · 2 COMPONENTS · SCANNED SEP 20

Keyless MCP access to official Luxembourg public data: laws, statistics, mobility, and more.

+1 this week 81 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency45
Schema Quality & AI Usability74
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1540 tokens (~40/item across 38 items; 38 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage76
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 29% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 38 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 39 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Luxembourg MCP server?

Luxembourg MCP runs locally as a PyPI package, launched with uvx luxembourg-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · luxembourg-mcp

# add to Claude Code
claude mcp add amirdaraee-luxembourg-mcp -- uvx luxembourg-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "amirdaraee-luxembourg-mcp": {
      "command": "uvx",
      "args": [
        "luxembourg-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "amirdaraee-luxembourg-mcp": {
      "command": "uvx",
      "args": [
        "luxembourg-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add amirdaraee-luxembourg-mcp -- uvx luxembourg-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "amirdaraee-luxembourg-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "luxembourg-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add amirdaraee-luxembourg-mcp --command uvx --arg luxembourg-mcp
# ~/.hermes/config.yaml
mcp_servers:
  amirdaraee-luxembourg-mcp:
    command: "uvx"
    args: ["luxembourg-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "amirdaraee-luxembourg-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "luxembourg-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add amirdaraee-luxembourg-mcp -t stdio -c uvx -a luxembourg-mcp
// mcp.json
{
  "mcpServers": {
    "amirdaraee-luxembourg-mcp": {
      "command": "uvx",
      "args": [
        "luxembourg-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +15
    • Malware scan: unverified → pass security
  • 18 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 17 Sept 26 −15
    • Malware scan: pass → unverified security
    • Stability: 0.97 → pass security
    • Schema quality: 1076 → 1540 functional
    • Tool coverage: 22% → 29% functional
    • Package version: 0.6.0 → 0.7.0 functional
  • 16 Sept 26 +16
    • Malware scan: unverified → pass security
  • 15 Sept 26 0
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • Package version: 0.4.1 → 0.6.0 functional
    • Package version: 0.4.1 → 0.5.2 functional
  • 14 Sept 26 −14
    • Malware scan: pass → unverified security
  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/luxembourg-mcp@0.7.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted setuptools.build_meta

Background: Why install scripts are a supply-chain risk →

Dependencies 0 packages
Packages resolved 0
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 38 exposed · ~1,518 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
geocode_address ~27

Resolve a Luxembourg address to official Geoportail coordinates.

NameTypeReqDescription
querystringyes

No output schema declared.

No examples provided.

get_accessibility_audits ~28

Get the latest public-sector digital accessibility audits.

NameTypeReqDescription
limitinteger

No output schema declared.

No examples provided.

get_accessibility_figures ~19

Get national Digital Accessibility Observatory key figures.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_air_quality ~32

Get the latest national telemetric air-quality measurements by station.

NameTypeReqDescription
citystringOptional city-name filter

No output schema declared.

No examples provided.

get_bike_sharing ~47

Get live Vel'OK bike-sharing availability at stations in southern Luxembourg.

NameTypeReqDescription
available_onlyboolean
querystringOptional station, locality or commune filter

No output schema declared.

No examples provided.

get_carsharing ~57

Find currently available CFL FLEX carsharing vehicles by station, town or fuel type.

NameTypeReqDescription
fuel_typestringOptional fuel filter such as electric or diesel
querystringOptional station, town, address or model filter

No output schema declared.

No examples provided.

get_cfl_parking ~32

Get live occupancy and details for a CFL Park and Ride facility.

NameTypeReqDescription
parking_idstringyes

No output schema declared.

No examples provided.

get_city_mobility ~29

Get Ville de Luxembourg mobility locations as GeoJSON features.

NameTypeReqDescription
categorystringyes

No output schema declared.

No examples provided.

get_city_parking ~38

Get current Ville de Luxembourg car-park capacity and free spaces.

NameTypeReqDescription
available_onlyboolean
querystring

No output schema declared.

No examples provided.

get_commune_leaders ~33

Get the current mayor and aldermen of Luxembourg communes.

NameTypeReqDescription
communestringOptional commune-name filter

No output schema declared.

No examples provided.

get_commune_population ~36

Get official resident population by commune, split by adults, minors and sex.

NameTypeReqDescription
communestringOptional commune-name filter

No output schema declared.

No examples provided.

get_dataset ~29

Get metadata and current download resources for an official dataset.

NameTypeReqDescription
dataset_id_or_slugstringyes

No output schema declared.

No examples provided.

get_election_results ~27

Get machine-readable 2023 legislative election results, national and per circonscription.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_electricity_prices ~31

Get Luxembourg day-ahead wholesale electricity prices per quarter hour, with the cheapest and most expensive slots.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_ev_charging ~42

Get Chargy public EV charging stations with live connector availability.

NameTypeReqDescription
available_onlyboolean
querystringOptional name or address filter

No output schema declared.

No examples provided.

get_fuel_prices ~38

Get official monthly Luxembourg prices for petrol, diesel, hydrogen, LPG, home electricity and public EV charging.

NameTypeReqDescription
monthsinteger

No output schema declared.

No examples provided.

get_geo_features ~56

Fetch GeoJSON features from an official Geoportail OGC collection.

NameTypeReqDescription
bboxarrayWGS84 [west, south, east, north]
collection_idstringyes
limitinteger

No output schema declared.

No examples provided.

get_housing_prices ~67

Get advertised housing sale prices by commune from the official Observatoire de l'Habitat.

NameTypeReqDescription
communestringOptional commune-name filter
property_typestring
yearstringFour-digit year such as 2025; defaults to the latest

No output schema declared.

No examples provided.

get_pharmacies_on_duty ~60

Get the pharmacies on duty in Luxembourg for a date, with address and phone number.

NameTypeReqDescription
datestringYYYY-MM-DD within the published window; defaults to today
localitystringOptional locality or address filter

No output schema declared.

No examples provided.

get_public_alerts ~51

Get recent LU-Alert public warnings: floods, storms, food recalls and other national alerts.

NameTypeReqDescription
active_onlyboolean
languagestring
limitinteger

No output schema declared.

No examples provided.

get_public_holidays ~31

List Luxembourg legal public holidays in four languages, optionally for one year.

NameTypeReqDescription
yearinteger

No output schema declared.

No examples provided.

get_statistics ~73

Retrieve recent observations from a STATEC LUSTAT SDMX dataflow.

NameTypeReqDescription
dataflow_idstringyesSTATEC identifier such as DF_D7100
keystringSDMX dimension key or all
last_n_observationsinteger
max_rowsinteger

No output schema declared.

No examples provided.

get_traffic ~29

Get live CITA motorway speed, occupancy, and flow measurements.

NameTypeReqDescription
roadstring

No output schema declared.

No examples provided.

get_waste_collections ~74

Get upcoming municipal waste-collection dates for a Luxembourg commune.

NameTypeReqDescription
communestringyes
limitinteger
streetstringOptional street-name filter; commune-wide rows always match
waste_typestringOptional collection-type filter such as verre, papier, biodechets

No output schema declared.

No examples provided.

get_water_levels ~31

Get the latest official measured water level at Luxembourg stations.

NameTypeReqDescription
stationstringOptional station-name filter

No output schema declared.

No examples provided.

get_weather_alerts ~32

Get current official MeteoLux weather warnings published on data.public.lu.

NameTypeReqDescription
languagestring

No output schema declared.

No examples provided.

get_weather_forecast ~62

Get the official MeteoLux forecast for a place in Luxembourg: current conditions, 24 hours, 5 days, UV index, sunrise and sunset.

NameTypeReqDescription
languagestring
latitudenumber
longitudenumber

No output schema declared.

No examples provided.

get_weather_observations ~33

Get live MeteoLux weather observations at Luxembourg-Airport: temperature, wind, pressure, humidity, visibility.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_cfl_parking ~19

List official CFL Park and Ride facilities.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_geo_collections ~41

Search official Geoportail OGC feature collections by title, description, or keyword.

NameTypeReqDescription
limitinteger
querystring

No output schema declared.

No examples provided.

reverse_geocode ~35

Find the nearest official Luxembourg address to WGS84 coordinates.

NameTypeReqDescription
latitudenumberyes
longitudenumberyes

No output schema declared.

No examples provided.

search_chamber_bodies ~40

Search official Chamber committees, delegations, bodies, memberships, and roles.

NameTypeReqDescription
limitinteger
querystringyes

No output schema declared.

No examples provided.

search_datasets ~41

Search Luxembourg's official data.public.lu catalog.

NameTypeReqDescription
pageinteger
page_sizeinteger
querystringyes

No output schema declared.

No examples provided.

search_legislation ~35

Search official Luxembourg legislation and consolidated laws through Legilux.

NameTypeReqDescription
limitinteger
querystringyes

No output schema declared.

No examples provided.

search_parliamentary_questions ~38

Search Chamber of Deputies parliamentary questions by keyword, newest first.

NameTypeReqDescription
limitinteger
querystringyes

No output schema declared.

No examples provided.

search_statistics ~36

Search STATEC LUSTAT statistical dataflows by topic or title.

NameTypeReqDescription
limitinteger
querystringyes

No output schema declared.

No examples provided.

search_tenders ~49

Search Luxembourg public procurement notices with deadlines, buyers and CPV codes.

NameTypeReqDescription
limitinteger
open_onlyboolean
querystringOptional full-text filter

No output schema declared.

No examples provided.

search_transit_stops ~40

Search official nationwide public-transport stops from the current ATP GTFS feed.

NameTypeReqDescription
limitinteger
querystringyes

No output schema declared.

No examples provided.

Common questions

What is the Luxembourg MCP server?

Luxembourg MCP is listed in the public MCP registry as io.github.amirdaraee/luxembourg-mcp. Keyless MCP access to official Luxembourg public data: laws, statistics, mobility, and more. This page covers its PyPI package (luxembourg-mcp).

Is the Luxembourg MCP server safe to use?

Luxembourg MCP scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Luxembourg MCP server expose?

Luxembourg MCP exposes 38 tools: search_datasets, get_dataset, geocode_address, reverse_geocode, list_geo_collections, and 33 more. Their descriptions and schemas cost roughly 1,518 tokens of context every time the server is loaded.

Is the Luxembourg MCP server still maintained?

Luxembourg MCP is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Luxembourg MCP server under?

Luxembourg MCP declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.