tri_trends
ActiveTool 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)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Epa Emissions
https://github.com/pipeworx-io/mcp-epa-emissions
1/7 registries