Skip to main content

MCP server for Australian economic data from the ABS and RBA.

Project description

Australian Economic Data (RBA & ABS) MCP Server

CI Release
Smithery Docs PyPI Transport License-MIT

ausecon-mcp-server is a Python Model Context Protocol (MCP) server for structured Australian macroeconomic and financial data from the Australian Bureau of Statistics (ABS) and the Reserve Bank of Australia (RBA).

Version 1.1.0 is the current hosted release baseline. Transport support is stdio plus Streamable HTTP. The server exposes nine read-only MCP tools, four read-only MCP resources, eight prompt templates, 55 curated macroeconomic concepts through get_economic_series, and five transparent derived indicators through get_derived_series.

Documentation

Full user and maintainer documentation is published at auseconmcp.com.

Useful links:

Install

The package is published to PyPI and is intended to be launched by an MCP client on demand via uvx:

uvx ausecon-mcp-server

The server speaks MCP over standard input/output. When launched manually, it waits for a client to connect.

Client Setup

Claude Desktop:

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

Claude Code:

claude mcp add --transport stdio ausecon -- uvx ausecon-mcp-server

Codex:

codex mcp add ausecon -- uvx ausecon-mcp-server

Smithery:

This repository also includes smithery.yaml and Dockerfile.smithery for hosted Smithery custom container deployment over MCP Streamable HTTP at /mcp. The hosted HTTP entrypoint is ausecon-mcp-http; local users should keep using the stdio command above unless they are testing a container deployment. Maintainers can follow the deployment checklist in docs/smithery-deployment.md.

Basic Workflow

For normal economic concepts, discover the supported concept first:

list_economic_concepts(query="cash rate")

Then retrieve the resolved series:

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

For transparent formula-based indicators, call the derived retrieval surface directly:

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

For exact ABS/RBA control, use search_datasets, list_catalogue, get_abs_dataset_structure, get_abs_data, and get_rba_table.

Development

Python 3.12 is recommended for local development. The package metadata and CI matrix support Python 3.10+.

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

Repository

Project details


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.3.0.tar.gz (289.1 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.3.0-py3-none-any.whl (64.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for ausecon_mcp_server-1.3.0.tar.gz
Algorithm Hash digest
SHA256 1daf8683c65c75c4cdd6dff7f44efd1f9e43f2d584de76ec71263b4b0384070b
MD5 e66868ffd6ac6b61fc905b2f6240a8a2
BLAKE2b-256 22fa2e966c9213acfdf655523899c81e1fd3cfde37d2cf2aced3d98669b2eb67

See more details on using hashes here.

Provenance

The following attestation bundles were made for ausecon_mcp_server-1.3.0.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.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for ausecon_mcp_server-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d03445e2743b773a56dafc2059d41c4c0c073486c6206e3098c377ae412330dd
MD5 8ba624e293d432ad74ea28de9f41e244
BLAKE2b-256 5e180e226085da1086050232356794a3fe971bc9d76a3b5b5973af859662657e

See more details on using hashes here.

Provenance

The following attestation bundles were made for ausecon_mcp_server-1.3.0-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.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page