@pipeworx/waqi
Connect: https://gateway.pipeworx.io/waqi/mcp · Install: one-click buttons
Tools: 4
World Air Quality Index MCP — 12k+ real-time AQI stations worldwide.
Tools
get_aqi_by_city(city)get_aqi_by_location(latitude, longitude)get_aqi_by_station(station_id)search_stations(keyword)
Auth
- Platform key: gateway env
PLATFORM_WAQI_KEY. - BYO:
?_apiKey=<token>after registering at https://aqicn.org/data-platform/token/ (free).
Data source
https://api.waqi.info/ — ?token= query param.
Tools
- get_aqi_by_city — Real-time AQI for a city. Returns AQI value, dominant pollutant, individual pollutant readings (PM2.5, PM10, O3, NO2, SO2, CO), temperature/humidity/pressure, and station info.
- get_aqi_by_location — Real-time AQI for the WAQI station nearest a lat/lon.
- get_aqi_by_station — Real-time AQI for a specific WAQI station by UID (numeric).
- search_stations — Search stations by keyword (city/region name). Returns station UID, name, current AQI, and location.
Tools
-
get_aqi_by_city— Real-time AQI for a city. Returns AQI value, dominant pollutant, individual pollutant readings (PM2.5, PM10, O3, NO2, SO2, CO), temperature/humidity/pressure, and station info. -
get_aqi_by_location— Real-time AQI for the WAQI station nearest a lat/lon. -
get_aqi_by_station— Real-time AQI for a specific WAQI station by UID (numeric). -
search_stations— Search stations by keyword (city/region name). Returns station UID, name, current AQI, and location.