You're viewing a demo portfolio

Join the waitlist
PRSM

ghg_emissions_by_sector

Active

Tool of Epa Emissions

declared in 0.1.0

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\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Epa Emissions

https://github.com/pipeworx-io/mcp-epa-emissions

1/7 registries
View full server →
ghg_emissions_by_sector — Epa Emissions — PRSM MCP