MCP server providing 99 tools across 22 modules for La Réunion open data on economy, health, transport, elections, and more.
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 MCP Reunion.
MCP server for La Réunion public open data, exposed over stdio for Claude Desktop and other MCP clients.
Primary source: the OpenDataSoft Explore v2.1 API at data.regionreunion.com. A small National elections module also queries tabular-api.data.gouv.fr for the 2024 anticipated legislative + European results that the regional portal doesn't carry. Currently 108 tools across 26 modules. A catalog module lets the client reach any of the ~270 datasets at data.regionreunion.com that aren't wired to a dedicated tool yet.
demandeurs-d-emploi-…-a-la-reunion) — Pôle emploi jobseeker counts by age/sex and by commune.base-permanente-des-equipements-geolocalisee-la-reunion, equipements-sportifs) — INSEE BPE facilities and the national sport-equipment inventory, filtered to Réunion.ban-lareunion, bal-la-possession, communes-millesime-france, cantons-millesime-france, intercommunalites-millesime-france, iris-millesime-france, les-20-quartiers-villesaintdenis) — BAN/BAL addresses and the official communes / cantons / EPCI / IRIS / Saint-Denis quarters reference layers.etablissements-touristiques-lareunion-wssoubik, hebergements-classespublic, localisation-potentielle-ecolodge-lareunion) — tourism establishments, classified accommodations, ecolodge zones.tabular-api.data.gouv.fr — Ministère de l'Intérieur) — 2024 anticipated legislative results (rounds 1 & 2) per Réunion circonscription, and 2024 European results aggregated for département 974. Complements the 2022 results carried by the regional portal.logements-et-logements-sociaux-…, couts-et-surfaces-moyens-…) — departmental housing atlas and social-housing costs.donnees-essentielles-marches-publics-…, subventions-attribuees-…) — La Possession public procurement contracts and association grants.reunion_find_relevant_tools, a deterministic helper that maps natural-language questions to likely tools, datasets, and query flows.sites-mobiles-5g-a-la-reunion, arcep_regions) — 5G cell sites per operator and FttH deployment coverage.potentiel foncier land reserves, Sitadel residential construction permits.base-permanente-des-plu-de-la-reunion, liste-des-permis-de-constuire-…) — PLU zoning and non-residential building permits (Sitadel).donnees-synop-essentielles-ommpublic) — Météo France SYNOP observations for Réunion stations: temperature, humidity, wind, pressure, rainfall; plus a station-listing tool.search_catalog, inspect_dataset, query_dataset. Lets the agent discover and query any of the ~270 datasets not covered by a dedicated module, with a raw ODSQL where clause as escape hatch.The data.regionreunion.com catalog exposes ~270 datasets. More modules can be added incrementally — see Extending below.
For a generated module-by-module view of dataset and tool coverage, see COVERAGE.md.
The dedicated modules above cover the most-asked topics, but the portal has ~270 datasets in total. Instead of writing a new module for every long-tail question, the catalog module gives the MCP client three generic tools that together act as an escape hatch onto the whole portal:
reunion_search_catalog — keyword / theme / publisher search across all datasets. Returns dataset IDs, titles, descriptions, record counts.reunion_inspect_dataset — given a dataset ID, returns its full schema (field names + types) so the agent knows what it can filter on.reunion_query_dataset — fetches records from any dataset with a raw ODSQL where clause, select, order_by, limit.Typical flow when the user asks about something no dedicated module covers (e.g. volcanology, elections, library attendance, …):
Net effect: the agent can answer questions backed by any of the ~270 datasets without anyone having to code a new module first. Datasets that turn out to be popular via query_dataset are candidates for being promoted into their own dedicated module with curated field names.
Prompt recipes live in examples/:
claude-desktop.md — setup and first promptscivic-analysis.md — commune and procurement analysiselections.md — 2022 and 2024 election analysistourism.md — tourism and outdoor activity promptstransport.md — road and transit promptsThe server also exposes reference resources:
reunion://communesreunion://epcireunion://irisreunion://datasets/catalogreunion://datasets/popularEach module lives in src/modules/ and wires an OpenDataSoft dataset to one or more MCP tools via the shared ReunionClient (src/client.ts). To add a module:
https://data.regionreunion.com/api/explore/v2.1/catalog/datasets?limit=100./catalog/datasets/<id>) to know what to expose.src/modules/weather.ts or transport.ts.src/modules/index.ts and bump TOOL_COUNT.stdiohttps://data.regionreunion.com/api/explore/v2.1npm run check:schema verifies high-value upstream dataset fields listed in schema-expectations.json.npm run docs:coverage regenerates COVERAGE.md.docs/output-contracts.md.docs/release.md.Tool-call telemetry is disabled by default. To debug local usage patterns without sending anything to a remote service:
This writes JSONL records to .mcp-reunion-telemetry.jsonl by default. Override the path with MCP_REUNION_TELEMETRY_PATH.
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/hug0x0-mcp-reunion)<a href="https://allmcps.com/mcp/hug0x0-mcp-reunion"><img src="https://allmcps.com/api/badge/hug0x0-mcp-reunion?style=directory" alt="MCP Reunion on AllMCPs" /></a>