npm mcp-new-caledoniastdioMITupdated 4mo ago
Compact MCP server for data.gouv.nc, exposing New Caledonia public datasets over stdio for Claude Desktop and other MCP clients.
mcp new caledonia 能做什么?
mcp-new-caledonia
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 fragilitycompanies: company search, company lookup, sector search, aggregatesemployment: job offers, job seeker stats, civil servants, partial unemploymentweather: weather stations, rain stationsmining: mining titles, metal production, Nickel Fund sitesenvironment: water catchments, dry forest, piezometers, reef stationsgeography: public facilities, facility search, vehicle statisticspopulation: census statistics, age demographics, transport modestourism: GR trail datatransport: 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
安装
把 mcp new caledonia 添加到你的客户端。选择你正在使用的那个。
claude mcp add mcp-new-caledonia -- npx -y mcp-new-caledoniacodex mcp add mcp-new-caledonia -- npx -y mcp-new-caledoniaamp mcp add mcp-new-caledonia -- npx -y mcp-new-caledonia{
"mcpServers": {
"mcp-new-caledonia": {
"command": "npx",
"args": [
"-y",
"mcp-new-caledonia"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-new-caledonia": {
"command": "npx",
"args": [
"-y",
"mcp-new-caledonia"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-new-caledonia","command":"npx","args":["-y","mcp-new-caledonia"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-new-caledonia": {
"command": "npx",
"args": [
"-y",
"mcp-new-caledonia"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-new-caledonia": {
"command": "npx",
"args": [
"-y",
"mcp-new-caledonia"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-new-caledonia": {
"command": "npx",
"args": [
"-y",
"mcp-new-caledonia"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-new-caledonia": {
"type": "local",
"command": "npx",
"args": [
"-y",
"mcp-new-caledonia"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-new-caledonia": {
"command": {
"path": "npx",
"args": [
"-y",
"mcp-new-caledonia"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y mcp-new-caledoniaRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档22/25
- 维护13/25
- 可信度13/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 142 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.2最新 | 2026年4月12日 |