# Process Safety Management Audit AI Agent Connect

> Automated OSHA 1910.119 compliance auditing for hazardous chemical facilities.

## Overview
- **Category:** compliance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_GYYRA9ke0o9Pvm1f2leiAktQE0ReRbJrZdxa2xWa/ai-agent-connect
- **Tags:** osha, psm, audit, safety-management, industrial-safety

## Description

This MCP server provides a structured framework for evaluating facility compliance against the OSHA 1910.119 Process Safety Management (PSM) standard. It covers all 14 mandatory elements, including Process Safety Information, Process Hazard Analysis, and Mechanical Integrity. Users can use `audit_facility_compliance` to generate a comprehensive compliance profile, `identify_safety_gaps` to pinpoint specific non-compliance areas, and `generate_action_plan` to create prioritized remediation tasks. The tool also provides access to master requirements via `get_element_checklist` to assist in audit preparation.

## Tools

### audit_facility_compliance
Performs a comprehensive audit of a facility against the 14 PSM elements to generate a compliance profile

### generate_action_plan
You can filter by priority.

Converts identified safety gaps into a prioritized list of corrective actions for management

### get_element_checklist
Retrieves the master standard requirements for any of the 14 PSM elements

### identify_safety_gaps
You can filter by a specific PSM element if needed.

Isolates specific areas of non-compliance to pinpoint where the facility is failing the OSHA standard

## Prompt Examples

**Prompt:** 
```
Run a compliance audit for facility ID 'FAC-9928'.
```

**Response:** 
```
The compliance audit for FAC-9928 is complete. The overall compliance score is 82%, with 4 total gaps identified across Mechanical Integrity and Training.
```

**Prompt:** 
```
What are the specific requirements for the Management of Change element?
```

**Response:** 
```
The Management of Change element requires documented procedures for evaluating changes, technical basis for changes, and authorization protocols.
```

**Prompt:** 
```
Show me the prioritized action items for facility 'FAC-9928' with critical priority.
```

**Response:** 
```
The critical action items for FAC-9928 are: 1. Conduct immediate Process Hazard Analysis update. 2. Verify Mechanical Integrity testing records for pressure vessels.
```

## Frequently Asked Questions

**What standard does this tool audit against?**
The tool audits against the OSHA 1910.119 Process Safety Management (PSM) standard, covering all 14 mandatory elements.

**How can I find specific compliance failures?**
You can use the `identify_safety_gaps` tool to isolate specific areas of non-compliance and see which PSM elements are affected.

**Can I generate a remediation plan from the audit results?**
Yes, once gaps are identified, you can use `generate_action_plan` to create a prioritized list of corrective actions.
