Odel
ausdata.io — Australian Public Data

ausdata.io — Australian Public Data

Local
@bigred972TypeScriptMITUpdated 3w ago

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).

npmausdata-mcpv0.4.5

Run

npx -y ausdata-mcp

MCP client config

{
  "mcpServers": {
    "ausdata-io-australian-public-data": {
      "command": "npx",
      "args": [
        "-y",
        "ausdata-mcp"
      ]
    }
  }
}