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