Working examples of AI agents, automations, and embeds built on ausdata.io — Australia's public-data API.
Each recipe is a self-contained, copy-pasteable starting point. Get a free key at ausdata.io (500 calls/month, no card).
| # | Recipe | Stack | Time-to-deploy |
|---|---|---|---|
| 1 | Claude Desktop AU economy chatbot | Claude Desktop + MCP | 60 sec |
| 2 | Daily CPI digest → Slack | Python + cron + Slack | 5 min |
| 3 | RBA decision-day alert (Zapier) | Zapier (no-code) | 10 min |
| 4 | Real-wages tweet thread | Python + ChatGPT + tweepy | 15 min |
| 5 | Newsletter widget (HTML embed) | One <script> tag |
30 sec |
| 6 | Notion macro tracker | Python + Notion API | 10 min |
| 7 | Discord economy bot | discord.py + Python | 15 min |
| 8 | Cursor / Continue IDE plugin | MCP config | 60 sec |
git clone https://github.com/Bigred97/ausdata-recipes
cd ausdata-recipes/<recipe-name>
export AUSDATA_API_KEY=ak_...
pip install -r requirements.txt
python main.pyPart of a family of MCP servers + a hosted API for Australian public data:
- Sister MCPs (free, MIT): abs · rba · ato · apra · aihw · asic · aemo · au-weather · wgea
- Hosted API + cross-source endpoints: ausdata.io
- Python SDK:
pip install ausdataio· Node MCP:npx -y ausdata-mcp
MIT. Use these freely.
- ausdata-api — the hosted API
- ausdata-mcp — the npm MCP server
- ausdata Python SDK — Python client + CLI
Built by Harrison Vass (LinkedIn). I verify automated systems: agents draft the code, I direct, review and answer for what ships.