# Field Development Optimization AI Agent Connect

> Optimize reservoir development plans, drilling schedules, and facility sizing.

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

## Description

This MCP server provides advanced tools for optimizing field development plans. It allows AI agents to calculate the most profitable drilling schedules using `get_optimal_drilling_plan`, determine ideal infrastructure scale with `optimize_facility_sizing`, and find the ideal number of wells via `evaluate_well_count`. Additionally, users can assess plan robustness against reservoir variability using `run_uncertainty_simulation`.

## Tools

### evaluate_well_count
Suggests the optimal number of wells to balance reservoir drainage against capital expenditure

### get_optimal_drilling_plan
Determines the most profitable sequence and timing for drilling wells

### optimize_facility_sizing
Calculates the ideal size for surface infrastructure to support production

### run_uncertainty_simulation
Assesses the robustness of a proposed development plan against reservoir variability

## Prompt Examples

**Prompt:** 
```
What is the best drilling schedule for a reservoir with high permeability and a well cost of 5 million dollars?
```

**Response:** 
```
The optimal drilling schedule involves drilling 4 wells in Year 1 and 2 wells in Year 2 to maximize the total NPV of 150 million dollars.
```

**Prompt:** 
```
How many wells should I drill for this reservoir profile?
```

**Response:** 
```
Based on the reservoir characteristics and current economic parameters, the optimal well count is 8 wells.
```

**Prompt:** 
```
What is the peak capacity needed for my facility?
```

**Response:** 
```
To support the planned production, the facility requires a maximum capacity of 50,000 barrels per day.
```

## Frequently Asked Questions

**How do I determine the best time to drill wells?**
You can use the `get_optimal_drilling_plan` tool, which analyzes reservoir data and economic parameters to find the most profitable sequence.

**Can I test how reservoir uncertainty affects my NPV?**
Yes, the `run_uncertainty_simulation` tool assesses the robustness of your plan by running multiple scenarios based on defined uncertainty ranges.

**How is facility capacity determined?**
The `optimize_facility_sizing` tool calculates the required scale for surface infrastructure based on reservoir properties and target production rates.
