You're viewing a demo portfolio

Join the waitlist
PRSM

tri_chemical_releases

Active

Tool of Epa Emissions

declared in 0.1.0

Track toxic chemical releases by chemical name and state. Returns quantities released to air, water, and land broken down by year.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "chemical": "LEAD"
    },
    {
      "limit": 40,
      "state": "OH",
      "chemical": "MERCURY"
    }
  ],
  "required": [
    "chemical"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max results (default 20, max 100)."
    },
    "state": {
      "type": "string",
      "description": "Two-letter state abbreviation to filter by (optional)."
    },
    "chemical": {
      "type": "string",
      "description": "Chemical name (e.g., \"LEAD\", \"MERCURY\", \"BENZENE\", \"TOLUENE\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Epa Emissions

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

1/7 registries
View full server →