OpenAQ
Query OpenAQ air-quality monitoring locations, latest readings, sensor measurements, and reference metadata.
Tools
| Name | Description |
|---|---|
list_locationsList OpenAQ monitoring locations with country, coordinates, bounding box, and parameter filters. | List OpenAQ monitoring locations with country, coordinates, bounding box, and parameter filters. |
get_locationGet OpenAQ monitoring location details by location ID. | Get OpenAQ monitoring location details by location ID. |
get_location_latestGet the latest measurements for a location. | Get the latest measurements for a location. |
list_sensor_measurementsList raw OpenAQ sensor measurements with explicit date bounds and bounded pagination. | List raw OpenAQ sensor measurements with explicit date bounds and bounded pagination. |
list_parametersList OpenAQ parameter metadata such as PM2.5, PM10, ozone, NO2, and units. | List OpenAQ parameter metadata such as PM2.5, PM10, ozone, NO2, and units. |
list_countriesList countries represented in OpenAQ data. | List countries represented in OpenAQ data. |
Triggers
| Name | Description |
|---|---|
new_latest_measurementsTriggers when the latest measurement keys for a location change after the initial baseline. | Triggers when the latest measurement keys for a location change after the initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('openaq', 'list_locations', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'openaq',
input: { /* ... */ },
})Related Integrations
Frequently Asked Questions
How do I connect OpenAQ to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does OpenAQ support?
OpenAQ supports 6 tools including List Locations, Get Location, Get Location Latest, List Sensor Measurements, List Parameters, and more.
Can I use OpenAQ with AI agents?
Yes. Add OpenAQ to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can OpenAQ be used in stateful agent workflows?
Yes. Agents can combine OpenAQ tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does OpenAQ use?
OpenAQ uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the OpenAQ integration cost?
The OpenAQ integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does OpenAQ support?
OpenAQ supports 1 triggers including New Latest Measurements.
Connect OpenAQ in minutes
Get 20,000 free action executions every month. No credit card required.