Getting Started
Requirements
Section titled “Requirements”- Python
3.10+. uvfor theuvxlauncher.- An MCP client that supports local stdio servers.
Install
Section titled “Install”The package is published to PyPI and is intended to be launched on demand:
uvx ausecon-mcp-serverOn first use, uvx downloads the package into an isolated cached environment. The process then
waits for an MCP client to connect over standard input/output.
Recommended workflow
Section titled “Recommended workflow”- Use
list_economic_conceptsfor ordinary economic requests such as GDP, CPI, unemployment, wages, cash rate, credit, exchange rates, or yields. - Use
get_economic_serieswith the selected concept. - Use
search_datasets,list_catalogue,get_abs_dataset_structure,get_abs_data, andget_rba_tablewhen you need source-native ABS/RBA control.
First retrieval pattern
Section titled “First retrieval pattern”list_economic_concepts(query="cash rate")get_economic_series( concept="cash_rate_target", start="2020-01-01")Retrieval responses include metadata, series, and observations. Semantic retrievals also
include metadata.semantic, recording the resolved source target and normalised date bounds.