facilities_by_state
ActiveTool of mcp-epa-envirofacts
List EPA-regulated facilities in a US state (and optionally a city) from the EPA Facility Registry Service (FRS). Returns each facility once with all the EPA programs it is regulated under. Keyless.
Parameters schema
{
"type": "object",
"required": [
"state"
],
"properties": {
"city": {
"type": "string",
"description": "Optional city name, e.g. \"Berkeley\"."
},
"limit": {
"type": "number",
"description": "Max rows to fetch (default 20, max 50)."
},
"state": {
"type": "string",
"description": "2-letter US state code, e.g. \"CA\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-epa-envirofacts
https://github.com/pipeworx-io/mcp-epa-envirofacts
2/7 registries