get_latest
ActiveTool of Openaq
declared in 0.1.0
Get the latest reading for every pollutant at a specific OpenAQ station (by location id from find_stations). Returns each parameter (PM2.5, O3, NO2, etc.) with its value, units, and measurement time.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 10,
"country": "US"
},
{
"limit": 25,
"country": "IN"
}
],
"required": [
"location_id"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "OpenAQ API key (optional; the gateway supplies one)."
},
"location_id": {
"type": "number",
"description": "OpenAQ location/station id (from find_stations or air_quality_near)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Openaq
https://github.com/pipeworx-io/mcp-openaq
1/7 registries