Australian Economic Data (RBA & ABS) MCP Server

Australian economic data (ABS + RBA): CPI, GDP, cash rate, labour, external sector.

Remote serverstreamable-httpPython

What is the Australian Economic Data (RBA & ABS) MCP server?

Most developer tooling work still happens through a UI a human drives. Australian Economic Data (RBA & ABS) MCP server moves it into the conversation instead. Australian economic data (ABS + RBA): CPI, GDP, cash rate, labour, external sector.

The short version

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.

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

The tools it exposes

The server publishes 1 tool. What each one is for:

  • Source — Coverage

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Australian Economic Data (RBA & ABS)'s toolset — Source — is a fair guide to whether it matches your workflow. It is maintained by AnthonyPuggs; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Australian Economic Data (RBA & ABS)'s own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
SourceCoverage

How to install the Australian Economic Data (RBA & ABS) MCP server

{
  "mcpServers": {
    "ausecon": {
      "command": "uvx",
      "args": ["ausecon-mcp-server"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Australian Economic Data (RBA & ABS) to Source.

Frequently asked questions

It connects Australian Economic Data (RBA & ABS) to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Source) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Australian Economic Data (RBA & ABS) directly.