# Lockout/Tagout Procedure Generator AI Agent Connect

> Generates OSHA-compliant lockout/tagout (LOTO) procedures for industrial equipment.

## Overview
- **Category:** compliance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_AcAsivsNcVOXI4LmwCaUthz4ACHLlzL099kW7jyy/ai-agent-connect
- **Tags:** osha, loto, safety, industrial-maintenance, compliance-automation

## Description

This MCP server provides a complete safety suite for generating standardized lockout/tagout (LOTO) procedures. It connects AI agents to critical safety logic to ensure worker protection during maintenance. Using tools like `get_isolation_points` to identify energy control locations, `get_verification_steps` to confirm zero energy states, and `calculate_group_lockout_needs` for multi-worker coordination, it ensures every procedure follows OSHA standards. The `generate_loto_procedure` tool compiles all data into a single, cohesive safety document covering identification, isolation, verification, and shift handovers.

## Tools

### generate_loto_procedure
Compiles all individual safety components into a single, cohesive, and compliant LOTO document

### get_isolation_points
Identifies the specific physical locations where energy must be controlled

### get_verification_steps
Provides the specific physical actions required to confirm zero energy state

### calculate_group_lockout_needs
Determines the requirements for a coordinated lockout when multiple personnel are involved

## Prompt Examples

**Prompt:** 
```
Generate a LOTO procedure for a Conveyor Belt with electrical and pneumatic energy sources for 3 workers.
```

**Response:** 
```
Procedure ID: LOTO-CB-992. Equipment: Conveyor Belt. Isolation Steps: 1. Turn off main electrical disconnect. 2. Close pneumatic supply valve. Verification Steps: 1. Attempt to restart via control panel. 2. Check pressure gauges for zero pneumatic pressure. Group Safety: 3 locks required for 3 workers.
```

**Prompt:** 
```
What are the isolation points for a Hydraulic Press with hydraulic energy?
```

**Response:** 
```
The isolation point for the Hydraulic Press is the main hydraulic fluid supply valve located at the primary manifold.
```

**Prompt:** 
```
How many locks are needed for a 5-person maintenance crew?
```

**Response:** 
```
A total of 5 locks are required for a 5-person maintenance crew to ensure individual protection.
```

## Frequently Asked Questions

**Does this tool comply with OSHA standards?**
Yes, the procedures are designed to follow OSHA LOTO regulations to ensure a zero energy state is achieved and verified.

**How does it handle multiple workers?**
It uses `calculate_group_lockout_needs` to determine the required number of locks and specific handover protocols for multi-worker or multi-shift scenarios.

**Can I use this for different types of machinery?**
Yes, the system supports various equipment types and energy sources including electrical, pneumatic, and hydraulic energy.
