get_aqi_by_city
ActiveTool of Waqi
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"examples": [
{
"city": "beijing"
},
{
"city": "new-delhi"
}
],
"required": [
"city"
],
"properties": {
"city": {
"type": "string",
"description": "City name (e.g., \"beijing\", \"los-angeles\", \"new-delhi\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Waqi
https://github.com/pipeworx-io/mcp-waqi
1/7 registries