Skip to content
Back to search
100
MCP live http

AusEcon MCP - ABS RBA and APRA Data

anthonypuggs/ausecon-mcp

MCP server for retrieval of Australian economic and financial data - supports ABS, RBA and APRA

Uptime
100.0%
3 probes
Response
601ms
last probe
Tools
14
callable

Tools · 14

search_datasets

Search curated ABS, RBA, and APRA economic datasets.

list_catalogue

List curated ABS, RBA, and APRA catalogue entries, optionally filtered by source, category, or tag. Unranked complement to ``search_datasets``.

list_economic_concepts

List analyst-friendly semantic economic concepts accepted by get_economic_series.

get_abs_dataset_structure

Get ABS SDMX dataset dimensions and codelists.

get_abs_data

Expert/source-native ABS SDMX retrieval in a normalised response shape.

list_rba_tables

Deprecated compatibility alias. Prefer list_catalogue(source="rba").

get_rba_table

Expert/source-native RBA statistical table retrieval in a normalised response shape.

get_apra_data

Expert/source-native APRA public XLSX publication retrieval. Only curated official APRA publication IDs are accepted; arbitrary URLs are not.

get_economic_series

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…

get_derived_series

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.

get_latest_observations

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…

get_top_observations

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_dataset

Describe a source-native ABS, RBA, or APRA dataset without hiding native IDs.

list_release_events

List source-aware release calendar or release-pulse events.

Similar MCP servers embedding-nearest

ausecon-mcp-server
MCP server for Australian economic data from the ABS, RBA, and APRA.
0 tools
Australian Economic Data (RBA & ABS)
MCP server for Australian macroeconomic data from the Reserve Bank of Australia (RBA) and Australian Bureau of Statistics (ABS).
0 tools
abs-mcp
MCP server for the Australian Bureau of Statistics Data API. Hides SDMX behind plain-English tools, with curated mappings for Labour Force,
0 tools
AI2Fin (2Fin) Tax MCP live
Free public tax MCP: GST/VAT, income, company & capital-gains tax for 50+ countries, source-cited.
8 tools · http
AI2Fin (2Fin) Tax MCP live
Free public tax MCP: GST/VAT, income, company & capital-gains tax for 50+ countries, source-cited.
8 tools · http
io.ausdata/rba-mcp
Query the RBA in plain English — cash rate, FX, lending and deposit rates.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ausecon_mcp_-_abs_rba_and_apra_data": {
      "url": "https://auseconmcp.com/mcp",
      "transport": "http"
    }
  }
}