1. Conduid
  2. Healthcare
  3. Ausecon
MCP server · Healthcare

Ausecon

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

Unclaimed healthcare
37Low

Scored 4 months ago · breakdown

About Ausecon

Ausecon is an MCP server in the Healthcare category: australian economic data (ABS + RBA): CPI, GDP, cash rate, labour, external sector. It has been installed 0 times through Conduid.

Install

uvx
uvx ausecon-mcp-server
pip
pip install ausecon-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Ausecon

Powered by Claude · Grounded in docs

I know everything about Ausecon. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Australian Economic Data (RBA & ABS) MCP Server

CI Release 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.0.0 is the stable release baseline. The server exposes eight read-only MCP tools, four read-only MCP resources, eight prompt templates, and 29 curated macroeconomic concepts for analyst-friendly retrieval through get_economic_series.

Documentation

Full user and maintainer documentation is published at anthonypuggs.github.io/ausecon-mcp-server.

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

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

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Ausecon

How do I install Ausecon?

Run uvx ausecon-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Ausecon safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Ausecon still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.