You're viewing a demo portfolio

Join the waitlist
PRSM

air_quality

Active

Tool of Open Meteo

declared in 0.1.0

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

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Open Meteo

https://github.com/pipeworx-io/mcp-open-meteo

1/7 registries
View full server →
air_quality — Open Meteo — PRSM MCP