observations_in_bbox
ActiveTool of mcp-airnow
declared in 0.1.0
Historical AQI observations inside a bounding box for a date range. Specify pollutants as comma-separated parameter codes (e.g., "OZONE,PM25,PM10,CO,NO2,SO2"). bbox format: "minLon,minLat,maxLon,maxLat".
Parameters schema
{
"type": "object",
"examples": [
{
"bbox": "-74.1,40.6,-73.9,40.8",
"end_date": "2025-01-10T23",
"start_date": "2025-01-10T00"
},
{
"bbox": "-118.3,34.0,-118.2,34.1",
"verbose": true,
"end_date": "2025-01-10T23",
"data_type": "A",
"parameters": "OZONE,PM25,NO2",
"start_date": "2025-01-08T00"
}
],
"required": [
"bbox",
"start_date",
"end_date"
],
"properties": {
"bbox": {
"type": "string",
"description": "minLon,minLat,maxLon,maxLat"
},
"verbose": {
"type": "boolean",
"description": "Include site / county / agency / full-AQS-code fields"
},
"end_date": {
"type": "string",
"description": "YYYY-MM-DDT23"
},
"data_type": {
"type": "string",
"description": "A (AQI) | C (concentration) | B (both, default)"
},
"parameters": {
"type": "string",
"description": "Comma-separated pollutants (default: OZONE,PM25,PM10)"
},
"start_date": {
"type": "string",
"description": "YYYY-MM-DDT00 (hour-granular ISO truncated)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-airnow
https://github.com/pipeworx-io/mcp-airnow
2/7 registries