Australian public data (ABS, RBA, ATO + 6 more) via the ausdata.io gateway. Free tier, no card.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y ausdata-mcp
MCP client config
{
"mcpServers": {
"ausdata-io-australian-public-data": {
"command": "npx",
"args": [
"-y",
"ausdata-mcp"
]
}
}
}