Skip to main content
ausecon — Australian economic & financial data MCP server

CI Integration PyPI Python Transport License smithery badge

ausecon-mcp-server MCP server

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


Why this exists

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

What you get

🔒 Fresh & source-traceable

Every 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 shape

ABS, RBA and APRA all return the same tidy metadata · series · observations structure.

🧮 Transparent derived series

Formula-based indicators like real_cash_rate — every calculation is open and inspectable.

🎯 Source-native control

Drop down to raw get_abs_data, get_rba_table or get_apra_data whenever you need exact control.

⚡ Quick-turn helpers

Convenience tools for latest observations, top movers and release events — analysis in one call.

🔌 Plugs into your client

Claude Desktop, Claude Code, Cursor, Windsurf, VS Code, Codex or Smithery. stdio locally, Streamable HTTP when hosted.

Data sources

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

Try it instantly (no install)

Prefer not to install anything? A hosted, read-only, no-API-key instance speaks MCP over Streamable HTTP at:

https://mcp.auseconmcp.com/mcp

Point any MCP client that supports remote (Streamable HTTP) servers at that URL — for example, in Claude Code:

claude mcp add --transport http ausecon https://mcp.auseconmcp.com/mcp

The hosted instance may take a few seconds to wake on the first request. The previous https://ausecon-mcp-server.onrender.com/mcp URL continues to work and points at the same instance.

Install

The package lives on PyPI and is designed to be launched on demand by your MCP client via uvx:

uvx ausecon-mcp-server

The server speaks MCP over standard input/output. Launched on its own, it simply waits for a client to connect.

Connect your client

Claude Code
claude mcp add --transport stdio ausecon -- uvx ausecon-mcp-server
Codex
codex mcp add ausecon -- uvx ausecon-mcp-server
Claude Desktop

Add to your claude_desktop_config.json:

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

Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project):

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

Or paste this one-click link into your browser:

cursor://anysphere.cursor-deeplink/mcp/install?name=ausecon&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyJhdXNlY29uLW1jcC1zZXJ2ZXIiXX0=
Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

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

Install in VS Code

Or add to .vscode/mcp.json (workspace) or your user mcp.json:

{
  "servers": {
    "ausecon": {
      "type": "stdio",
      "command": "uvx",
      "args": ["ausecon-mcp-server"]
    }
  }
}

Hosting it instead? smithery.yaml and Dockerfile.smithery ship a Streamable HTTP deployment at /mcp. See the Smithery guide.

A quick taste

Find the concept you want, then ask for the series:

list_economic_concepts(query="cash rate")

get_economic_series(
    concept="cash_rate_target",
    start="2020-01-01",
)

Need a transparent, formula-based indicator? Call the derived surface directly:

get_derived_series(concept="real_cash_rate", last_n=12)

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.

Develop locally

Python 3.12 is recommended; the CI matrix supports 3.10+.

uv sync --python 3.12
uv run pytest
uv run ruff check src tests scripts

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:

uv run --group evals python -m evals.run_eval --dry-run

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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ausecon_mcp_server-1.14.2.tar.gz (597.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ausecon_mcp_server-1.14.2-py3-none-any.whl (106.4 kB view details)

Uploaded Python 3

File details

Details for the file ausecon_mcp_server-1.14.2.tar.gz.

File metadata

  • Download URL: ausecon_mcp_server-1.14.2.tar.gz
  • Upload date:
  • Size: 597.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for ausecon_mcp_server-1.14.2.tar.gz
Algorithm Hash digest
SHA256 072128027134dfbc618a42511d9819e603bc1ede9f6e5fac0712965160def4ad
MD5 29ca92e883fa4ce4e8acf5fd51c5d83d
BLAKE2b-256 93ffdd0cd203c4b0ca021d37728d85c7b84a34163bd3045720cd7f1a2d576e78

See more details on using hashes here.

Provenance

The following attestation bundles were made for ausecon_mcp_server-1.14.2.tar.gz:

Publisher: release.yml on AnthonyPuggs/ausecon-mcp-server

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ausecon_mcp_server-1.14.2-py3-none-any.whl.

File metadata

File hashes

Hashes for ausecon_mcp_server-1.14.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0cf3e9a7c02b8a7cfe21a57b93bec8ca1d39fcba2b6cf32ecc193fd0cab95b32
MD5 348c363c30477eee19320827a01fe318
BLAKE2b-256 bd02d8368d035138bd4020616979ea639a6edc6dc2cf6cda72188daa9eead449

See more details on using hashes here.

Provenance

The following attestation bundles were made for ausecon_mcp_server-1.14.2-py3-none-any.whl:

Publisher: release.yml on AnthonyPuggs/ausecon-mcp-server

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.14.2 This release

2 files

1.14.1

2 files

1.14.0

2 files

1.13.0

2 files

1.12.1

2 files

1.12.0

2 files

1.11.0

2 files

1.10.0

2 files

1.9.0

2 files

1.8.0

2 files

1.7.1

2 files

1.7.0

2 files

1.6.0

2 files

1.5.0

2 files

1.4.1

2 files

1.4.0

2 files

1.3.0

2 files

1.2.1

2 files

1.1.0

2 files

1.0.0

2 files

0.14.0

2 files

0.13.1

2 files

0.13.0

2 files

0.12.1

2 files

0.12.0

2 files

0.11.0

2 files

0.10.0

2 files

0.9.0

2 files

0.8.0

2 files

0.7.0

2 files

0.6.0

2 files

0.5.5

2 files

0.5.4

2 files

0.5.3

2 files

0.5.2

2 files

0.5.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page