You're viewing a demo portfolio

Join the waitlist
PRSM

tri_trends

Active

Tool of Epa Emissions

declared in 0.1.0

Analyze toxic release trends over time by state or chemical. Returns historical release data across years to identify patterns and changes.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "state": "TX",
      "end_year": 2023,
      "start_year": 2018
    },
    {
      "chemical": "BENZENE",
      "start_year": 2015
    }
  ],
  "properties": {
    "state": {
      "type": "string",
      "description": "Two-letter state abbreviation (e.g., \"OH\")."
    },
    "chemical": {
      "type": "string",
      "description": "Chemical name (e.g., \"LEAD\")."
    },
    "end_year": {
      "type": "number",
      "description": "End year for the trend range (default: most recent available)."
    },
    "start_year": {
      "type": "number",
      "description": "Start year for the trend range (default: 5 years ago)."
    }
  }
}

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 →