VOOZH about

URL: https://apify.com/andrew_avina/air-quality-mcp

โ‡ฑ Air Quality Intelligence MCP ยท Apify


Pricing

$3.00 / 1,000 result item returneds

Go to Apify Store

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

10 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": {...}}

You might also like

EPA Air Quality System (AQS) Scraper

parseforge/epa-aqs-air-quality-scraper

Export U.S. ambient air-quality measurements from EPA's Air Quality System: daily summaries by county, hourly sample readings by monitor site, and active monitor inventory by state. Covers PM2.5, PM10, NO2, O3, CO, SO2, lead, VOCs and meteorological data from 10,000+ monitoring stations.

WAQI Air Quality Scraper

parseforge/waqi-air-quality-scraper

Export real-time air quality from the World Air Quality Index. Pull AQI, dominant pollutant, PM2.5, PM10, O3, NO2, SO2, CO, temperature, humidity, pressure and geo data for any city. Bring your own token or use the included demo key.

OpenAQ Air Quality Scraper

parseforge/openaq-air-quality-scraper

Find air quality monitors anywhere by coordinates or country code. Every station carries its name, coordinates, provider, measured pollutants, and latest readings for PM2.5, PM10, ozone, and NO2 with timestamps. Handy for environmental research, public dashboards, and health monitoring.

IQAir Air Quality Scraper

crawlerbros/iqair-scraper

Scrape IQAir.com for real-time air quality data - city and country AQI rankings, PM2.5, PM10, ozone levels, and historical data. No API key required.

EPA Air Quality Index Scraper

crawlerbros/epa-air-quality-scraper

Scrape US EPA annual Air Quality Index (AQI) data from the public EPA AQS database - no API key required. Get AQI statistics, pollutant breakdowns (PM2.5, PM10, ozone, NO2, CO), and health category day counts for US counties, metro areas (CBSAs), and states. Historical data from 1980 to present.

Advanced Weather MCP - Locations, Routes, Air Quality & Solar

assmblr/advanced-weather-mcp-routes-areas-risk-flags

MCP server providing structured access to global weather, air quality, solar and derived risk signals based on Open-Meteo.

Related articles

Build and deploy MCP servers in minutes with a TypeScript template
Read more
How to use MCP with Apify Actors
Read more
Best MCP servers for developers
Read more