# Well Economics & Abandonment Optimizer AI Agent Connect

> Calculate economic limits, abandonment timing, and remaining reserves for producing wells.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_T8ZONYFDtlqBsoZEWucmrGe21YIyjMobEYPdlIeB/ai-agent-connect
- **Tags:** oil-and-gas, petroleum, production, economics, decline-curve

## Description

This MCP server provides essential tools for petroleum engineers and asset managers to optimize well life cycles. By connecting AI agents to production data, you can use `get_economic_limit` to find the profitability threshold, `calculate_abandonment_timing` to predict the end of production, and `estimate_remaining_reserves` to quantify recoverable volumes. Additionally, `analyze_intervention_impact` helps evaluate if workovers or artificial lift installations are financially sound based on current decline curves and operating costs.

## Tools

### calculate_abandonment_timing
Predicts when the well will reach its economic limit and should be abandoned

### estimate_remaining_reserves
Calculates the total volume of oil or gas that can be recovered until abandonment

### get_economic_limit
Determines the production rate threshold where the well ceases to be profitable

### analyze_intervention_impact
Evaluates if a workover or the installation of artificial lift is economically viable

## Prompt Examples

**Prompt:** 
```
What is the economic limit for a well producing 500 bbl/d with operating costs of $2000/day and oil at $75/bbl?
```

**Response:** 
```
The economic limit rate for this well is 26.67 bbl/d.
```

**Prompt:** 
```
How much oil can we recover from a well currently at 200 bbl/d with a limit rate of 50 bbl/d and a decline exponent of 0.5?
```

**Response:** 
```
The estimated recoverable volume is 600 bbl.
```

**Prompt:** 
```
If I spend $50,000 on a workover to increase my rate by 20%, is it worth it for a well with 10,000 barrels of reserves?
```

**Response:** 
```
The intervention is not viable as the net value impact is negative.
```

## Frequently Asked Questions

**How do I determine when a well should be shut in?**
You can use the `get_economic_limit` tool to find the rate where revenue equals operating costs, and then use `calculate_abandonment_timing` to see how long it will take to reach that threshold.

**Can this tool help evaluate workover decisions?**
Yes, the `analyze_intervention_impact` tool evaluates if the cost of a workover or artificial lift is offset by the resulting increase in production and revenue.

**How are remaining reserves calculated?**
The `estimate_remaining_reserves` tool calculates the integral of the production rate from the current rate down to the economic limit rate based on your decline exponent.
