28 tools over 9 AU gov data sources (ABS, RBA, ATO, APRA, AIHW, ASIC, AEMO, BOM, WGEA) via one key.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Ausdata MCP.
search_datasetsPlain-English search across the catalog. "unemployment NSW" β dataset IDs to call.
list_datasetsList curated datasets for a given source (abs, rba, ato, β¦).
describe_datasetSchema + filter dictionary for one dataset before you `get_data` it.
get_dataGeneric accessor by `source` + `dataset_id`. Search first, fetch second.
releasesUpcoming + recent statistical release calendar across all sources.
real_wagesWage Price Index minus CPI, quarterly. The Greg Jericho chart in one call.
mcp-name: io.ausdata/ausdata-mcp
MCP server for the Australian public data API. Plug into Claude Code, Cursor, Windsurf, or any other MCP client and get one-call access to 100+ curated Australian government datasets across 9 sources.
Add to your MCP client config:
Get a free API key at https://ausdata.io (500 calls/month on the free tier, no credit card).
| Tool | What it does |
|---|---|
search_datasets | Plain-English search across the catalog. "unemployment NSW" β dataset IDs to call. |
list_datasets | List curated datasets for a given source (abs, rba, ato, β¦). |
describe_dataset | Schema + filter dictionary for one dataset before you get_data it. |
get_data | Generic accessor by source + dataset_id. Search first, fetch second. |
releases | Upcoming + recent statistical release calendar across all sources. |
real_wages | Wage Price Index minus CPI, quarterly. The Greg Jericho chart in one call. |
real_cash_rate | RBA cash rate minus CPI β the real policy stance. |
economic_dashboard | Cash rate, CPI, unemployment, wage growth, lending β in one response. |
cost_of_living | ABS Selected Living Cost Indexes by household type. |
youth_unemployment | 15-24 unemployment rate, state-level. |
trade_balance | Goods + services trade balance, monthly. |
housing_affordability | House prices vs household disposable income, indexed. |
gender_pay_context | WGEA gender pay gap by industry / employer-size context. |
energy_snapshot | AEMO NEM dispatch + price snapshot, current trading interval. |
health | API reachability check. Useful for debugging. |
Once the MCP is connected, try asking your agent:
| Env var | Purpose | Default |
|---|---|---|
AUSDATA_API_KEY | Bearer token | required |
AUSDATA_API_URL | Override the API base URL | https://api.ausdata.io |
AUSDATA_TIMEOUT | Per-request timeout (ms) | 30000 |
Every tool returns MCP-formatted errors that AI agents can read and recover from:
Set AUSDATA_API_KEY in your MCP config. Get a free key at https://ausdata.ioPart of a family of MCP servers + a hosted API for Australian public data:
pip install ausdataio Β· Node MCP: npx -y ausdata-mcpMIT β see LICENSE.
This client is independent of the upstream data; each response carries attribution metadata for the underlying ABS / RBA / APRA / AIHW / etc. source under their respective CC-BY licenses.
Source lives in src/. Tool definitions are in src/tools/. The HTTP routing layer is src/client.ts β it does NOT parse responses, that's the API server's job.
Built by Harrison Vass (LinkedIn). I verify automated systems: agents draft the code, I direct, review and answer for what ships.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ausdata-mcp)<a href="https://allmcps.com/mcp/ausdata-mcp"><img src="https://allmcps.com/api/badge/ausdata-mcp?style=directory" alt="Ausdata MCP on AllMCPs" /></a>