MCP server for Australian economic data from the ABS, RBA, and APRA.
Project description
Australian Economic Data (ABS, RBA & APRA) MCP Server
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), the Reserve Bank
of Australia (RBA), and the Australian Prudential Regulation Authority (APRA).
Version 1.5.0 is the current release line. Transport support is stdio plus Streamable HTTP.
The server exposes ten read-only MCP tools, four read-only MCP resources, eight prompt templates,
70 curated analyst-facing economic and financial concepts through get_economic_series, and nine
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 source-native control, use search_datasets, list_catalogue,
get_abs_dataset_structure, get_abs_data, get_rba_table, and get_apra_data.
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
- Repository: github.com/AnthonyPuggs/ausecon-mcp-server
- Issues: GitHub Issues
- Licence: MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ausecon_mcp_server-1.5.0.tar.gz.
File metadata
- Download URL: ausecon_mcp_server-1.5.0.tar.gz
- Upload date:
- Size: 315.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f3c1643182d693b8beb2377053d5ee9fbcc7abc89cf18c2efa424b934835bd3
|
|
| MD5 |
2ac9375cd6fd42cacdb6759021a774ff
|
|
| BLAKE2b-256 |
c78fe5b3ad74f21c51fa792a435c30e986d0f89bb3f7a52ca3393af16339ea76
|
Provenance
The following attestation bundles were made for ausecon_mcp_server-1.5.0.tar.gz:
Publisher:
release.yml on AnthonyPuggs/ausecon-mcp-server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ausecon_mcp_server-1.5.0.tar.gz -
Subject digest:
8f3c1643182d693b8beb2377053d5ee9fbcc7abc89cf18c2efa424b934835bd3 - Sigstore transparency entry: 1565949308
- Sigstore integration time:
-
Permalink:
AnthonyPuggs/ausecon-mcp-server@ceeec3969dc61cf5375f1497e839a1f9a5524d6a -
Branch / Tag:
refs/tags/v1.5.0 - Owner: https://github.com/AnthonyPuggs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ceeec3969dc61cf5375f1497e839a1f9a5524d6a -
Trigger Event:
push
-
Statement type:
File details
Details for the file ausecon_mcp_server-1.5.0-py3-none-any.whl.
File metadata
- Download URL: ausecon_mcp_server-1.5.0-py3-none-any.whl
- Upload date:
- Size: 77.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77805559ffbe4a377ab041d08ae9e9a4b7f78dc4af39c5005a4a241fa0a6b3c2
|
|
| MD5 |
bb099a830caea1ca2e704bb3228d9488
|
|
| BLAKE2b-256 |
647eda7b868e8c824a455aca1512abaa263cd32d2a14169d796a307429772781
|
Provenance
The following attestation bundles were made for ausecon_mcp_server-1.5.0-py3-none-any.whl:
Publisher:
release.yml on AnthonyPuggs/ausecon-mcp-server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ausecon_mcp_server-1.5.0-py3-none-any.whl -
Subject digest:
77805559ffbe4a377ab041d08ae9e9a4b7f78dc4af39c5005a4a241fa0a6b3c2 - Sigstore transparency entry: 1565949312
- Sigstore integration time:
-
Permalink:
AnthonyPuggs/ausecon-mcp-server@ceeec3969dc61cf5375f1497e839a1f9a5524d6a -
Branch / Tag:
refs/tags/v1.5.0 - Owner: https://github.com/AnthonyPuggs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ceeec3969dc61cf5375f1497e839a1f9a5524d6a -
Trigger Event:
push
-
Statement type: