mcpserver.lol
registry/openaq-mcp-server
Connection check verified live · 27h ago

openaq-mcp-server

Find air-quality stations and read pollutant observations from government monitors via OpenAQ v3.

Tools 7
GitHub stars 2
Installs / wk 238
Licence Apache-2.0
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

7 tools

Read from the running server on 27h ago.

openaq_dataframe_describe read-only canvas_id*
List the tables and columns staged on a DataCanvas so you can write valid SQL for openaq_dataframe_query without guessing column names. Returns each measurement table (measurements…
openaq_dataframe_query read-only sql*canvas_id*
Run a read-only SQL SELECT against the measurement tables openaq_get_measurements staged on a DataCanvas. Reference tables by the name the measurements call returned (measurements_…
openaq_find_locations read-only isobboxpagelimitradiuscoordinates +1
Find air-quality monitoring stations (measured by physical sensors, not modeled) near a point, within a bounding box, or by country. Returns each station's id, name, coordinates, d…
openaq_get_measurements read-only limitcanvas_iddatetimeTolocationId*aggregationdatetimeFrom +1
Historical measurement series for one pollutant at one station over a date range — for trend analysis and "was last week worse than the monthly average?". Pass a locationId and a p…
openaq_get_readings read-only locationIdcoordinatesparametersId
Latest measured value for every sensor at a monitoring station — the current-conditions tool. Returns one record per parameter, each with the value, its unit, the UTC and local tim…
openaq_list_countries read-only queryparametersId
Catalog of country-level coverage: id, ISO code, name, the date span of available station data (datetimeFirst/datetimeLast), and which parameters are measured anywhere in that coun…
openaq_list_parameters read-only querypollutantsOnly
Catalog of every measurable pollutant and its canonical unit: id, code, display name, unit, and a one-line description (pm25, pm10, o3, no2, so2, co, bc, and ~38 more). This is the…