air_quality
ActiveTool of mcp-openweather
declared in 0.1.0
Get the current air quality for a set of coordinates: an air quality index (AQI, 1=Good to 5=Very Poor) plus pollutant component concentrations (CO, NO2, O3, PM2.5, PM10, etc.). Example: air_quality({ lat: 51.5, lon: -0.12 })
Parameters schema
{
"type": "object",
"required": [
"lat",
"lon"
],
"properties": {
"lat": {
"type": "number",
"description": "Latitude."
},
"lon": {
"type": "number",
"description": "Longitude."
},
"_apiKey": {
"type": "string",
"description": "Optional — your own OpenWeatherMap API key for higher limits; omit to use the shared Pipeworx key."
}
}
}Parent server
mcp-openweather
https://github.com/pipeworx-io/mcp-openweather
2/7 registries