Mmcp.market

Abs MCP server

by ausdata.io·io.ausdata/abs-mcp·v0.13.12

Query the ABS in plain English — CPI, labour force, building approvals, migration, GDP.

A91/100grade A
What users say
No reviews yet
Be the first
Safety scan
A91/100

full report

Adoption
New

1 stars

Reviews

Write one

Nobody has reviewed Abs yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Abs tools (7)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • describe_dataset

    Describe an ABS dataflow's filter dimensions, value codes, and source.

  • get_data
  • latest
  • list_curated

    List the 10 ABS dataflow IDs with hand-curated plain-English support.

  • release_calendar

    Upcoming ABS publication schedule (data releases).

  • search_datasets

    Fuzzy-search ABS dataflow names, descriptions, and keywords.

  • top_n

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scan38 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 15 days ago15/15
  • Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace7/10
Overall 91/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Abs repository's README, as published. We do not edit it. Read it on GitHub

abs-mcp

mcp-name: io.ausdata/abs-mcp

Ask Claude about the Australian economy and get real, current numbers — not "I don't have access to that data." This MCP server gives Claude (and other MCP clients like Cursor) live access to the ABS Data API, with curated mappings for the 10 most-asked Australian economic indicators.

Hosted access? For cross-source queries, webhooks, an always-on REST API, and a uniform response envelope across all 9 sources, see ausdata.io — free tier available (500 calls/mo, no card).

Behind the scenes it wraps SDMX 2.1, but you never see SDMX codes — just plain-English filters like region: "nsw" and measure: "unemployment_rate". Five tools, ten curated dataflows (Labour Force, CPI, Wage Price Index, Job Vacancies, Average Weekly Earnings, GDP / National Accounts, quarterly + annual Estimated Resident Population, Building Approvals, Lending Indicators), and 1,200+ other ABS dataflows accessible via raw codes.

Companion to rba-mcp (Reserve Bank of Australia — cash rate, FX, lending rates), ato-mcp (Australian Taxation Office — postcode-level personal tax, company tax by industry, corporate tax transparency, ACNC charity register), and au-weather-mcp (Australian weather — 21 curated locations + postcode/place-name lookup, current observations, 16-day forecasts, 80yr historical archive). Install all four for the full AU macro / regulator / tax / climate stack.

What you can ask

Once installed, your LLM can answer questions like:

Every answer comes with the period, units, and a link back to the ABS source page. Comparisons and time-series queries work just as well — see Worked examples below.

Install

# After publish:
uvx --upgrade abs-mcp

# Local dev install:
uv pip install -e .

Claude Desktop

Add to ~/Library/Application Support/Claude/claudedesktopconfig.json:

{
  "mcpServers": {
    "abs": {
      "command": "uvx",
      "args": ["--upgrade", "abs-mcp"]
    }
  }
}

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add abs-mcp -- uvx abs-mcp
Add to Cursor

Abs: common questions

Is Abs MCP server safe?
Yes, by our scan: it is graded A (91/100). Read the Abs safety report
How do I install Abs?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Abs need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Abs maintained?
The last commit was 16 days ago (2026-09-08). The latest release is v0.13.12.

More from ausdata.io