MCP server exposing 11 tools for data-govt-nz.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/data-govt-nz/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
package_list — New Zealand open data catalogue (data.govt.nz CKAN) — paginated list of all dataset slugs/names. Use to enumerate available datasets before fetching details with package_show.package_search — Full-text + faceted search.package_show — New Zealand open data catalogue (data.govt.nz CKAN) — full metadata for a dataset by ID/slug: title, description, resources (download URLs + formats), organization, tags, and license.organization_list — New Zealand open data catalogue (data.govt.nz CKAN) — list NZ government organizations that publish datasets. Pass all_fields=true to return names and descriptions instead of just IDs.organization_show — New Zealand open data catalogue (data.govt.nz CKAN) — full profile for a publishing organization by ID: name, description, and optionally their list of published datasets.group_list — New Zealand open data catalogue (data.govt.nz CKAN) — list thematic groups/categories used to organise NZ open datasets. Pass all_fields=true for names and descriptions.group_show — New Zealand open data catalogue (data.govt.nz CKAN) — full detail for a thematic group by ID: title, description, and optionally the datasets it contains.tag_list — New Zealand open data catalogue (data.govt.nz CKAN) — list all dataset tags, optionally filtered by query string. Use to browse taxonomy before filtering package_search by tag.tag_show — New Zealand open data catalogue (data.govt.nz CKAN) — detail for a single tag by name/ID, optionally including the list of datasets tagged with it.recently_changed_packages — New Zealand open data catalogue (data.govt.nz CKAN) — datasets most recently created or updated, paginated by limit/offset. Use to monitor NZ government open data activity.resource_show — New Zealand open data catalogue (data.govt.nz CKAN) — metadata for a single resource (file/download) by resource ID: URL, format, size, description, and last modified date.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/data-govt-nz/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io