facilities_by_zip
Pack: epa-envirofacts · Endpoint: https://gateway.pipeworx.io/epa-envirofacts/mcp
List EPA-regulated facilities in a US ZIP code from the EPA Facility Registry Service (FRS). Returns each facility once with all the EPA programs (RCRAINFO, NPDES, AIRS, TRI, etc.) it’s regulated under. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
zip | string | yes | 5-digit US ZIP code, e.g. “94704”. |
limit | number | no | Max rows to fetch (default 20, max 50). |
Example call
curl -X POST https://gateway.pipeworx.io/epa-envirofacts/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"facilities_by_zip","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"epa-envirofacts": {
"url": "https://gateway.pipeworx.io/epa-envirofacts/mcp"
}
}
}
See Getting Started for client-specific install steps.