search_datasets
Pack: data-newcaledonia · Endpoint: https://gateway.pipeworx.io/data-newcaledonia/mcp
Search New Caledonia Open Data for datasets by keyword (government, environment, economy & geography). Returns dataset_ids (pass to query/dataset_info), titles, themes and record counts.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Keyword(s) to search dataset titles/descriptions. |
limit | number | no | Max datasets (1-100, default 20). |
offset | number | no | Pagination offset (default 0). |
Example call
curl -X POST https://gateway.pipeworx.io/data-newcaledonia/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_datasets","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"data-newcaledonia": {
"url": "https://gateway.pipeworx.io/data-newcaledonia/mcp"
}
}
}
See Getting Started for client-specific install steps.