# Well Intervention Planning Engine AI Agent Connect

> Generates operational requirements, timelines, and contingency protocols for oil and gas well interventions.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_XGSSdZ3b8pL5WJCfpVYpdKfed6WO3YZOjpxWwIwZ/ai-agent-connect
- **Tags:** well-intervention, oil-and-gas, operational-planning, safety-protocols, engineering-tools

## Description

This MCP server provides specialized planning capabilities for oil and gas well intervention operations. It allows AI agents to calculate precise equipment requirements using `get_equipment_requirements`, estimate operational timelines with `estimate_operational_timeline`, and generate safety protocols via `generate_contingency_protocols`. Additionally, it can verify if a chosen delivery method is safe for specific well conditions using `validate_method_suitability`. It supports planning for wireline, coiled tubing, and snubbing operations.

## Tools

### generate_contingency_protocols
Provides a list of safety and recovery procedures based on potential risks

### get_equipment_requirements
Determines the specific hardware and tool strings needed for a planned intervention

### validate_method_suitability
Checks if a chosen intervention method is safe and capable of handling the specific well conditions

### estimate_operational_timeline
Calculates the expected duration for the entire intervention process

## Prompt Examples

**Prompt:** 
```
What equipment do I need for a plug setting using wireline in a well with 3000 psi pressure and 150 degrees temperature?
```

**Response:** 
```
For a plug setting via wireline at 3000 psi and 150°F, you will require a specific tool string including a mechanical plug, a wireline unit with sufficient tension capacity, and pressure-rated lubricators rated above 3000 psi.
```

**Prompt:** 
```
Estimate the time for a coiled tubing acid wash at 5000ft depth with 10 tools.
```

**Response:** 
```
The total estimated duration for the coiled tubing acid wash at 5000ft is 42 hours, including mobilization, setup, active intervention, and teardown.
```

**Prompt:** 
```
What should I do if a pressure spike occurs during a snubbing operation?
```

**Response:** 
```
In the event of a pressure spike during snubbing, the primary protocol is to immediately halt injection and stabilize the wellbore pressure using the snubbing unit's control system.
```

## Frequently Asked Questions

**What intervention methods are supported?**
The engine supports wireline, coiled tubing, and snubbing operations.

**How can I check if a method is safe for my well?**
You can use the `validate_method_suitability` tool to check if a method is capable of handling specific pressure and temperature conditions.

**Can this tool help with equipment selection?**
Yes, the `get_equipment_requirements` tool determines the specific hardware, tool strings, and pressure ratings needed for your planned task.
