Skip to content
Back to search
100
MCP live v1.1.0 streamable-http

EPA Air Quality & Toxics

com.olyport/epa

Toxics Release Inventory, Superfund sites, air quality data, and AQI

Uptime
10.7%
28 probes
Response
484ms
last probe
Tools
5
callable

Tools · 5

get_current_aqi

Get the current Air Quality Index (AQI) for a location. Provide either a zip_code OR latitude/longitude coordinates. Returns AQI values, pollutant levels, and health category for each mea…

get_aqi_forecast

Get the air quality forecast for a ZIP code. Returns forecast AQI values and health categories for upcoming days, typically covering today and the next 1-2 days. Args: zip_code: …

get_annual_air_quality

Get annual air quality summary data for a US state. Returns annual statistics from the EPA Air Quality System (AQS), including mean concentrations, max values, and exceedance counts for t…

get_tri_facilities

Get Toxics Release Inventory (TRI) facilities in a state. Returns facilities that report toxic chemical releases to the EPA, including facility names, addresses, and industry information. …

get_superfund_sites

Get active Superfund (National Priorities List) sites in a state. Returns hazardous waste cleanup sites listed on the EPA's National Priorities List, including site names, locations, and stat…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "epa_air_quality_&_toxics": {
      "url": "https://mcp.olyport.com/epa/mcp",
      "transport": "streamable-http"
    }
  }
}