# AusEcon MCP - ABS and RBA Data (verified)

MCP server for Reserve Bank of Australia (RBA) and Australian Bureau of Statistics (ABS) economic data

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add anthonypuggs/ausecon-mcp

# Browse available tools
npx -y smithery tool list anthonypuggs/ausecon-mcp

# Get full schema for a tool
npx -y smithery tool get anthonypuggs/ausecon-mcp search_datasets

# Call a tool
npx -y smithery tool call anthonypuggs/ausecon-mcp search_datasets '{}'
```

## Direct MCP Connection

Endpoint: `https://ausecon-mcp.run.tools`

## Tools (8)

- `search_datasets` — Search curated ABS and RBA economic datasets.
- `list_catalogue` — List curated ABS and RBA catalogue entries, optionally filtered by source,
- `list_economic_concepts` — List analyst-friendly semantic economic concepts accepted by get_economic_series.
- `get_abs_dataset_structure` — Get ABS SDMX dataset dimensions and codelists.
- `get_abs_data` — Expert/source-native ABS SDMX retrieval in a normalised response shape.
- `list_rba_tables` — Deprecated compatibility alias. Prefer list_catalogue(source="rba").
- `get_rba_table` — Expert/source-native RBA statistical table retrieval in a normalised response shape.
- `get_economic_series` — Preferred analyst-facing retrieval tool for curated ABS/RBA economic concepts.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get anthonypuggs/ausecon-mcp <tool-name>
```
