PluginBench
MCP Server
Maintained
MIT

io.ausdata/ausdata-mcp MCP Server

io.ausdata/ausdata-mcp

What is the io.ausdata/ausdata-mcp MCP server?

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

How to install io.ausdata/ausdata-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AUSDATA_API_KEY
    required
    secret

    ausdata.io API key (free tier at https://ausdata.io)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ausdata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ausdata-mcp"
      ],
      "env": {
        "AUSDATA_API_KEY": "<YOUR_AUSDATA_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ausdata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ausdata-mcp"
      ],
      "env": {
        "AUSDATA_API_KEY": "<YOUR_AUSDATA_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ausdata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ausdata-mcp"
      ],
      "env": {
        "AUSDATA_API_KEY": "<YOUR_AUSDATA_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ausdata-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ausdata-mcp"
      ],
      "env": {
        "AUSDATA_API_KEY": "<YOUR_AUSDATA_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add ausdata-mcp --env AUSDATA_API_KEY=<YOUR_AUSDATA_API_KEY> -- npx -y ausdata-mcp

Related MCP servers

Query the ABS in plain English — CPI, labour force, building approvals, migration, GDP.

View repository →

Query the AEMO NEM in plain English — 5-min prices, demand, generation, rooftop PV.

View repository →

Query the AIHW in plain English — mortality, cancer, health spend, hospital wait times.

View repository →

Query APRA in plain English — bank capital, fund-level super, insurance stats.

View repository →

Query ASIC registers in plain English — advisers, licensees, banned persons, liquidators.

View repository →

Query the ATO in plain English — tax by postcode, corporate tax, GST, super, charities.

View repository →