io.github.Hug0x0/mcp-reunion
NPM · MCP-REUNION · SCANNED AUG 3
MCP server for Réunion open data (data.regionreunion.com)
Available components
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 →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 97 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 6994 tokens (~70/item across 99 items; 99 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage90
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 70% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · mcp-reunion
claude mcp add hug0x0-mcp-reunion -- npx -y mcp-reunion
codex mcp add hug0x0-mcp-reunion -- npx -y mcp-reunion
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"hug0x0-mcp-reunion": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-reunion"
],
"enabled": true
}
}
} openclaw mcp add hug0x0-mcp-reunion --command npx --arg -y --arg mcp-reunion
mcp_servers:
hug0x0-mcp-reunion:
command: "npx"
args: ["-y", "mcp-reunion"] {
"mcpServers": {
"hug0x0-mcp-reunion": {
"command": "npx",
"args": [
"-y",
"mcp-reunion"
]
}
}
} 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.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +43
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 31 Jul 26 −25
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +21
- Tool coverage: unverified → 100 ▲ functional
- 28 Jul 26 −21
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 45
First indexed and scored.
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 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
reunion_commune_profile ~64
Comprehensive snapshot of a Réunion commune (population, QPV, schools, businesses, recent accidents, nearby museums). Combines 7 datasets in parallel.
| Name | Type | Req | Description |
|---|---|---|---|
| commune | string | yes | Commune name (prefix match, case-sensitive, e.g. "Saint-Denis") |
No output schema declared.
No examples provided.
reunion_compare_communes ~70
Side-by-side comparison of 2-5 Réunion communes on population, QPV count, active SIRENE establishments, 2019 accidents, and priority-education schools. All dimensions fetched in parallel.
| Name | Type | Req | Description |
|---|---|---|---|
| communes | array | yes | 2 to 5 commune names (prefix match each) |
No output schema declared.
No examples provided.
reunion_find_commune ~64
Resolve a fuzzy / approximate Réunion commune name or typo to its canonical INSEE code, EPCI, département. Use this to disambiguate user input before calling other tools.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Approximate commune name (case- and accent-insensitive) |
No output schema declared.
No examples provided.
reunion_get_air_quality ~75
Get air-quality measurements (PM2.5, PM10, NO2, O3, etc.) recorded at Réunion stations via OpenAQ.
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | — | City filter (prefix match) |
| limit | integer | — | — |
| pollutant | string | — | Pollutant filter (OpenAQ code) |
No output schema declared.
No examples provided.
reunion_get_caf_amounts ~63
Get monthly total amounts paid out by Réunion CAF for each social benefit type.
| Name | Type | Req | Description |
|---|---|---|---|
| benefit_type | string | — | Benefit type filter (prefix match) |
| from | string | — | — |
| limit | integer | — | — |
| to | string | — | — |
No output schema declared.
No examples provided.
reunion_get_caf_beneficiaries ~91
Get the monthly beneficiary counts for Réunion CAF social benefits (RSA, AAH, family allowances, housing, …).
| Name | Type | Req | Description |
|---|---|---|---|
| benefit_type | string | — | Benefit type filter (prefix match), e.g. "RSA", "AAH" |
| from | string | — | ISO date lower bound |
| limit | integer | — | — |
| to | string | — | ISO date upper bound |
No output schema declared.
No examples provided.
reunion_get_college_ips ~77
Get the DEPP social position index (IPS) of Réunion middle schools (collèges).
| Name | Type | Req | Description |
|---|---|---|---|
| commune | string | — | Commune filter (prefix match) |
| limit | integer | — | — |
| rentree | string | — | School year, e.g. "2022-2023" |
| sector | string | — | — |
No output schema declared.
No examples provided.
reunion_get_commune_population ~60
Get INSEE millésimé population for Réunion communes.
| Name | Type | Req | Description |
|---|---|---|---|
| commune | string | — | Commune name filter (prefix match) |
| limit | integer | — | — |
| year | integer | — | Census reference year (annee_recensement) |
No output schema declared.
No examples provided.
reunion_get_consumer_price_index ~86
Get INSEE monthly consumer price index (IPC) values for La Réunion.
| Name | Type | Req | Description |
|---|---|---|---|
| coicop_code | string | — | COICOP category code (e.g. "01" food) prefix match |
| limit | integer | — | — |
| period | string | — | Period filter (YYYY-MM prefix) |
| type | string | — | Type filter (prefix match) |
No output schema declared.
No examples provided.
reunion_get_covid_emergency_stats ~78
Get Réunion daily COVID-19 emergency-room attendances and SOS Médecins acts (age/sex breakdown).
| Name | Type | Req | Description |
|---|---|---|---|
| age_label | string | — | Age-bracket label filter |
| from | string | — | ISO date lower bound |
| limit | integer | — | — |
| to | string | — | ISO date upper bound |
No output schema declared.
No examples provided.
reunion_get_covid_hospital_stats ~60
Get Réunion daily COVID-19 hospital indicators (beds, ICU, discharges, deaths).
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | — | — |
| limit | integer | — | — |
| sex | string | — | — |
| to | string | — | — |
No output schema declared.
No examples provided.
reunion_get_cycle_network ~58
Get the Réunion regional cycle network (Voie Vélo Régionale) segments.
| Name | Type | Req | Description |
|---|---|---|---|
| commune | string | — | Micro-region filter (prefix match) |
| limit | integer | — | — |
| type | string | — | Amenity type filter |
No output schema declared.
No examples provided.
reunion_get_east_coastal_trail ~59
Get segments of the East-coast coastal trail of Réunion (width, state, surfacing, vegetation, access notes).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| state | string | — | Trail state filter (prefix match) |
No output schema declared.
No examples provided.
reunion_get_european_2024 ~56
Results of the 9 June 2024 European elections aggregated for département 974 (La Réunion). Returns the final standings of all 38 lists. Source: Ministry of Interior via data.gouv.fr.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
reunion_get_ftth_coverage ~32
Get FttH (fibre-to-the-home) deployment coverage for Réunion from ARCEP.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
reunion_get_higher_education_enrollment ~91
Higher-education student enrollment per establishment, discipline, and diploma in La Réunion.
| Name | Type | Req | Description |
|---|---|---|---|
| diploma | string | — | Diploma group filter (prefix match) |
| discipline | string | — | Grand discipline filter (prefix match) |
| establishment | string | — | Establishment name filter (prefix match) |
| limit | integer | — | — |
| year | integer | — | Academic year start (annee) |
No output schema declared.
No examples provided.
reunion_get_housing_overview ~63
Get Réunion housing overview (population, housing stock, social-housing share, vacancy) from the Banque des Territoires atlas.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| year | string | — | Publication year filter, e.g. "2024" |
No output schema declared.
No examples provided.
reunion_get_income_poverty_by_iris ~72
Income, poverty and standard-of-living indicators at IRIS level (2014) in La Réunion.
| Name | Type | Req | Description |
|---|---|---|---|
| commune | string | — | Commune name filter (prefix match on libcom) |
| iris | string | — | IRIS code filter (exact) |
| limit | integer | — | — |
No output schema declared.
No examples provided.
reunion_get_jobseekers_by_age_sex ~78
Get monthly Pôle emploi jobseeker counts in Réunion broken down by age group and sex.
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | — | ISO month lower bound, e.g. 2022-01-01 |
| limit | integer | — | Max months returned |
| to | string | — | ISO month upper bound |
No output schema declared.
No examples provided.
reunion_get_jobseekers_by_commune ~59
Get Pôle emploi jobseeker counts in Réunion by commune.
| Name | Type | Req | Description |
|---|---|---|---|
| commune | string | — | Commune name filter (prefix match) |
| limit | integer | — | — |
| postal_code | string | — | Postal code filter |
No output schema declared.
No examples provided.
reunion_get_legislative_2022_round1 ~90
Per polling-station results of the 2022 legislative elections (1st round) in La Réunion.
| Name | Type | Req | Description |
|---|---|---|---|
| circumscription | string | — | Circonscription label filter (prefix match) |
| commune | string | — | Commune filter (prefix match) |
| limit | integer | — | — |
| polling_station | string | — | Polling-station code filter (exact) |
No output schema declared.
No examples provided.
reunion_get_legislative_2022_round2 ~92
Per-polling-station results of the 2022 legislative elections (2nd round) in La Réunion.
| Name | Type | Req | Description |
|---|---|---|---|
| circumscription | string | — | Circonscription label filter (prefix match) |
| commune | string | — | Commune filter (prefix match) |
| limit | integer | — | — |
| polling_station | string | — | Polling-station code filter (exact) |
No output schema declared.
No examples provided.
reunion_get_legislative_2024_round1 ~81
Per-circonscription results of the 2024 anticipated legislative elections (1st round, 30 June 2024) in La Réunion. Source: Ministry of Interior via data.gouv.fr.
| Name | Type | Req | Description |
|---|---|---|---|
| circumscription | integer | — | Réunion circonscription number (1-7), omit for all |
No output schema declared.
No examples provided.
reunion_get_legislative_2024_round2 ~81
Per-circonscription results of the 2024 anticipated legislative elections (2nd round, 7 July 2024) in La Réunion. Source: Ministry of Interior via data.gouv.fr.
| Name | Type | Req | Description |
|---|---|---|---|
| circumscription | integer | — | Réunion circonscription number (1-7), omit for all |
No output schema declared.
No examples provided.
reunion_get_lycee_ips ~86
Social Position Index (IPS) for lycées in La Réunion, per school year and pathway.
| Name | Type | Req | Description |
|---|---|---|---|
| commune | string | — | Commune filter (prefix match) |
| limit | integer | — | — |
| school | string | — | School name filter (prefix match) |
| school_year | string | — | School year filter, e.g. "2022-2023" |
No output schema declared.
No examples provided.
reunion_get_museum_attendance ~60
Annual attendance (paid / free / total) for each Musée de France in La Réunion.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| museum | string | — | Museum name filter (prefix match) |
| year | integer | — | Year filter |
No output schema declared.
No examples provided.
reunion_get_pathology_prevalence ~114
Get Réunion patient counts and prevalence by pathology, sex and age group (Sniiram-DCIR).
| Name | Type | Req | Description |
|---|---|---|---|
| age_label | string | — | Age-group label filter |
| limit | integer | — | — |
| pathology | string | — | Pathology search on level 1/2/3 labels |
| sex_label | string | — | Sex label filter: "hommes", "femmes", "tous sexes" |
| year | string | — | Year filter, e.g. "2021" |
No output schema declared.
No examples provided.
reunion_get_petroleum_consumption ~56
Annual local consumption of petroleum products (gasoline, diesel, heating oil, LPG, jet fuel) in Réunion, in m³.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| year | integer | — | Year filter |
No output schema declared.
No examples provided.
reunion_get_presidential_2022_round1 ~90
Per-polling-station results of the 2022 presidential election (1st round) in La Réunion.
| Name | Type | Req | Description |
|---|---|---|---|
| candidate | string | — | Candidate last-name filter (prefix match on nom) |
| commune | string | — | Commune filter (prefix match) |
| limit | integer | — | — |
| polling_station | string | — | Polling-station code filter (exact) |
No output schema declared.
No examples provided.
reunion_get_road_classification ~55
Get the functional classification of Réunion national road segments (category, class, length).
| Name | Type | Req | Description |
|---|---|---|---|
| classe | string | — | Class filter |
| limit | integer | — | — |
| route | string | — | Route code filter |
No output schema declared.
No examples provided.
reunion_get_road_daily_flow ~45
Daily traffic flow measurements on Réunion national-road counting stations.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| station | string | — | Station code or name (prefix match) |
No output schema declared.
No examples provided.
reunion_get_road_traffic ~79
Get average daily traffic (TMJA) counts on Réunion national roads.
| Name | Type | Req | Description |
|---|---|---|---|
| commune | string | — | Commune filter (prefix match) |
| limit | integer | — | — |
| route | string | — | Route code filter, e.g. "RN1", "RN2" |
| year | integer | — | Reference year of the count |
No output schema declared.
No examples provided.
reunion_get_social_housing_costs ~57
Get median surfaces and cost per m² of social housing (construction and rehabilitation) in Réunion.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| year | string | — | Signature year filter, e.g. "2023" |
No output schema declared.
No examples provided.
reunion_get_speed_limits ~55
Speed limits (vitesse_m in km/h) on Réunion national-road segments.
| Name | Type | Req | Description |
|---|---|---|---|
| axe | string | — | Road axis filter, e.g. "RN1" (prefix match) |
| limit | integer | — | — |
No output schema declared.
No examples provided.
reunion_get_tourism_frequentation ~67
Get monthly Réunion tourism frequentation since 2017: external tourist arrivals, purpose breakdown (business, leisure, family, other) and spending.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| year | string | — | Year filter, e.g. "2024" |
No output schema declared.
No examples provided.
reunion_get_waste_tonnage ~68
Annual tonnage of household & assimilated waste (DMA) collected in Réunion, by waste type.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| waste_type | string | — | Waste type filter (libellé, prefix match) |
| year | integer | — | Year filter |
No output schema declared.
No examples provided.
reunion_get_weather_observations ~105
Get Météo France SYNOP weather observations for Réunion stations (temperature, humidity, wind, pressure, rainfall).
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | — | ISO date lower bound (e.g. 2024-01-01) |
| limit | integer | — | Max records |
| station | string | — | Filter by station name (e.g. "LE PORT", "GILLOT-AEROPORT") |
| to | string | — | ISO date upper bound |
No output schema declared.
No examples provided.
reunion_inspect_dataset ~65
Inspect one dataset: return its schema (fields + types), title, description, record count, and features. Use this before calling reunion_query_dataset so you know which fields you can filter on.
| Name | Type | Req | Description |
|---|---|---|---|
| dataset_id | string | yes | Dataset identifier as returned by reunion_search_catalog |
No output schema declared.
No examples provided.
reunion_iris_profile ~63
Profile of a single IRIS (fine statistical area used by INSEE): commune membership, income / poverty / inequality indicators (2014 millésime).
| Name | Type | Req | Description |
|---|---|---|---|
| iris_code | string | yes | IRIS code (9 digits, e.g. "974110101") |
No output schema declared.
No examples provided.
reunion_list_5g_sites ~88
List mobile 5G cell sites deployed in Réunion (ARCEP data).
| Name | Type | Req | Description |
|---|---|---|---|
| commune | string | — | Commune filter (prefix match) |
| frequency | string | — | Frequency band filter, e.g. "3500" |
| limit | integer | — | — |
| operator | string | — | Operator name filter (prefix match): Orange, SFR, Bouygues, Free |
No output schema declared.
No examples provided.
reunion_list_cantons ~25
List Réunion electoral cantons.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
No output schema declared.
No examples provided.
reunion_list_canyons ~49
List practiced canyoning routes in Réunion with duration, frequentation, and access notes.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| secteur | string | — | Geographic sector filter (prefix match) |
No output schema declared.
No examples provided.
reunion_list_car_jaune_routes ~28
List Car Jaune bus routes (GTFS) serving La Réunion.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
reunion_list_childcare_facilities ~64
List early-childhood care facilities (crèches, micro-crèches, haltes garderies) in Saint-Denis or La Possession.
| Name | Type | Req | Description |
|---|---|---|---|
| commune | string | yes | Commune (only these two publish this dataset) |
| limit | integer | — | — |
No output schema declared.
No examples provided.
reunion_list_communes ~58
List Réunion communes with their INSEE code, EPCI, zone d'emploi, bassin de vie, department and region.
| Name | Type | Req | Description |
|---|---|---|---|
| epci_name | string | — | EPCI name filter (prefix match) |
| limit | integer | — | — |
No output schema declared.
No examples provided.
reunion_list_coworking_spaces ~43
List coworking spaces in La Réunion.
| Name | Type | Req | Description |
|---|---|---|---|
| commune | string | — | Coarse location filter (prefix match) |
| limit | integer | — | — |
No output schema declared.
No examples provided.
reunion_list_cultural_leisure_pois ~49
List Réunion cultural and leisure attraction points (IGN BD TOPO-derived catalog).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| nature | string | — | Nature filter (prefix match) |
No output schema declared.
No examples provided.
reunion_list_ecolodge_locations ~22
List potential ecolodge development locations in Réunion.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
reunion_list_epci ~32
List Réunion EPCI (intercommunalités / métropoles / communautés d'agglomération).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
reunion_list_family_trails ~34
List family-friendly ("sentiers marmailles") walking trails across Réunion.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
No output schema declared.
No examples provided.