Back to Browse

New Caledonia MCP Server

FinanceModerate6.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for New Caledonia open data (data.gouv.nc)

About

MCP server for New Caledonia open data (data.gouv.nc)

Security Report

6.0
Moderate6.0Moderate Risk

Valid MCP server (6 strong, 6 medium validity signals). 3 known CVEs in dependencies (1 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.

8 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-lacausecrypto-mcp-new-caledonia": {
      "args": [
        "-y",
        "mcp-new-caledonia"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

mcp-new-caledonia

CI npm version npm total downloads node version license

Compact MCP server for data.gouv.nc, exposing New Caledonia public datasets over stdio for Claude Desktop and other MCP clients.

What It Covers

  • Public holidays
  • Digital fragility index
  • RIDET companies and establishments
  • Employment and job market datasets
  • Weather and rain station datasets
  • Mining and metallurgical production
  • Environment and coral reef monitoring
  • Public facilities and vehicle statistics
  • 2019 population census
  • Tourism trails and Tanéo transport metadata

The server currently registers 29 tools across 10 modules.

Why This Package

  • No API key required
  • Uses the official OpenDataSoft Explore v2.1 API
  • Handles real-world schema drift in live datasets
  • Returns explicit notes when a catalog entry exists but exposes no tabular records
  • Ships as a simple Node.js CLI for MCP-compatible hosts

Install

npm install -g mcp-new-caledonia

Or run directly with:

npx mcp-new-caledonia

Claude Desktop

{
  "mcpServers": {
    "new-caledonia": {
      "command": "npx",
      "args": ["mcp-new-caledonia"]
    }
  }
}

Tool Groups

  • administration: holidays, holiday checks, upcoming holidays, digital fragility
  • companies: company search, company lookup, sector search, aggregates
  • employment: job offers, job seeker stats, civil servants, partial unemployment
  • weather: weather stations, rain stations
  • mining: mining titles, metal production, Nickel Fund sites
  • environment: water catchments, dry forest, piezometers, reef stations
  • geography: public facilities, facility search, vehicle statistics
  • population: census statistics, age demographics, transport modes
  • tourism: GR trail data
  • transport: Tanéo network information

Local Development

npm install
npm run build
npm test
npm run dev

Production Notes

  • Runtime: Node.js 18+
  • Transport: stdio
  • Upstream API: https://data.gouv.nc/api/explore/v2.1
  • Authentication: none
  • Language of source data: mostly French
  • Some datasets in the catalog are metadata-only or attachment-only; the server reports this cleanly instead of failing silently

License

MIT

Reviews

No reviews yet

Be the first to review this server!