Skip to content
Cursor

ausdata.io — Australian Public Data for Cursor

io.ausdata/ausdata-mcp

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

client:Cursor transport:stdio runtime:npm

Install ausdata.io — Australian Public Data in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ausdata.io — Australian Public Data in other clients