osha_standard

Pack: osha · Endpoint: https://gateway.pipeworx.io/osha/mcp

Get the full text of one OSHA standard (US workplace-safety / occupational safety and health regulation) by its citation. OSHA standards are 29 CFR — this returns the exact regulatory wording currently in force. Answers “what is the OSHA standard for X”, “does OSHA require X”, “read the text of 1910.132”, “the OSHA fall protection rule”. Forgiving citation input: “1910.132”, “29 CFR 1910.132”, “§1910.132”, “1926.501”, even “1910.132(a)” (paragraph is stripped to the section). Covers 29 CFR 1910 general industry, 1926 construction, 1915/1917/1918 maritime, 1928 agriculture, plus recordkeeping (1904) and PPE / hazard communication / lockout tagout / respiratory protection / confined space / bloodborne pathogens standards. Pass a whole part (e.g. “1910” or “1926”) to get that part’s section list instead. Example: osha_standard({ citation: “1910.132” }) → PPE general requirements; osha_standard({ citation: “1926.501” }) → construction fall protection. Keyless.

Parameters

NameTypeRequiredDescription
citationstringyesOSHA standard citation. A section: “1910.132”, “29 CFR 1910.1200”, “§1910.147”, “1926.501”, “1910.132(a)”. Or a whole part: “1910”, “1926”, “1926 subpart M” → returns the part’s section list.

Example call

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

Connect

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

{
  "mcpServers": {
    "osha": {
      "url": "https://gateway.pipeworx.io/osha/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 24, 2026