Skip to main content
Glama
tyson-swetnam

EPA Air Quality System (AQS) MCP Server

aqs_daily_summary_by_box

Retrieve daily air quality summaries for monitoring sites within a geographic bounding box, including pollutant levels, AQI values, and statistical data for specified date ranges.

Instructions

Get daily summary air quality data for all monitoring sites within a geographic bounding box. Daily summaries include arithmetic mean, maximum values, observation counts, and AQI values for each day. Specify the bounding box using minimum and maximum latitude/longitude coordinates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoEmail address registered with EPA AQS API. Optional if AQS_EMAIL environment variable is set.
keyNoAPI key from EPA AQS. Optional if AQS_API_KEY environment variable is set.
paramYesParameter code (e.g., 44201 for Ozone, 88101 for PM2.5, 42401 for SO2, 42101 for CO, 42602 for NO2). Multiple codes can be comma-separated (max 5).
bdateYesBegin date in YYYYMMDD format (e.g., 20230101).
edateYesEnd date in YYYYMMDD format (e.g., 20230131). Must be in the same calendar year as bdate.
minlatYesMinimum latitude of the bounding box (southern boundary). Range: -90 to 90.
maxlatYesMaximum latitude of the bounding box (northern boundary). Range: -90 to 90.
minlonYesMinimum longitude of the bounding box (western boundary). Range: -180 to 180.
maxlonYesMaximum longitude of the bounding box (eastern boundary). Range: -180 to 180.

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