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

io.github.Hug0x0/mcp-reunion

NPM · MCP-REUNION · SCANNED AUG 3

MCP server for Réunion open data (data.regionreunion.com)

Available components

+22 this week 67 Trust /100
Trust breakdown (6 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 →

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
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
Install

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

# add to Claude Code
claude mcp add hug0x0-mcp-reunion -- npx -y mcp-reunion
# add to Codex CLI
codex mcp add hug0x0-mcp-reunion -- npx -y mcp-reunion
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hug0x0-mcp-reunion": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-reunion"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add hug0x0-mcp-reunion --command npx --arg -y --arg mcp-reunion
# ~/.hermes/config.yaml
mcp_servers:
  hug0x0-mcp-reunion:
    command: "npx"
    args: ["-y", "mcp-reunion"]
// mcp.json
{
  "mcpServers": {
    "hug0x0-mcp-reunion": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-reunion"
      ]
    }
  }
}
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.

  • 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.

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 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.

MCP tools — 99 exposed · ~6,994 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.

Tool Tokens
reunion_commune_profile ~64

Comprehensive snapshot of a Réunion commune (population, QPV, schools, businesses, recent accidents, nearby museums). Combines 7 datasets in parallel.

NameTypeReqDescription
communestringyesCommune 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.

NameTypeReqDescription
communesarrayyes2 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.

NameTypeReqDescription
querystringyesApproximate 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.

NameTypeReqDescription
citystringCity filter (prefix match)
limitinteger
pollutantstringPollutant 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.

NameTypeReqDescription
benefit_typestringBenefit type filter (prefix match)
fromstring
limitinteger
tostring

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, …).

NameTypeReqDescription
benefit_typestringBenefit type filter (prefix match), e.g. "RSA", "AAH"
fromstringISO date lower bound
limitinteger
tostringISO 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).

NameTypeReqDescription
communestringCommune filter (prefix match)
limitinteger
rentreestringSchool year, e.g. "2022-2023"
sectorstring

No output schema declared.

No examples provided.

reunion_get_commune_population ~60

Get INSEE millésimé population for Réunion communes.

NameTypeReqDescription
communestringCommune name filter (prefix match)
limitinteger
yearintegerCensus 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.

NameTypeReqDescription
coicop_codestringCOICOP category code (e.g. "01" food) prefix match
limitinteger
periodstringPeriod filter (YYYY-MM prefix)
typestringType 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).

NameTypeReqDescription
age_labelstringAge-bracket label filter
fromstringISO date lower bound
limitinteger
tostringISO 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).

NameTypeReqDescription
fromstring
limitinteger
sexstring
tostring

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.

NameTypeReqDescription
communestringMicro-region filter (prefix match)
limitinteger
typestringAmenity 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).

NameTypeReqDescription
limitinteger
statestringTrail 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.

NameTypeReqDescription
diplomastringDiploma group filter (prefix match)
disciplinestringGrand discipline filter (prefix match)
establishmentstringEstablishment name filter (prefix match)
limitinteger
yearintegerAcademic 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.

NameTypeReqDescription
limitinteger
yearstringPublication 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.

NameTypeReqDescription
communestringCommune name filter (prefix match on libcom)
irisstringIRIS code filter (exact)
limitinteger

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.

NameTypeReqDescription
fromstringISO month lower bound, e.g. 2022-01-01
limitintegerMax months returned
tostringISO 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.

NameTypeReqDescription
communestringCommune name filter (prefix match)
limitinteger
postal_codestringPostal 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.

NameTypeReqDescription
circumscriptionstringCirconscription label filter (prefix match)
communestringCommune filter (prefix match)
limitinteger
polling_stationstringPolling-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.

NameTypeReqDescription
circumscriptionstringCirconscription label filter (prefix match)
communestringCommune filter (prefix match)
limitinteger
polling_stationstringPolling-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.

NameTypeReqDescription
circumscriptionintegerRé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.

NameTypeReqDescription
circumscriptionintegerRé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.

NameTypeReqDescription
communestringCommune filter (prefix match)
limitinteger
schoolstringSchool name filter (prefix match)
school_yearstringSchool 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.

NameTypeReqDescription
limitinteger
museumstringMuseum name filter (prefix match)
yearintegerYear 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).

NameTypeReqDescription
age_labelstringAge-group label filter
limitinteger
pathologystringPathology search on level 1/2/3 labels
sex_labelstringSex label filter: "hommes", "femmes", "tous sexes"
yearstringYear 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³.

NameTypeReqDescription
limitinteger
yearintegerYear 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.

NameTypeReqDescription
candidatestringCandidate last-name filter (prefix match on nom)
communestringCommune filter (prefix match)
limitinteger
polling_stationstringPolling-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).

NameTypeReqDescription
classestringClass filter
limitinteger
routestringRoute 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.

NameTypeReqDescription
limitinteger
stationstringStation 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.

NameTypeReqDescription
communestringCommune filter (prefix match)
limitinteger
routestringRoute code filter, e.g. "RN1", "RN2"
yearintegerReference 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.

NameTypeReqDescription
limitinteger
yearstringSignature 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.

NameTypeReqDescription
axestringRoad axis filter, e.g. "RN1" (prefix match)
limitinteger

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.

NameTypeReqDescription
limitinteger
yearstringYear 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.

NameTypeReqDescription
limitinteger
waste_typestringWaste type filter (libellé, prefix match)
yearintegerYear 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).

NameTypeReqDescription
fromstringISO date lower bound (e.g. 2024-01-01)
limitintegerMax records
stationstringFilter by station name (e.g. "LE PORT", "GILLOT-AEROPORT")
tostringISO 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.

NameTypeReqDescription
dataset_idstringyesDataset 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).

NameTypeReqDescription
iris_codestringyesIRIS 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).

NameTypeReqDescription
communestringCommune filter (prefix match)
frequencystringFrequency band filter, e.g. "3500"
limitinteger
operatorstringOperator name filter (prefix match): Orange, SFR, Bouygues, Free

No output schema declared.

No examples provided.

reunion_list_cantons ~25

List Réunion electoral cantons.

NameTypeReqDescription
limitinteger

No output schema declared.

No examples provided.

reunion_list_canyons ~49

List practiced canyoning routes in Réunion with duration, frequentation, and access notes.

NameTypeReqDescription
limitinteger
secteurstringGeographic 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.

NameTypeReqDescription
communestringyesCommune (only these two publish this dataset)
limitinteger

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.

NameTypeReqDescription
epci_namestringEPCI name filter (prefix match)
limitinteger

No output schema declared.

No examples provided.

reunion_list_coworking_spaces ~43

List coworking spaces in La Réunion.

NameTypeReqDescription
communestringCoarse location filter (prefix match)
limitinteger

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).

NameTypeReqDescription
limitinteger
naturestringNature 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.

NameTypeReqDescription
limitinteger

No output schema declared.

No examples provided.