Australian economic data (ABS + RBA): CPI, GDP, cash rate, labour, external sector.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
ausecon is a Model Context Protocol server that gives any AI assistant clean, structured access to Australia’s core economic and financial data — straight from the ABS, RBA, and APRA.
Open · free · no API key — always fresh & fully source-traceable, three official sources in one shape.
Documentation · Getting started · Tool reference · Changelog
Australian economic data is authoritative but awkward to reach — scattered across portals,
formats, and identifiers you have to memorise. ausecon is the open, free, no-API-key way to
put it in front of any AI assistant: every series comes back fresh and fully source-traceable, stamped with its provenance,
in one consistent shape
(metadata · series · observations) across all three regulators. Ask for “the cash
rate” or “quarterly real GDP growth” and get research-grade data back without
leaving the conversation.
| 14 read-only tools | 83 economic concepts | 16 derived indicators | 8 prompt templates | 3 data sources |
🔒 Fresh & source-traceableEvery value is fetched live and stamped with its provenance (retrieved_at, source, server_version). On an upstream
outage, a cached fallback is always flagged stale — never served silently.
|
🧱 Three sources, one shapeABS, RBA and APRA all return the same tidymetadata · series · observations structure.
|
🧮 Transparent derived seriesFormula-based indicators likereal_cash_rate — every calculation is
open and inspectable.
|
🎯 Source-native controlDrop down to rawget_abs_data, get_rba_table or
get_apra_data whenever you need exact control.
|
⚡ Quick-turn helpersConvenience tools for latest observations, top movers and release events — analysis in one call. |
🔌 Plugs into your clientClaude Desktop, Claude Code, Cursor, Windsurf, VS Code, Codex or Smithery. stdio locally, Streamable HTTP when hosted. |
| Source | Coverage |
|---|---|
| ABS · Australian Bureau of Statistics | National accounts, prices, labour force, population |
| RBA · Reserve Bank of Australia | Cash rate, monetary & financial aggregates, exchange rates |
| APRA · Aust. Prudential Regulation Authority | ADI & insurer statistics, with release-cadence estimates |
Prefer not to install anything? A hosted, read-only, no-API-key instance speaks MCP over Streamable HTTP at:
Point any MCP client that supports remote (Streamable HTTP) servers at that URL — for example, in Claude Code:
The hosted instance may take a few seconds to wake on the first request. The previous
https://ausecon-mcp-server.onrender.com/mcpURL continues to work and points at the same instance.
The package lives on PyPI and is designed to be
launched on demand by your MCP client via uvx:
The server speaks MCP over standard input/output. Launched on its own, it simply waits for a client to connect.
Add to your claude_desktop_config.json:
Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project):
Or paste this one-click link into your browser:
Add to ~/.codeium/windsurf/mcp_config.json:
Hosting it instead?
smithery.yamlandDockerfile.smitheryship a Streamable HTTP deployment at/mcp. See the Smithery guide.
Find the concept you want, then ask for the series:
Need a transparent, formula-based indicator? Call the derived surface directly:
Connected to an AI agent, you can skip the syntax entirely — ask for “quarterly real GDP growth” and it maps your request to the right tool calls for you.
Python 3.12 is recommended; the CI matrix supports 3.10+.
The repo also ships a manual benchmark (evals/) that measures the server's impact on model
answers across 52 Australian-economics questions, comparing a bare model, web search, and the
ausecon tools. Ground-truth resolution is free to check:
A full run makes paid API calls — see the evaluation harness guide before running one.
auseconmcp.com · Issues · MIT Licence · Made for the Australian data community
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/australian-economic-data-rba-abs)<a href="https://allmcps.com/mcp/australian-economic-data-rba-abs"><img src="https://allmcps.com/api/badge/australian-economic-data-rba-abs?style=directory" alt="Australian Economic Data (RBA & ABS) on AllMCPs" /></a>