echo_facility_search
ActiveTool of Epa Echo
declared in 0.1.0
Search EPA-regulated facilities by name, state, ZIP code, city, or industry code (e.g., "3211" for logging). Returns facility IDs, addresses, compliance status, and program affiliations.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 20,
"state": "PA",
"facility_name": "Steel Mill"
},
{
"city": "Houston",
"limit": 50,
"naics": "3211",
"state": "TX"
}
],
"properties": {
"zip": {
"type": "string",
"description": "ZIP code."
},
"city": {
"type": "string",
"description": "City name."
},
"limit": {
"type": "number",
"description": "Max results to return (default 20, max 100)."
},
"naics": {
"type": "string",
"description": "NAICS industry code."
},
"state": {
"type": "string",
"description": "Two-letter state abbreviation (e.g., \"CA\")."
},
"facility_name": {
"type": "string",
"description": "Facility name (partial match)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Epa Echo
https://github.com/pipeworx-io/mcp-epa-echo
1/7 registries