mcp-new-caledonia
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| nc_get_public_holidaysA | Get all public holidays in New Caledonia for a specific year. New Caledonia has unique holidays different from mainland France. |
| nc_is_public_holidayA | Check if a specific date is a public holiday in New Caledonia |
| nc_get_upcoming_holidaysA | Get the next upcoming public holidays in New Caledonia from today |
| nc_get_digital_fragility_indexA | Get the digital fragility index for communes in New Caledonia. Higher score means higher risk of digital exclusion. |
| nc_search_companiesB | Search for active companies in New Caledonia RIDET registry. RIDET is the local business registry equivalent to SIRET in France. |
| nc_get_companyB | Get detailed information about a specific company using its RIDET number |
| nc_get_companies_by_sectorA | Get all companies in a specific activity sector (APE/NAF code) |
| nc_get_company_statisticsC | Get aggregate statistics about companies in New Caledonia |
| nc_search_job_offersB | Search for job offers posted on the official New Caledonia employment portal |
| nc_get_job_seeker_statsC | Get statistics about job seekers in New Caledonia by various criteria |
| nc_get_civil_servantsB | Get data about New Caledonia and municipal civil servants |
| nc_get_partial_unemploymentA | Get companies on partial unemployment schemes in New Caledonia (including special nickel and civil unrest schemes) |
| nc_get_weather_stationsB | Get Météo France weather stations in New Caledonia |
| nc_get_rain_stationsC | Get rain measurement (pluviometry) stations in New Caledonia |
| nc_get_mining_titlesB | Get mining titles (concessions, research permits) in New Caledonia. NC is the world #1 ferronickel producer. |
| nc_get_metal_productionB | Get metallurgical production data for New Caledonia (nickel, ferronickel, etc.) |
| nc_get_nickel_fund_sitesB | Get sites managed by the Nickel Fund for environmental rehabilitation of former mining areas |
| nc_get_water_catchmentsC | Get water catchment points for drinking water supply in New Caledonia |
| nc_get_dry_forest_sitesA | Get dry forest conservation sites in New Caledonia. The dry forest is an endemic ecosystem with many unique species. |
| nc_get_piezometersB | Get piezometer locations for groundwater level monitoring |
| nc_get_reef_stationsB | Get coral reef observation network (RORC) monitoring stations. NC lagoon is a UNESCO World Heritage site. |
| nc_get_public_facilitiesB | Get public facilities (schools, sports, health, transport) in Greater Nouméa |
| nc_search_facilitiesB | Search public facilities by name in Greater Nouméa |
| nc_get_vehicle_statsB | Get statistics about registered vehicles in New Caledonia |
| nc_get_population_statsB | Get population statistics from the 2019 census of New Caledonia |
| nc_get_demographics_by_ageB | Get demographic breakdown by age groups from the 2019 census |
| nc_get_transport_modesC | Get statistics on transport modes used by the population (from 2019 census) |
| nc_get_gr_trailB | Get GR (Grande Randonnée) hiking trail information. NC has two famous long-distance trails. |
| nc_get_taneo_infoA | Get information about the Tanéo public transport network serving Greater Nouméa (Nouméa, Dumbéa, Mont-Dore, Païta) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 29 tools
Most tools have clearly distinct purposes, covering different domains like holidays, companies, mining, and census. A few pairs (e.g., nc_get_public_facilities vs. nc_search_facilities, nc_get_weather_stations vs. nc_get_rain_stations) could be confused, but their descriptions clarify the distinction. Overall, the risk of misselection is low.
All tools follow a strict pattern of `nc_` prefix followed by a lowercase verb (get, search, is) and a snake_case noun phrase. There is no mixing of camelCase or inconsistent verb styles. This makes the tool names predictable and easy to navigate.
With 29 tools, the count is above the typical heavy range (16-25), which could feel overwhelming. However, the server's scope is exceptionally broad, covering diverse public datasets from holidays to mining to transit. The count is justified by the wide domain, though it remains at the upper edge of appropriateness.
The tool surface provides strong coverage across the major data domains for New Caledonia, including companies, employment, environment, infrastructure, and demographics. Minor gaps exist, such as missing tools for education or tourism statistics, but the core workflows for the apparent purpose are well represented.