MCP server exposing 6 tools for datagov-au.
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/datagov-au/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search — Search the data.gov.au CKAN catalogue for Australian open datasets by keyword, with optional Solr filter (e.g. "organization:abs"), sort, and pagination; returns dataset metadata including resource URLs.package — Single package (dataset) by id or name.organizations — List publishing organizations.groups — List all thematic groups (topic categories) in the data.gov.au CKAN catalogue with names and slugs; useful for discovering available subject-area filters.tags — List or keyword-search tags in the data.gov.au CKAN catalogue; returns tag names useful as filters in `search`.resource — Single resource (downloadable file) by id.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/datagov-au/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io