ghg_emissions_by_sector
ActiveTool of Epa Emissions
declared in 0.1.0
Get greenhouse gas emissions by industry sector for a state (e.g., 'Power Plants', 'Chemicals'). Returns sector totals and breakdowns in metric tons CO2-equivalent.
Parameters schema
{
"type": "object",
"examples": [
{
"state": "Texas"
},
{
"limit": 30,
"state": "California",
"sector": "Power Plants"
}
],
"required": [
"state"
],
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 20, max 100)."
},
"state": {
"type": "string",
"description": "Full state name (e.g., \"Texas\")."
},
"sector": {
"type": "string",
"description": "Industry type filter (e.g., \"Power Plants\", \"Petroleum and Natural Gas Systems\", \"Chemicals\")."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Epa Emissions
https://github.com/pipeworx-io/mcp-epa-emissions
1/7 registries