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 — Find greenhouse gas emissions from specific facilities by state and facility name. Returns location, type, and total CO2-equivalent emissions in metric tons.ghg_emissions_by_sector — 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.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