air_quality
ActiveTool of Open Meteo
"Air quality / AQI in [city]" / "is the air safe to breathe in [location]" / "pollution levels for [place]" / "smoke / smog / wildfire-smoke forecast" / "pollen forecast" — global air quality and pollen forecast at any lat/lng. Returns PM2.5, PM10, ozone (O3), NO2, SO2, CO, dust, and pollen (alder/birch/grass/mugwort/olive/ragweed) up to 5 days ahead, plus European AQI / US AQI. Free, keyless.
Parameters schema
{
"type": "object",
"examples": [
{
"latitude": 40.7128,
"longitude": -74.006
},
{
"hourly": "pm2_5,pm10,o3,no2",
"latitude": 52.52,
"longitude": 13.405,
"forecast_days": 3
}
],
"required": [
"latitude",
"longitude"
],
"properties": {
"hourly": {
"type": "string",
"description": "Comma-separated variables. Default pm2_5,pm10,o3,no2,european_aqi"
},
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
},
"forecast_days": {
"type": "number",
"description": "1-5 (default 5)"
}
}
}Parent server
Open Meteo
https://github.com/pipeworx-io/mcp-open-meteo
1/7 registries