# Torque and Drag Analysis AI Agent Connect

> Calculates hook load, surface torque, side forces, and buckling risk for wellbore operations.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_HPGj8ol1xcPBCpr6La8sAY1DVtIMoeqfhPa7810U/ai-agent-connect
- **Tags:** torque, drag, wellbore, drilling, mechanical-analysis

## Description

This MCP server provides critical mechanical analysis for drilling and completion operations. It connects AI agents to specialized models that calculate `get_hook_load` to determine surface weight, `get_surface_torque` for rotational resistance, `get_side_forces` to identify contact forces, and `check_buckling_risk` to evaluate structural stability. The tools account for wellbore trajectory, pipe properties, mud weight, and friction factors across drilling, casing, and completion phases.

## Tools

### check_buckling_risk
Evaluates the likelihood of the drill string or completion assembly undergoing buckling

### get_hook_load
Determines the total weight experienced at the surface hook for a given string

### get_side_forces
Calculates the contact forces between the pipe and the wellbore wall at various points

### get_surface_torque
Calculates the rotational resistance applied at the surface during drilling operations

## Prompt Examples

**Prompt:** 
```
What is the expected hook load for my current drilling string?
```

**Response:** 
```
The calculated hook load for the specified trajectory and pipe properties is 250,000 lbs.
```

**Prompt:** 
```
Is there a risk of the drill string buckling under this load?
```

**Response:** 
```
The analysis shows a safety factor of 1.5 against sinusoidal buckling, indicating low risk.
```

**Prompt:** 
```
Calculate the surface torque for the current drilling operation.
```

**Response:** 
```
The surface torque is calculated at 15,000 ft-lbs.
```

## Frequently Asked Questions

**What operations are supported?**
The tools support drilling, casing, and completion operations.

**How is buckling risk assessed?**
The `check_buckling_risk` tool evaluates the likelihood of sinusoidal or helical buckling by comparing axial loads against critical thresholds based on wellbore geometry.

**Can I calculate surface torque during casing?**
No, the `get_surface_torque` tool is specifically designed for drilling operations.
