mcpbeat Sign in

ausdata.io — Australian Public Data MCP Server

local only

ausdata.io — Australian Public Data runs on your own machine — the client starts it, so there is no endpoint to ping. 76 installs a week from npm. Last commit 15 Aug 2026.

Australian public data (ABS, RBA, ATO + 6 more) via the ausdata.io gateway. Free tier, no card.

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 23 · avg 8 · +65% w/w
a month agotoday
76
Installs / week
npm · ausdata-mcp
2
Stars
0 open issues
15 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ausdata-mcp -- npx -y ausdata-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ausdata-mcp": {
      "args": [
        "-y",
        "ausdata-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ausdata-mcp]
command = "npx"
args = ["-y", "ausdata-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ausdata-mcp": {
      "args": [
        "-y",
        "ausdata-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ausdata-mcp": {
      "args": [
        "-y",
        "ausdata-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AUSDATA_API_KEY (API key (bearer token) for api.ausdata.io. Get a free key at https://ausdata.io — 500 calls/month, no credit card.), AUSDATA_API_URL (Override the gateway base URL. Defaults to https://api.ausdata.io.), AUSDATA_TIMEOUT (Per-request timeout in milliseconds. Defaults to 30000.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to ausdata.io — Australian Public Data

same job, measured the same way
Australian Economic Data (ABS, RBA & APRA)
by anthonypuggs

Australian economic data from the ABS, RBA, and APRA: CPI, GDP, cash rate, labour, and more.

1 673 installs/wk 14 tools answering
DataJud (CNJ)
by mcp-dir

Public lookup of Brazilian court cases (metadata + docket) via the CNJ/DataJud API. Free, no login.

10 tools answering
Dockerhub
by pipeworx-io

Docker Hub MCP — wraps the Docker Hub v2 API (free, no auth required for public data)

35 tools answering
Ansvar: Italian Law
by ansvar

Italian law via Ansvar Gateway. Cited, OAuth + paid tier.

answering
mcp-anything
by dror-bengal

Meta-MCP gateway: search, inspect and call any MCP server from the public registries.

68 installs/wk local only
iconify
by pipeworx-io

Iconify MCP — wraps the Iconify public API (free, no auth)

34 tools answering
Mind the Gates — UK level crossings
by mindthegates

Live barrier status and closure forecasts for ~1,600 UK level crossings. Public data, no auth.

4 tools answering
chess
by pipeworx-io

Chess.com MCP — wraps the Chess.com public API (free, no auth)

35 tools answering

ausdata.io — Australian Public Data — questions

Answers built from our own checks of this server.

Why is there no uptime for ausdata.io — Australian Public Data?
ausdata.io — Australian Public Data runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ausdata-mcp was installed 76 times last week.
Is ausdata.io — Australian Public Data still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect ausdata.io — Australian Public Data?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ausdata-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use ausdata.io — Australian Public Data?
The npm package ausdata-mcp was installed 76 times in the last week. Week over week that is +65%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ausdata.io — Australian Public Data open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.