ghg_emissions_by_sector
ActiveTool of Epa Emissions
Total greenhouse-gas emissions by INDUSTRY SECTOR within a US state (EPA GHGRP) — answers 'which sectors emit the most in <state>'. Sectors: Power Plants, Refineries, Chemicals, Metals, Minerals, Pulp and Paper, Petroleum and Natural Gas Systems, Waste, etc. Returns each sector's total metric tons CO2e and facility count, ranked. State-scoped (pass a state); data lags ~1.5y so the latest full year (~2023) is auto-selected unless `year` is given.
Parameters schema
{
"type": "object",
"examples": [
{
"state": "Texas"
},
{
"limit": 30,
"state": "California",
"sector": "Power Plants"
}
],
"required": [
"state"
],
"properties": {
"year": {
"type": "number",
"description": "Reporting year (default: latest available, ~2023)."
},
"state": {
"type": "string",
"description": "US state — 2-letter code (\"TX\") or full name (\"Texas\"). Required (state-scoped, not national)."
},
"sector": {
"type": "string",
"description": "Optional — filter to one sector by name (e.g. \"Power Plants\", \"Refineries\", \"Chemicals\")."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Epa Emissions
https://github.com/pipeworx-io/mcp-epa-emissions
1/7 registries