
Au Weather Mcp
Wire Australian BOM forecasts, current observations, air quality, and long-range historical weather into agent-built apps without hand-rolling BOM APIs.
Overview
io.ausdata/au-weather-mcp is a MCP server for the Build phase that queries Australian BOM weather forecasts, current observations, air quality, and long historical archives for coding agents.
What is this MCP server?
- Forecasts and current observations from Australian Bureau of Meteorology (BOM) data
- Air quality queries alongside weather
- Access to roughly 80 years of archived weather history for analysis and demos
- PyPI package au-weather-mcp v0.4.9 with stdio MCP transport
- Published by ausdata.io with GitHub source at Bigred97/au-weather-mcp
- Server version 0.4.9
- Marketed 80-year BOM weather archive
- stdio transport via PyPI identifier au-weather-mcp
What problem does it solve?
BOM and air-quality endpoints are awkward to explore manually while you are trying to ship an AU location feature in one afternoon.
Who is it for?
Indie builders making Australia-only apps, event planners, ag-tech prototypes, or travel tools that need trustworthy local forecast and archive data.
Skip if: Global weather stacks, builders outside Australia, or teams that already operate a paid commercial weather API with SLAs.
What do I get? / Deliverables
Your agent returns structured Australian weather and air-quality answers inside the repo so you can implement APIs, UI, and alerts without leaving the editor.
- Agent-callable tools for AU forecasts and current observations
- Air quality query results alongside weather
- Historical weather series suitable for charts and backtests
Recommended MCP Servers
Journey fit
Canonical shelf is Build because the main job is connecting a production data source into whatever you are shipping. Integrations is the right subphase: stdio MCP tools that your coding agent calls while implementing location-aware features.
How it compares
Focused BOM weather MCP, not the 28-tool ausdata.io government data bundle.
Common Questions / FAQ
Who is io.ausdata/au-weather-mcp for?
Solo and indie developers using Claude Code, Cursor, or similar agents who need Australian weather and air quality data while building integrations.
When should I use io.ausdata/au-weather-mcp?
Use it during Build when you are adding forecast widgets, safety alerts, historical charts, or backend jobs that must cite BOM-aligned Australian conditions.
How do I add io.ausdata/au-weather-mcp to my agent?
Install the PyPI package au-weather-mcp, register the server with stdio transport in your MCP client config, and restart the agent so the weather tools appear.