echo_facility_search
ActiveTool of Epa Echo
Search EPA-regulated facilities by name, state, ZIP code, city, or industry code. facility_name uses a case-insensitive starts-with match; prepend % for a contains search (e.g., "%Exxon%" finds any facility with "Exxon" in its name). For best results combine a short keyword with city/state: {facility_name: "%Exxon%", city: "Baytown", state: "TX"} to find the ExxonMobil Baytown refinery. 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 (e.g., \"Baytown\")."
},
"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., \"TX\")."
},
"facility_name": {
"type": "string",
"description": "Facility name — starts-with match by default; use % wildcard for contains search, e.g., \"%Exxon%\" or \"%Baytown%\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Epa Echo
https://github.com/pipeworx-io/mcp-epa-echo
1/7 registries