Air Quality Intelligence MCP avatar

Air Quality Intelligence MCP

Pricing

$3.00 / 1,000 result item returneds

Go to Apify Store
Air Quality Intelligence MCP

Air Quality Intelligence MCP

Access real-time US air quality measurements via MCP from the OpenAQ v3 API. Returns PM2.5, PM10, NO2, O3, CO, and SO2 readings from monitoring stations across the United States. No API key required.

Pricing

$3.00 / 1,000 result item returneds

Rating

0.0

(0)

Developer

Andrew Avina

Andrew Avina

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Share

Access real-time US air quality measurements via MCP from the OpenAQ v3 API. Returns PM2.5, PM10, NO2, O3, CO, and SO2 readings from monitoring stations across the United States. No API key required.

Data Source

  • API: OpenAQ v3 (completely free and public)
  • Locations: https://api.openaq.org/v3/locations?country_id=US
  • Measurements: https://api.openaq.org/v3/measurements
  • Coverage: 2,500+ US monitoring stations

MCP Tools

ToolDescription
get_air_qualityGet real-time measurements by city, state, pollutant
get_air_quality_summaryAggregate stats: min/max/avg, AQI breakdown by category
list_monitored_citiesAlways-available curated city list with latest PM2.5

Input Parameters

ParameterTypeDescription
serveMcpbooleanStart HTTP MCP server on port 4321
citystringCity name (e.g. "Los Angeles", "Chicago")
statestring2-letter state abbreviation
parameterstring"pm25" (default), "pm10", "no2", "o3", "co", "so2", "all"
limitintegerMax results (1–200, default 50)

Output Fields

FieldDescription
location_nameMonitoring station name
cityCity
stateState abbreviation
latitudeStation latitude
longitudeStation longitude
parameterPollutant measured (pm25, no2, o3, etc.)
valueMeasured value
unitUnit (µg/m³ or ppm)
measured_atMeasurement timestamp (UTC)
aqi_categoryAQI category for PM2.5 (Good/Moderate/Unhealthy...)
sourceData source URL

AQI Categories (PM2.5)

PM2.5 (µg/m³)Category
0–12Good
12–35.4Moderate
35.4–55.4Unhealthy for Sensitive Groups
55.4–150.4Unhealthy
150.4–250.4Very Unhealthy
250.4+Hazardous

Fallback Data

20 curated city readings: Seattle, Portland, Minneapolis, Boston, Miami, Chicago, Denver, Phoenix, Atlanta, New York, Los Angeles, Fresno, Bakersfield, Houston, Dallas, Washington DC, San Francisco, San Diego, Las Vegas, Salt Lake City.

MCP Server Mode

Set serveMcp: true to start an HTTP MCP server on port 4321. Point your MCP client at:

  • GET /mcp/tools — list available tools
  • POST /mcp/call — call a tool with {"name": "...", "arguments": {...}}