echo_violations
ActiveTool of Epa Echo
declared in 0.1.0
Get violation details for a facility, filterable by program (water, air, waste). Returns violation dates, types, and current status.
Parameters schema
{
"type": "object",
"examples": [
{
"registry_id": "110000350148"
},
{
"program": "CAA",
"registry_id": "110000350148"
}
],
"required": [
"registry_id"
],
"properties": {
"program": {
"type": "string",
"description": "Environmental program filter: \"CWA\" (water), \"CAA\" (air), or \"RCRA\" (waste). Defaults to CWA."
},
"registry_id": {
"type": "string",
"description": "EPA Registry ID (from echo_facility_search results)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Epa Echo
https://github.com/pipeworx-io/mcp-epa-echo
1/7 registries