# Wellbore Cleaning Efficiency AI Agent Connect

> Evaluates hole cleaning effectiveness and cuttings transport efficiency.

## Overview
- **Category:** analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_3iqdpSxZh4ICrT8cYMwrcrnPa4EFEw8bLHn0nhsn/ai-agent-connect
- **Tags:** drilling, wellbore, cuttings-transport, rheology, hole-cleaning

## Description

This MCP server provides analytical tools to evaluate the effectiveness of cuttings transport and the accumulation of cuttings beds during drilling operations. It allows AI agents to calculate `bed_height`, determine `critical_velocity`, and `optimize_flow_rate` based on mud rheology, hole angle, and ROP. Use `evaluate_cleaning_risk` to receive safety assessments and recommendations to prevent stuck pipe and pressure issues.

## Tools

### optimize_flow_rate
Recommends the necessary flow rate to achieve a target cleaning efficiency

### calculate_bed_height
Determines the thickness of the cuttings bed accumulated at a specific section of the wellbore

### determine_critical_velocity
Calculates the minimum fluid velocity required to prevent or remove a cuttings bed

### evaluate_cleaning_risk
Provides a high-level safety assessment based on current drilling parameters

## Prompt Examples

**Prompt:** 
```
What is the expected bed height for a 45 degree hole with a viscosity of 20, flow rate of 500, ROP of 15, and cuttings size of 0.005?
```

**Response:** 
```
The calculated bed height is 0.025 meters with a cleaning efficiency of 85% and a Low risk level.
```

**Prompt:** 
```
Calculate the minimum velocity needed for a 60 degree well with a mud yield point of 15, cuttings size of 0.008, and fluid density of 1100.
```

**Response:** 
```
The critical velocity required is 0.45 m/s with a safety threshold of 0.52 m/s.
```

**Prompt:** 
```
I have a bed height of 0.15m in a 12.25 inch hole at a 75 degree angle. What is the risk?
```

**Response:** 
```
The risk score is 75, which is a Warning level. It is recommended to increase flow rate or circulate bottoms up.
```

## Frequently Asked Questions

**How can I check if my wellbore is at risk of stuck pipe?**
You can use the `evaluate_cleaning_risk` tool to get a risk score and alert level based on your current bed height and wellbore diameter.

**What parameters are needed to calculate the required flow rate?**
To use `optimize_flow_rate`, you need to provide the target efficiency, hole angle, mud viscosity, ROP, and cuttings size.

**Does this tool account for hole inclination?**
Yes, all core tools like `calculate_bed_height` and `determine_critical_velocity` require the hole angle to account for gravity-driven cuttings settling in inclined wells.
