You're viewing a demo portfolio

Join the waitlist
PRSM

tri_facility_releases

Active

Tool of Epa Emissions

declared in 0.1.0

Search toxic chemical release facilities by state. Returns facility location, type, and chemicals released with quantities in pounds.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "state": "TX"
    },
    {
      "limit": 25,
      "state": "CA",
      "facility_name": "Chemical"
    }
  ],
  "required": [
    "state"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max results (default 20, max 100)."
    },
    "state": {
      "type": "string",
      "description": "Two-letter state abbreviation (e.g., \"TX\", \"CA\")."
    },
    "facility_name": {
      "type": "string",
      "description": "Facility name to search for (partial match)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Epa Emissions

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

1/7 registries
View full server →
tri_facility_releases — Epa Emissions — PRSM MCP