air_quality_near
ActiveTool of Openaq
Get the latest air-quality readings (PM2.5, PM10, O3, NO2, SO2, CO, etc.) at the monitoring station NEAREST to a latitude/longitude. PREFER for "air quality near me", "what is the air quality at <coordinates>", "is the air bad in <place> right now". Returns the nearest station with its most recent pollutant values, plus other nearby stations.
Parameters schema
{
"type": "object",
"required": [
"latitude",
"longitude"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "OpenAQ API key (optional; the gateway supplies one)."
},
"latitude": {
"type": "number",
"description": "Latitude in decimal degrees (e.g., 40.785)."
},
"longitude": {
"type": "number",
"description": "Longitude in decimal degrees (e.g., -73.968)."
},
"radius_km": {
"type": "number",
"description": "Search radius in km (default 12, max 25 — OpenAQ limit)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Openaq
https://github.com/pipeworx-io/mcp-openaq
1/7 registries