AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Ausdata Mcp Client

mcp-bigred97-ausdata-mcp-client · by Bigred97

Official npm MCP client for ausdata.io — 28 tools across 9 AU government data sources

No reviews yet
0 installs
20 views
0.0% view→install

Install

$ agentstack add mcp-bigred97-ausdata-mcp-client

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.4.2 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.4.2. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-bigred97-ausdata-mcp-client)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ausdata Mcp Client? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

ausdata-mcp

mcp-name: io.ausdata/ausdata-mcp

MCP server for the Australian public data API. Plug into Claude Code, Cursor, Windsurf, or any other MCP client and get one-call access to 100+ curated Australian government datasets across 9 sources.

Install

Add to your MCP client config:

{
  "mcpServers": {
    "ausdata": {
      "command": "npx",
      "args": ["-y", "ausdata-mcp"],
      "env": {
        "AUSDATA_API_KEY": "ak_xxx"
      }
    }
  }
}

Get a free API key at https://ausdata.io (500 calls/month on the free tier, no credit card).

Tools exposed

| Tool | What it does | |---|---| | search_datasets | Plain-English search across the catalog. "unemployment NSW" → dataset IDs to call. | | list_datasets | List curated datasets for a given source (abs, rba, ato, …). | | describe_dataset | Schema + filter dictionary for one dataset before you get_data it. | | get_data | Generic accessor by source + dataset_id. Search first, fetch second. | | releases | Upcoming + recent statistical release calendar across all sources. | | real_wages | Wage Price Index minus CPI, quarterly. The Greg Jericho chart in one call. | | real_cash_rate | RBA cash rate minus CPI — the real policy stance. | | economic_dashboard | Cash rate, CPI, unemployment, wage growth, lending — in one response. | | cost_of_living | ABS Selected Living Cost Indexes by household type. | | youth_unemployment | 15-24 unemployment rate, state-level. | | trade_balance | Goods + services trade balance, monthly. | | housing_affordability | House prices vs household disposable income, indexed. | | gender_pay_context | WGEA gender pay gap by industry / employer-size context. | | energy_snapshot | AEMO NEM dispatch + price snapshot, current trading interval. | | health | API reachability check. Useful for debugging. |

Example agent prompts

Once the MCP is connected, try asking your agent:

  • "What's the latest RBA cash rate and how does it compare to a year ago?"
  • "Show me the real wages trend since 2019."
  • "Search for AU housing approval data and pull the last 2 years for NSW."

Configuration

| Env var | Purpose | Default | |---|---|---| | AUSDATA_API_KEY | Bearer token | required | | AUSDATA_API_URL | Override the API base URL | https://api.ausdata.io | | AUSDATA_TIMEOUT | Per-request timeout (ms) | 30000 |

Errors

Every tool returns MCP-formatted errors that AI agents can read and recover from:

  • Missing key → Set AUSDATA_API_KEY in your MCP config. Get a free key at https://ausdata.io
  • 401 → reauth hint
  • 403 → upgrade hint
  • 429 → retry-after seconds
  • 5xx → "try again, status page is at..."

The ausdata.io ecosystem

Part of a family of MCP servers + a hosted API for Australian public data:

License

MIT — see [LICENSE](LICENSE).

This client is independent of the upstream data; each response carries attribution metadata for the underlying ABS / RBA / APRA / AIHW / etc. source under their respective CC-BY licenses.

Development

npm install
npm run build
npm test
npm run lint

Source lives in src/. Tool definitions are in src/tools/. The HTTP routing layer is src/client.ts — it does NOT parse responses, that's the API server's job.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.4.2 Imported from the upstream source.