Luxembourg MCP Server

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

Remote serverstreamable-httpPython

What is the Luxembourg MCP MCP server?

Keyless MCP access to official Luxembourg public data: laws, statistics, mobility, and more. That is what the luxembourg mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The tools it exposes

The server publishes 14 tools. What each one is for:

  • search_datasets — data.public.lu
  • get_dataset — data.public.lu
  • geocode_address — Geoportail
  • reverse_geocode — Geoportail
  • list_geo_collections — Geoportail OGC API
  • get_geo_features — Geoportail OGC API
  • get_weather_alerts — MeteoLux
  • search_legislation — Legilux
  • search_statistics — STATEC LUSTAT
  • get_statistics — STATEC LUSTAT
  • get_city_parking — Ville de Luxembourg
  • list_cfl_parking — CFL

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

How it compares

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Luxembourg MCP's toolset — search_datasets, get_dataset, geocode_address and 11 more — is a fair guide to whether it matches your workflow. It is maintained by amirdaraee; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Luxembourg MCP.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
search_datasetsdata.public.lu
get_datasetdata.public.lu
geocode_addressGeoportail
reverse_geocodeGeoportail
list_geo_collectionsGeoportail OGC API
get_geo_featuresGeoportail OGC API
get_weather_alertsMeteoLux
search_legislationLegilux
search_statisticsSTATEC LUSTAT
get_statisticsSTATEC LUSTAT
get_city_parkingVille de Luxembourg
list_cfl_parkingCFL
get_cfl_parkingCFL
get_trafficCITA

How to install the Luxembourg MCP MCP server

{
  "mcpServers": {
    "luxembourg": {
      "command": "uvx",
      "args": ["luxembourg-mcp"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Luxembourg MCP to search datasets.
  • Use Luxembourg MCP to get dataset.
  • Use Luxembourg MCP to geocode address.

Frequently asked questions

It connects Luxembourg MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (search_datasets, get_dataset, geocode_address, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Luxembourg MCP directly.