# EPA ECHO MCP for AI Agents AI Agent Connect

> EPA ECHO MCP gives you direct access to US environmental compliance records. You can search for facilities, check air and water permits, and pull enforcement history for specific sites without digging through the government's web portal.

## Overview
- **Category:** government-public-data
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_22Fr5nfovAw290QuQRGHgL3yvUz80qKkJLBBSYhA/ai-agent-connect
- **Tags:** environmental-compliance, regulatory-data, facility-records, enforcement-history, public-records, clean-air-act

## Description

You're trying to figure out if a factory in a specific zip code is actually following environmental laws. Instead of spending hours navigating the EPA's clunky web interface and copy-pasting data into spreadsheets, you can just ask your agent to do the heavy lifting. This Connector pulls from the official Enforcement and Compliance History Online database, letting you grab specific records on Clean Air Act violations, hazardous waste handling, and water discharge limits. It's a huge time saver for anyone who needs to cross-reference compliance history across different states or regions. If you're already using Vinkius to manage your AI tools, this is the one you grab when you need ground truth on industrial environmental impact. It handles the messy data retrieval so you can focus on what the numbers actually mean for your project or your client.

## Tools

### search_hazardous_waste_facilities
This tool finds hazardous waste handlers regulated under the Resource Conservation and Recovery Act. It's useful for tracking waste management compliance.

### search_drinking_water_systems
Use this to find public drinking water systems regulated under the Safe Drinking Water Act. It helps you monitor public water safety.

### search_water_facilities
This tool searches for facilities regulated under the Clean Water Act. It specifically targets those managed under the NPDES program.

### get_effluent_chart
This tool pulls dynamic charts and tables for wastewater discharge permits. It lets you compare permitted limits against actual releases.

### search_air_facilities
Use this to find stationary sources regulated under the Clean Air Act. It helps you identify specific industrial air permit holders.

### search_all_facilities
This tool searches across all environmental program records in the ECHO database. You can find entities using a name, city, or zip code.

### get_detailed_facility_report
This tool fetches a complete compliance history for a single facility. It includes all violations and enforcement actions on record.

## Prompt Examples

**Prompt:** 
```
Find all EPA-regulated facilities in Austin, TX.
```

**Response:** 
```
I found several facilities in Austin, TX. Some notable ones include the Austin Water Utility and various manufacturing sites. Would you like to see a detailed report for a specific one?
```

**Prompt:** 
```
Get a detailed compliance report for facility ID 110000310211.
```

**Response:** 
```
Fetching the Detailed Facility Report for 110000310211... This facility is regulated under the Clean Air Act and RCRA. It has had 2 informal enforcement actions in the last 5 years and is currently listed as **In Compliance**.
```

**Prompt:** 
```
Show me the effluent discharge chart for permit ID TX0004567.
```

**Response:** 
```
Generating effluent chart data for TX0004567... I've retrieved the permitted limits vs. actual measurements for parameters like Nitrogen and TSS. There was one exceedance recorded in Q3 of last year.
```

## Capabilities

### Search facilities by location
Find EPA-regulated entities using names, cities, or zip codes.

### Filter by environmental program
Narrow down results to specific categories like Air, Water, or Hazardous Waste.

### Pull full compliance histories
Get a complete list of violations and enforcement actions for a specific facility ID.

### View wastewater discharge charts
See dynamic data on permitted effluent limits versus actual releases.

### Monitor drinking water systems
Check the status of public water systems regulated under the Safe Drinking Water Act.

## Use Cases

### Verifying a factory's history
A consultant needs to see if a factory in Austin, TX has any history of violations. They ask their agent to use search_all_facilities for Austin, then get_detailed_facility_report for the specific ID.

### Tracking hazardous waste handlers
A researcher wants to find all hazardous waste handlers in a county. They use search_hazardous_waste_facilities to get a list of regulated entities.

### Proving discharge exceedances
A legal team needs to prove a company exceeded discharge limits last year. They use get_effluent_chart to pull the permitted limits and actual release data.

### Checking public water safety
A local official needs to check the status of a public water system. They use search_drinking_water_systems to find the specific regulated system.

## Benefits

- Stop manual web scraping by using search_all_facilities to find any EPA-regulated site instantly.
- Get precise data on air quality by using search_air_facilities to find specific stationary sources.
- Analyze water impact with get_effluent_chart to see permitted limits versus actual wastewater releases.
- Speed up due diligence by pulling full violation histories with get_detailed_facility_report.
- Monitor public health by querying search_drinking_water_systems to check water system statuses.

## How It Works

The bottom line is you get instant access to federal environmental records without the manual web navigation.

1. Connect the EPA ECHO MCP to your AI client via Vinkius.
2. Enter 'PUBLIC' in the token field since no private keys are needed for these web services.
3. Ask your agent to search for specific facilities or pull reports.

## Frequently Asked Questions

**What records can I get with the EPA ECHO MCP?**
You can access records for the Clean Air Act, Clean Water Act, and hazardous waste regulations. It covers facility compliance, violations, and permit limits.

**Can I use the EPA ECHO MCP to find specific violations?**
Yes, you can pull the full enforcement history for any facility by its ID. It shows both formal and informal actions.

**Does the EPA ECHO MCP require a special API key?**
No, you just put 'PUBLIC' in the token field. It connects to the public web services provided by the EPA.

**How can I check drinking water safety with the EPA ECHO MCP?**
You can use it to search for public drinking water systems regulated under the Safe Drinking Water Act to check their status.

**Can I see actual wastewater release numbers?**
Yes, the Connector can retrieve charts and tables showing the permitted limits versus actual releases for specific permits.

**Is the EPA ECHO MCP good for legal due diligence?**
It's great for pulling official enforcement records and permit history to verify a company's compliance status during a search.

**How can I get the full compliance history for a specific facility?**
Use the `get_detailed_facility_report` tool with the specific Facility ID (p_id). This returns a comprehensive 'Detailed Facility Report' (DFR) covering all environmental programs, violations, and inspections.

**Can I search for facilities by city or state?**
Yes! Tools like `search_all_facilities` or `search_water_facilities` accept `p_ct` (City) and `p_st` (State abbreviation) parameters to filter results geographically.

**What information is included in the effluent charts?**
The `get_effluent_chart` tool provides data on permitted discharge limits, actual measured releases, and any exceedances or violations for Clean Water Act (NPDES) permits.