This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
get_locations
InactiveTool of Openaq
declared in 0.1.0
Find air quality monitoring stations by city and/or country (e.g., city="Delhi", country="IN"). Returns station coordinates, names, and available pollutant parameters.
Parameters schema
{
"type": "object",
"examples": [
{
"city": "Delhi",
"limit": 15,
"country": "IN"
},
{
"city": "London",
"country": "GB"
}
],
"required": [],
"properties": {
"city": {
"type": "string",
"description": "City name to filter locations by (e.g. \"London\", \"Los Angeles\")."
},
"limit": {
"type": "number",
"description": "Maximum number of locations to return (default 10, max 100)."
},
"country": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code to filter by (e.g. \"US\", \"GB\")."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Openaq
https://github.com/pipeworx-io/mcp-openaq
1/7 registries