You're viewing a demo portfolio

Join the waitlist
PRSM

epa_facility_search

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Search EPA-regulated facilities by state, city, zip, and/or facility name. Returns each facility's Registry ID (needed for the other EPA tools), address, and a snapshot of its compliance status across Clean Air Act, Clean Water Act, RCRA (waste), and Safe Drinking Water programs. Provide at least one filter; broad queries (e.g. state only for a large state) may be rejected as too broad, so add a city, zip, or name.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "zip": {
      "type": "string",
      "description": "5-digit ZIP code (e.g. '20010')."
    },
    "city": {
      "type": "string",
      "description": "City name (e.g. 'Washington')."
    },
    "name": {
      "type": "string",
      "description": "Facility name or fragment (e.g. 'Pepco', 'refinery')."
    },
    "limit": {
      "type": "number",
      "description": "Maximum facilities to return (default 25, max 100)."
    },
    "state": {
      "type": "string",
      "description": "Two-letter state or territory code (e.g. 'DC', 'TX', 'CA')."
    },
    "active_only": {
      "type": "boolean",
      "description": "If true, only return facilities flagged with active enforcement/compliance activity."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
epa_facility_search — io.github.blackboxfoundry/livedatalink — PRSM MCP