echo_search_by_violation
ActiveTool of Epa Echo
declared in 0.1.0
Find EPA-regulated facilities currently in significant non-compliance (SNC), filterable by state and environmental program (CWA/CAA/RCRA/ALL). Returns facility IDs, names, addresses, and violation status counts.
Parameters schema
{
"type": "object",
"examples": [
{
"state": "CA",
"program": "CWA"
},
{
"limit": 100,
"state": "TX"
}
],
"properties": {
"limit": {
"type": "number",
"description": "Max results to return (default 20, max 100)."
},
"state": {
"type": "string",
"description": "Two-letter state abbreviation (e.g., \"TX\")."
},
"program": {
"type": "string",
"description": "Program filter: \"CWA\", \"CAA\", \"RCRA\", or \"ALL\" (default \"ALL\")."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Epa Echo
https://github.com/pipeworx-io/mcp-epa-echo
1/7 registries