ghg_facility_emissions
ActiveTool of Epa Emissions
The biggest greenhouse-gas-emitting facilities in a US state (EPA GHGRP), ranked by total CO2-equivalent emissions. Returns each facility's name, location, industry sector(s), and total metric tons CO2e. State-scoped (pass a state). Data lags ~1.5 years — latest full year is auto-selected (currently 2023) unless a `year` is given.
Parameters schema
{
"type": "object",
"examples": [
{
"state": "Texas"
},
{
"limit": 50,
"state": "California",
"facility_name": "Power Plant"
}
],
"required": [
"state"
],
"properties": {
"year": {
"type": "number",
"description": "Reporting year (default: latest available, ~2023)."
},
"limit": {
"type": "number",
"description": "Max facilities to return, ranked by emissions (default 20, max 200)."
},
"state": {
"type": "string",
"description": "US state — 2-letter code (\"TX\", \"CA\") or full name (\"Texas\"). Required (this is state-scoped, not national)."
},
"facility_name": {
"type": "string",
"description": "Optional — filter to facilities whose name contains this text."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Epa Emissions
https://github.com/pipeworx-io/mcp-epa-emissions
1/7 registries