AusEcon MCP - ABS and RBA Data (verified)
MCP server for Reserve Bank of Australia (RBA) and Australian Bureau of Statistics (ABS) economic data
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add anthonypuggs/ausecon-mcp
# Browse available tools
npx -y smithery tool list anthonypuggs/ausecon-mcp
# Get full schema for a tool
npx -y smithery tool get anthonypuggs/ausecon-mcp search_datasets
# Call a tool
npx -y smithery tool call anthonypuggs/ausecon-mcp search_datasets '{}'Direct MCP Connection
Endpoint: https://ausecon-mcp.run.tools
Tools (10)
search_datasets— Search curated ABS, RBA, and APRA economic datasets.list_catalogue— List curated ABS, RBA, and APRA catalogue entries, optionally filtered by source,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.get_economic_series— Preferred analyst-facing retrieval tool for curated ABS/RBA economic concepts.get_derived_series— Read-only retrieval for the narrow transparent derived series layer.
# Get full input/output schema for a tool
npx -y smithery tool get anthonypuggs/ausecon-mcp