EPA ECHO Database
Provides public data on environmental enforcement and compliance history for facilities regulated by the EPA.
Custom Streaming + One-shot
Fetch EPA ECHO enforcement and compliance facility data via the ECHO REST API.
What you can ask Delphi
- “Which EPA-regulated facilities in Ohio had significant non-compliance violations reported in the last quarter?”
- “List all facilities in Los Angeles County regulated under the Clean Water Act and their associated compliance statuses.”
- “What are the details of the enforcement actions taken against the facility 'Acme Manufacturing Inc.' in fiscal year 2023?”
- “Show me the top 10 facilities with the highest number of reported environmental violations under the RCRA program in the past two years.”
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
epa/get_echo_facilities
Fetch EPA ECHO enforcement and compliance facility data via the ECHO REST API.
schedule_epa_echo_facilities
Create or update a recurring EPA ECHO facilities connector.
Inputs ▾
epa/get_echo_facilities
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| state | string | no | Two-letter US state abbreviation (e.g. 'NY', 'CA'). |
| city | string | no | City name to filter facilities (e.g. 'BUFFALO'). |
| zipCode | string | no | ZIP code to filter facilities. |
| county | string | no | County name to filter facilities (e.g. 'ERIE'). |
| limit | number | no | Maximum number of rows to return. Default 100. |
| offset | number | no | Row offset for pagination. Default 0. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
schedule_epa_echo_facilities
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| state | string | no | Two-letter US state abbreviation (e.g. 'NY', 'CA'). |
| city | string | no | City name to filter facilities (e.g. 'BUFFALO'). |
| zipCode | string | no | ZIP code to filter facilities. |
| county | string | no | County name to filter facilities (e.g. 'ERIE'). |
| limit | number | no | Maximum number of rows to return. Default 100. |
| offset | number | no | Row offset for pagination. Default 0. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
| polling_frequency | string | yes | How often to poll EPA ECHO facilities. |
| connectorId | string | no | If provided, updates an existing connector. |