MCP server exposing 4 tools for waqi.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/waqi/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/waqi/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io