# Process Safety Lead Indicator AI Agent Connect

> Monitor proactive safety metrics like inspection completion, training compliance, and near-miss trends.

## Overview
- **Category:** safety
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_AAb9bGeOH6t3Fq0wOq0gEu8Gdcjj8EKolSh9UVhY/ai-agent-connect
- **Tags:** safety, compliance, industrial, risk-management, metrics

## Description

This MCP server provides real-time visibility into proactive safety health through leading indicators. It allows AI agents to monitor industrial safety by accessing critical data such as `get_indicator_score` for aggregate health, `get_training_compliance` for workforce readiness, and `get_inspection_status` for maintenance integrity. It also tracks `get_near_miss_trends` to evaluate reporting culture and `get_action_item_performance` to ensure corrective actions are addressed promptly.

## Tools

### get_action_item_performance
Measures the effectiveness of the corrective action process

### get_indicator_score
Provides the current aggregate safety health score for a specific facility or time period

### get_inspection_status
Monitors the health of the preventative maintenance and inspection schedule

### get_near_miss_trends
Evaluates the reporting culture by analyzing near-miss frequency and trends

### get_training_compliance
Answers how well the workforce is meeting mandatory safety training requirements

## Prompt Examples

**Prompt:** 
```
What is the current safety health score for facility FAC-992?
```

**Response:** 
```
The current safety health score for facility FAC-992 is 85, which is categorized as Healthy.
```

**Prompt:** 
```
Are there any overdue inspections at the main site?
```

**Response:** 
```
There are currently 3 overdue inspections at the main site.
```

**Prompt:** 
```
Show me the near-miss trends for the last 6 months for facility SITE-A.
```

**Response:** 
```
For SITE-A, the near-miss reporting trend is Stable, with a current monthly count of 12 and an average of 11.5 over the last 6 months.
```

## Frequently Asked Questions

**What are leading indicators?**
Leading indicators are proactive metrics used to predict potential future failures before they become incidents, such as monitoring `get_inspection_status` to ensure maintenance is on track.

**How can I check if my facility is meeting training requirements?**
You can use the `get_training_compliance` tool to see the percentage of personnel with valid certifications and identify any overdue training modules.

**Does this tool track how quickly safety issues are fixed?**
Yes, the `get_action_item_performance` tool measures the effectiveness of the corrective action process and the speed of closing identified hazards.
