MCP Hub
Back to servers

airquality

Air Quality MCP — wraps air-quality-api.open-meteo.com (free, no auth)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-airquality

MCP server for the Open-Meteo Air Quality API — current air quality conditions and hourly forecasts by location. Free, no auth required.

Tools

ToolDescription
get_air_qualityCurrent AQI, PM2.5, PM10, CO, NO2, and ozone for a location
get_forecastHourly air quality forecast (1-7 days)

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "airquality": {
      "type": "url",
      "url": "https://gateway.pipeworx.io/airquality"
    }
  }
}

CLI Usage

npx @anthropic-ai/mcp-client https://gateway.pipeworx.io/airquality

License

MIT

Reviews

No reviews yet

Sign in to write a review