# Drilling Cost Per Foot Analyzer AI Agent Connect

> Calculate drilling cost per foot and perform sensitivity analysis for ROP and bit life.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_9Y5EwiAymh3KO3Qyel3Ax4b6rCmHj3RgILRHwcNK/ai-agent-connect
- **Tags:** drilling, oil-and-gas, cost-analysis, engineering, economics

## Description

This MCP server provides essential economic analysis tools for drilling operations. Use `calculate_cpf` to determine the primary cost per foot and total well cost based on rig rates, bit costs, and drilling/trip times. Perform sensitivity testing with `analyze_rop_sensitivity` to see how changes in the rate of penetration impact efficiency, or use `analyze_bit_life_sensitivity` to evaluate the impact of bit durability. You can also use `estimate_formation_impact` to adjust performance parameters based on rock hardness (soft, medium, or hard).

## Tools

### analyze_rop_sensitivity
Evaluates how changes in drilling speed impact the overall cost efficiency

### estimate_formation_impact
Provides a quick estimation of how different rock types affect drilling parameters

### analyze_bit_life_sensitivity
Evaluates how the durability of the bit impacts the overall cost efficiency

### calculate_cpf
Determines the primary economic metric of the drilling operation

## Prompt Examples

**Prompt:** 
```
Calculate the cost per foot for a 5000ft interval with a $500/hr rig rate, $5000 bit cost, 100 hours of drilling, and 20 hours of trip time.
```

**Response:** 
```
The cost per foot for this interval is $12.00, with a total well cost of $60,000.
```

**Prompt:** 
```
What happens to the cost per foot if my ROP increases by 15%? My current CPF is $12.00, ROP is 50 ft/hr, rig rate is $500/hr, bit cost is $5000, trip time is 20 hours, bit life is 500 ft, and total footage is 5000 ft.
```

**Response:** 
```
An increase of 15% in ROP results in a new cost per foot of $10.85, which is a 9.58% reduction in cost.
```

**Prompt:** 
```
Estimate the impact of moving from a medium to a hard formation if my base ROP is 50 ft/hr and bit life is 500 ft.
```

**Response:** 
```
In a hard formation, the adjusted ROP is 25.0 ft/hr and the adjusted bit life is 250.0 ft.
```

## Frequently Asked Questions

**How do I calculate the basic cost per foot?**
Use the `calculate_cpf` tool by providing the rig rate, bit cost, drilling time, trip time, and total footage.

**Can I test how a faster drilling speed affects my budget?**
Yes, use the `analyze_rop_sensitivity` tool to input your current ROP and a percentage change to see the impact on cost per foot.

**How does formation type affect my results?**
You can use `estimate_formation_impact` to adjust your baseline ROP and bit life based on whether the formation is soft, medium, or hard.
