You're viewing a demo portfolio

Join the waitlist
PRSM

ghg_emissions_by_sector

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Epa Emissions

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

1/7 registries
View full server →