Skip to content

Resources and Prompts

The server exposes the curated catalogue as MCP resources. These are read-only, served as application/json, and sourced from the static catalogue without making network calls.

URIReturns
ausecon://catalogueFlat index of every curated ABS and RBA entry.
ausecon://abs/{dataflow_id}Full curated catalogue entry for one ABS dataflow.
ausecon://rba/{table_id}Full curated catalogue entry for one RBA statistical table.
ausecon://conceptsEvery curated semantic shortcut with its resolved target and recommended call.

The server registers prompt templates that chain existing tools into common economist workflows.

PromptArgumentsWhat it does
summarise_latest_inflationmonths: int = 12Pulls headline and trimmed-mean CPI and compares them with the RBA target band.
compare_cash_rate_to_cpistart: str, end: str | NoneNarrates the cash rate target against headline CPI over a window.
macro_snapshotas_of: str | NoneBuilds a compact snapshot of cash rate, CPI, trimmed-mean CPI, and real GDP growth.
living_costs_vs_cpistart: str | None, last_n: int = 8Compares Selected Living Cost Indexes across household types against CPI.
construction_pipelinelast_n: int = 8Summarises construction pipeline strength across engineering and building activity.
labour_slack_snapshotlast_n: int = 12Reads unemployment and underemployment rates to summarise labour slack.
yield_curve_snapshotlast_n: int = 60Compares 3-year and 10-year Australian Government Security yields.
discover_datasettopic: strRuns concept, ranked search, and unranked catalogue discovery for a topic.