Home / Sources / Australian Energy Market Operator

Australian Energy Market Operator

8 curated datasets · Licensed AEMO Copyright Permissions.

List the datasets

curl -H 'Authorization: Bearer ak_your_key' \
  https://api.ausdata.io/v1/datasets/aemo

Fetch data

curl -H 'Authorization: Bearer ak_your_key' \
  'https://api.ausdata.io/v1/data/aemo/daily_summary?limit=10'

Inspect a dataset's schema

curl -H 'Authorization: Bearer ak_your_key' \
  https://api.ausdata.io/v1/describe/aemo/daily_summary

Use it from an AI agent (MCP)

Australian Energy Market Operator also ships as a free, MIT-licensed Model Context Protocol server on PyPI. It gives Claude and other agents search, describe, get_data and latest tools over AEMO data, no gateway key required.

pip install aemo-mcp

Attribution for every response is returned in meta.sources[].attribution. Reproduce it when you publish.