epa_regulation

Pack: epa-regulations · Endpoint: https://gateway.pipeworx.io/epa-regulations/mcp

Get the full text of one EPA regulation — a US Environmental Protection Agency rule codified in 40 CFR — by its citation. Returns the exact regulatory wording currently in force. Answers “what does 40 CFR 261 say”, “what is the EPA regulation for X”, “does the EPA require X”, “read 40 CFR 60.1”, “the RCRA hazardous waste rule”, “the Clean Air Act / Clean Water Act regulation for X”. Forgiving citation input: “261.4”, “40 CFR 261.4”, “§60.1”, even “261.4(a)” (paragraph stripped to the section). Covers 40 CFR part 60 new source performance standards (emission standards / Clean Air Act), part 261 identification & listing of hazardous waste (RCRA), part 262 hazardous waste generators, part 122 NPDES permits (Clean Water Act), part 141 national primary drinking water regulations, part 63 NESHAP air toxics, TSCA parts (700s) toxic substances — the whole of Title 40 (air, water, waste, chemicals). This is EPA REGULATIONS (the rules/regulatory text); for EPA DATA (facility enforcement, ECHO compliance, GHG emissions) use the epa-echo / epa-emissions tools. Pass a whole part (e.g. “261” or “60”) to get that part’s section list. Example: epa_regulation({ citation: “261.4” }) -> exclusions from hazardous waste; epa_regulation({ citation: “40 CFR 60.1” }) -> applicability of emission standards. Keyless.

Parameters

NameTypeRequiredDescription
citationstringyesEPA regulation citation. A section: “261.4”, “40 CFR 261.4”, “§60.1”, “261.4(a)”. Or a whole part: “261”, “part 60” -> returns the part’s section list.

Example call

curl -X POST https://gateway.pipeworx.io/epa-regulations/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"epa_regulation","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "epa-regulations": {
      "url": "https://gateway.pipeworx.io/epa-regulations/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 25, 2026