MCP server exposing 5 tools for epa-emissions.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/epa-emissions/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
ghg_facility_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.ghg_emissions_by_sector — 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.tri_facility_releases — Search toxic chemical release facilities by state. Returns facility location, type, and chemicals released with quantities in pounds.tri_chemical_releases — Track toxic chemical releases by chemical name and state. Returns quantities released to air, water, and land broken down by year.tri_trends — Analyze toxic release trends over time by state or chemical. Returns historical release data across years to identify patterns and changes.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/epa-emissions/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io