ausdata-mcp
This server gives one-call access to 100+ curated Australian public datasets from ABS, RBA, ATO, APRA, AIHW, ASIC, AEMO, WGEA, and more. You can discover, inspect, and fetch data for macro, state, sectoral, energy, and financial analysis.
Dataset Discovery & Access:
search_datasets(plain‑English search),list_datasets(by source),describe_dataset(schema & filters),get_data(fetch with filters).Macro & Policy:
economic_dashboard(cash rate, CPI, unemployment, wages, lending),real_wages(WPI minus CPI),real_cash_rate,real_mortgage_rate,real_savings_rate,inflation_decomposition(CPI drivers).State & Regional:
macro_snapshot_state(unemployment, demand, dwelling prices, CPI, population),state_fiscal_snapshot(GFS revenue/expenses/debt),regional_cost_of_living(capital city CPI).Labour & Wages:
sectoral_employment_shift(YoY by industry),gender_pay_context(pay gap by industry),youth_unemployment,wage_vs_rent_gap.Housing & Cost of Living:
housing_affordability(price-to-income, serviceability, rent),cost_of_living(by household type).Trade, Finance & Super:
trade_balance(exports/imports, partners),bank_deposit_share(ADI concentration),super_fund_real_return.Energy:
energy_snapshot(NEM spot price, demand, renewable share, generation mix),nem_dispatch_5min(intraday).Charity Sector:
charity_sector_health(ACNC aggregates).Releases & Health:
releases(upcoming calendar),release_pulse(market‑moving events ranked),health(API status).
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ausdata-mcpWhat's the latest RBA cash rate?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ausdata-mcp
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.
Install
Add to your MCP client config:
{
"mcpServers": {
"ausdata": {
"command": "npx",
"args": ["-y", "ausdata-mcp"],
"env": {
"AUSDATA_API_KEY": "ak_xxx"
}
}
}
}Get a free API key at https://ausdata.io (500 calls/month on the free tier, no credit card).
Related MCP server: mcp-brasil
Tools exposed
Tool | What it does |
| Plain-English search across the catalog. "unemployment NSW" → dataset IDs to call. |
| List curated datasets for a given source (abs, rba, ato, …). |
| Schema + filter dictionary for one dataset before you |
| Generic accessor by |
| Upcoming + recent statistical release calendar across all sources. |
| Wage Price Index minus CPI, quarterly. The Greg Jericho chart in one call. |
| RBA cash rate minus CPI — the real policy stance. |
| Cash rate, CPI, unemployment, wage growth, lending — in one response. |
| ABS Selected Living Cost Indexes by household type. |
| 15-24 unemployment rate, state-level. |
| Goods + services trade balance, monthly. |
| House prices vs household disposable income, indexed. |
| WGEA gender pay gap by industry / employer-size context. |
| AEMO NEM dispatch + price snapshot, current trading interval. |
| API reachability check. Useful for debugging. |
Example agent prompts
Once the MCP is connected, try asking your agent:
"What's the latest RBA cash rate and how does it compare to a year ago?"
"Show me the real wages trend since 2019."
"Search for AU housing approval data and pull the last 2 years for NSW."
Configuration
Env var | Purpose | Default |
| Bearer token | required |
| Override the API base URL |
|
| Per-request timeout (ms) |
|
Errors
Every tool returns MCP-formatted errors that AI agents can read and recover from:
Missing key →
Set AUSDATA_API_KEY in your MCP config. Get a free key at https://ausdata.io401 → reauth hint
403 → upgrade hint
429 → retry-after seconds
5xx → "try again, status page is at..."
The ausdata.io ecosystem
Part of a family of MCP servers + a hosted API for Australian public data:
Sister MCPs (free, MIT): abs · rba · ato · apra · aihw · asic · aemo · au-weather · wgea
Hosted API + cross-source endpoints: ausdata.io
Python SDK:
pip install ausdataio· Node MCP:npx -y ausdata-mcp
License
MIT — 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.
Development
npm install
npm run build
npm test
npm run lintSource 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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityDmaintenanceProvides access to the Australian Bureau of Statistics (ABS) Data API. This server allows AI assistants to query and analyze ABS statistical data.19
- AlicenseAqualityDmaintenanceAn MCP server that connects AI agents to over 200 tools across 27 Brazilian public APIs, covering economic, legislative, transparency, and judicial data. It enables users to query and cross-reference extensive government datasets from sources like IBGE, the Central Bank, and the Brazilian Congress.71,719MIT
- AlicenseAqualityAmaintenanceMCP server for structured Australian macroeconomic and financial data from the Australian Bureau of Statistics (ABS), the Reserve Bank of Australia (RBA), and the Australian Prudential Regulation Authority (APRA).4142MIT
- AlicenseBqualityDmaintenanceMCP server with 562 tools accessing 114 government data APIs covering economic, health, education, energy, and more from federal, state, and international sources.1001MIT
Related MCP Connectors
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
MCP server for live, sourced Brazilian public data from the official IBGE APIs.
Australian economic data from the ABS, RBA, and APRA: CPI, GDP, cash rate, labour, and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Bigred97/ausdata-mcp-client'
If you have feedback or need assistance with the MCP directory API, please join our Discord server