get_aqi_by_location
ActiveTool of Waqi
declared in 0.1.0
Real-time AQI for the WAQI station nearest a lat/lon.
Parameters schema
{
"type": "object",
"examples": [
{
"latitude": 40.7128,
"longitude": -74.006
},
{
"latitude": 28.7041,
"longitude": 77.1025
}
],
"required": [
"latitude",
"longitude"
],
"properties": {
"latitude": {
"type": "number",
"description": "Latitude"
},
"longitude": {
"type": "number",
"description": "Longitude"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Waqi
https://github.com/pipeworx-io/mcp-waqi
1/7 registries