Australian Economic Data (ABS, RBA & APRA)
io.github.anthonypuggs/ausecon-mcp-serverAustralian economic data from the ABS, RBA, and APRA: CPI, GDP, cash rate, labour, and more.
Tools · 14
Search curated ABS, RBA, and APRA economic datasets.
List curated ABS, RBA, and APRA catalogue entries, optionally filtered by source, category, or tag. Unranked complement to ``search_datasets``.
List analyst-friendly semantic economic concepts accepted by get_economic_series.
Get ABS SDMX dataset dimensions and codelists.
Expert/source-native ABS SDMX retrieval in a normalised response shape.
Deprecated compatibility alias. Prefer list_catalogue(source="rba").
Expert/source-native RBA statistical table retrieval in a normalised response shape.
Expert/source-native APRA public XLSX publication retrieval. Only curated official APRA publication IDs are accepted; arbitrary URLs are not.
Preferred analyst-facing retrieval tool for curated ABS/RBA economic concepts. Use list_economic_concepts for discovery. Date bounds accept YYYY, YYYY-QN, YYYY-SN, YYYY-MM, or YYYY-MM-DD and are norm…
Read-only retrieval for the narrow transparent derived series layer. Date bounds accept YYYY, YYYY-QN, YYYY-SN, YYYY-MM, or YYYY-MM-DD and are normalised to the derived series frequency.
Source-aware convenience wrapper for the latest observations. For a single curated indicator prefer get_economic_series(concept=...), which resolves one series; pass series_ids=[...] to narrow a broa…
Source-aware convenience wrapper for highest or lowest numeric observations. For a single curated indicator prefer get_economic_series(concept=...), which resolves one series; pass series_ids=[...] t…
Describe a source-native ABS, RBA, or APRA dataset without hiding native IDs.
List source-aware release calendar or release-pulse events.
Resources · 2
Flat index of every curated ABS, RBA, and APRA dataset the server exposes. Use this to browse what is available before calling search_datasets.
ausecon://catalogue
Every curated semantic shortcut accepted by get_economic_series, with its resolved target dataset, variant, supported frequencies, and geographies.
ausecon://concepts
Prompts · 8
Summarise the most recent Australian headline and trimmed-mean CPI prints and compare them to the RBA's 2–3% target band.
Narrate the relationship between the RBA cash rate target and headline CPI over a user-specified window.
Produce a tight snapshot of the Australian macro backdrop: cash rate, headline and trimmed-mean CPI, and real GDP growth.
Compare Selected Living Cost Indexes (SLCI) across household types against headline CPI to show cost-of-living divergence.
Summarise the Australian construction pipeline across engineering, residential, and non-residential activity.
Summarise Australian labour-market slack using the unemployment and underemployment rates over a recent window.
Compare the 3-year and 10-year Australian Government Security yields over a recent window to describe the curve shape.
Find and recommend the best ABS datasets or RBA tables for a given economic topic.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"australian_economic_data_(abs,_rba_&_apra)": {
"url": "https://mcp.auseconmcp.com/mcp",
"transport": "streamable-http"
}
}
}