Skip to content
Grok

ausdata.io — Australian Public Data for Grok

io.ausdata/ausdata-mcp

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

client:Grok transport:stdio runtime:npm

Install ausdata.io — Australian Public Data in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ausdata-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ausdata-mcp"
      ],
      "env": {
        "AUSDATA_API_KEY": "<AUSDATA_API_KEY>",
        "AUSDATA_API_URL": "<AUSDATA_API_URL>",
        "AUSDATA_TIMEOUT": "<AUSDATA_TIMEOUT>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ausdata.io — Australian Public Data in other clients