Skip to main content
Glama
tyson-swetnam

EPA Air Quality System (AQS) MCP Server

aqs_annual_summary_by_box

Retrieve annual air quality statistics for pollutants within a geographic bounding box, including means, percentiles, exceedance counts, and data completeness metrics from EPA monitoring sites.

Instructions

Get annual summary data for all monitoring sites within a geographic bounding box defined by latitude/longitude coordinates. Annual summaries include yearly statistics such as arithmetic mean, standard deviation, maximum values, percentiles (10th through 99th), observation counts, data completeness metrics, and exceedance counts for primary and secondary NAAQS standards.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoEmail address registered with the AQS API. If not provided, uses AQS_EMAIL environment variable.
keyNoAPI key for AQS access. If not provided, uses AQS_API_KEY environment variable.
paramYesParameter code for the pollutant (e.g., "44201" for Ozone, "88101" for PM2.5, "42401" for SO2, "42101" for CO, "42602" for NO2, "81102" for PM10). Up to 5 comma-separated codes allowed.
bdateYesBegin date in YYYYMMDD format. Must be in the same calendar year as edate.
edateYesEnd date in YYYYMMDD format. Must be in the same calendar year as bdate.
minlatYesMinimum latitude of the bounding box in decimal degrees (e.g., "33.0").
maxlatYesMaximum latitude of the bounding box in decimal degrees (e.g., "34.5").
minlonYesMinimum longitude of the bounding box in decimal degrees. Use negative values for western hemisphere (e.g., "-118.5").
maxlonYesMaximum longitude of the bounding box in decimal degrees. Use negative values for western hemisphere (e.g., "-117.0").

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tyson-swetnam/aqs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server