← Back to browse

ausdata-mcp

Indexed by io.ausdata

About

28 tools over 9 AU gov data sources (ABS, RBA, ATO, APRA, AIHW, ASIC, AEMO, BOM, WGEA) via one key.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAUSDATA_API_KEY
Claude Code
claude mcp add --env AUSDATA_API_KEY= ausdata-mcp -- npx ausdata-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ausdata-mcp","command":"npx","args":["ausdata-mcp"],"env":{"AUSDATA_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "ausdata-mcp": {
      "command": "npx",
      "args": [
        "ausdata-mcp"
      ],
      "env": {
        "AUSDATA_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.