search
ActiveTool of mcp-datagov-au
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "bushfire"
},
{
"fq": "organization:abs",
"rows": 50,
"sort": "metadata_modified desc",
"query": "transport"
}
],
"required": [
"query"
],
"properties": {
"fq": {
"type": "string",
"description": "Solr filter, e.g. \"organization:abs\""
},
"rows": {
"type": "number",
"description": "1-1000 (default 25)."
},
"sort": {
"type": "string",
"description": "e.g. \"metadata_modified desc\""
},
"query": {
"type": "string",
"description": "e.g. \"bushfire\", \"transport\"."
},
"start": {
"type": "number",
"description": "0-based offset."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-datagov-au
https://github.com/pipeworx-io/mcp-datagov-au
2/7 registries