You're viewing a demo portfolio

Join the waitlist
PRSM

echo_violations

Active

Tool of Epa Echo

declared in 0.1.0

Get violation details for a facility, filterable by program (water, air, waste). Returns violation dates, types, and current status.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "registry_id": "110000350148"
    },
    {
      "program": "CAA",
      "registry_id": "110000350148"
    }
  ],
  "required": [
    "registry_id"
  ],
  "properties": {
    "program": {
      "type": "string",
      "description": "Environmental program filter: \"CWA\" (water), \"CAA\" (air), or \"RCRA\" (waste). Defaults to CWA."
    },
    "registry_id": {
      "type": "string",
      "description": "EPA Registry ID (from echo_facility_search results)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Epa Echo

https://github.com/pipeworx-io/mcp-epa-echo

1/7 registries
View full server →
echo_violations — Epa Echo — PRSM MCP