ausdata.io — Australian Public Data
Rank #20,259io.ausdata/ausdata-mcp
Australian public data (ABS, RBA, ATO + 6 more) via the ausdata.io gateway. Free tier, no card.
ausdata.io — Australian Public Data is a Model Context Protocol (MCP) server published by bigred97. It ranks #20,259 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. ausdata.io — Australian Public Data is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on May 19, 2026 and most recently updated on Aug 14, 2026.
Ranks ahead of 95,201 of 115,460 servers on MCP Toplist.
Use ausdata.io — Australian Public Data
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add ausdata-mcp -e "AUSDATA_API_KEY=<your AUSDATA_API_KEY>" -e "AUSDATA_API_URL=<your AUSDATA_API_URL>" -e "AUSDATA_TIMEOUT=<your AUSDATA_TIMEOUT>" -- npx -y ausdata-mcpReplace each placeholder with your own value before saving.
[mcp_servers.ausdata-mcp]
command = "npx"
args = ["-y", "ausdata-mcp"]
[mcp_servers.ausdata-mcp.env]
AUSDATA_API_KEY = "<your AUSDATA_API_KEY>"
AUSDATA_API_URL = "<your AUSDATA_API_URL>"
AUSDATA_TIMEOUT = "<your AUSDATA_TIMEOUT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ausdata-mcp": {
"command": "npx",
"args": [
"-y",
"ausdata-mcp"
],
"env": {
"AUSDATA_API_KEY": "<your AUSDATA_API_KEY>",
"AUSDATA_API_URL": "<your AUSDATA_API_URL>",
"AUSDATA_TIMEOUT": "<your AUSDATA_TIMEOUT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ausdata-mcp": {
"command": "npx",
"args": [
"-y",
"ausdata-mcp"
],
"env": {
"AUSDATA_API_KEY": "<your AUSDATA_API_KEY>",
"AUSDATA_API_URL": "<your AUSDATA_API_URL>",
"AUSDATA_TIMEOUT": "<your AUSDATA_TIMEOUT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ausdata-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ausdata-mcp"
],
"env": {
"AUSDATA_API_KEY": "<your AUSDATA_API_KEY>",
"AUSDATA_API_URL": "<your AUSDATA_API_URL>",
"AUSDATA_TIMEOUT": "<your AUSDATA_TIMEOUT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ausdata-mcp": {
"command": "npx",
"args": [
"-y",
"ausdata-mcp"
],
"env": {
"AUSDATA_API_KEY": "<your AUSDATA_API_KEY>",
"AUSDATA_API_URL": "<your AUSDATA_API_URL>",
"AUSDATA_TIMEOUT": "<your AUSDATA_TIMEOUT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ausdata-mcp": {
"command": "npx",
"args": [
"-y",
"ausdata-mcp"
],
"env": {
"AUSDATA_API_KEY": "<your AUSDATA_API_KEY>",
"AUSDATA_API_URL": "<your AUSDATA_API_URL>",
"AUSDATA_TIMEOUT": "<your AUSDATA_TIMEOUT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.ausdata%2Fausdata-mcp)<a href="https://mcptoplist.com/server/io.ausdata%2Fausdata-mcp"><img src="https://mcptoplist.com/badge/io.ausdata%2Fausdata-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
bigred97
Other servers by bigred97
- Australian Prudential Regulation Authority#21,426 · 2 vers
- Australian Bureau of Statistics#25,334 · 3 vers
- wgea-mcp#25,335 · 2 vers
- Australian Institute of Health and Welfare#28,309 · 2 vers
- ASIC Register Data#28,310 · 2 vers
- Reserve Bank of Australia#29,638 · 3 vers
- ato-mcp#34,402 · 2 vers
- au-weather-mcp#34,403 · 2 vers
- aemo-mcp#45,990 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.4.5 | Aug 14, 2026 |
| 0.4.2 | May 20, 2026 |
Frequently asked questions
- Who maintains ausdata.io — Australian Public Data?
- ausdata.io — Australian Public Data is maintained by bigred97, which publishes 10 MCP servers (22 total versions) tracked on MCP Toplist.
- Is ausdata.io — Australian Public Data listed on the Official MCP Registry?
- Yes — ausdata.io — Australian Public Data is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does ausdata.io — Australian Public Data have?
- MCP Toplist tracks 2 versions of ausdata.io — Australian Public Data, most recently published on Aug 14, 2026.
- Where can I find the source code for ausdata.io — Australian Public Data?
- The source code for ausdata.io — Australian Public Data is hosted at github.com/bigred97/ausdata-mcp-client.