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