# Multilateral Well Design AI Agent Connect

> Optimize multilateral well configurations by calculating lateral placement and junction types.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_2ROYCv3Nq8rqpYLQvQvyD1ylQMpthvvor2kjEllw/ai-agent-connect
- **Tags:** drilling, reservoir, taml, wellbore, multilateral

## Description

This MCP server provides specialized engineering tools for designing complex multilateral well configurations. It allows users to determine optimal lateral placement using `calculate_optimal_placement`, select appropriate TAML levels via `select_junction_type`, and estimate flow contributions with `evaluate_productivity`. The server also includes `validate_design_feasibility` to ensure all designs respect physical and mechanical constraints, balancing reservoir contact with drilling complexity.

## Tools

### calculate_optimal_placement
Determines the best spatial positioning for branches within a defined reservoir volume

### evaluate_productivity
Estimates the individual and total flow contributions of the proposed multilateral configuration

### select_junction_type
Recommends the appropriate TAML level for the proposed well design

### validate_design_feasibility
Performs a final check to ensure the design respects all physical and mechanical limits

## Prompt Examples

**Prompt:** 
```
Find the best placement for branches in a reservoir with these target zones: [zone1, zone2].
```

**Response:** 
```
The optimal placement plan suggests two lateral paths with a total reservoir contact of 450 meters.
```

**Prompt:** 
```
What TAML level is needed for 3 branches with a pressure differential of 500 psi?
```

**Response:** 
```
A TAML Level 4 junction is recommended to provide the necessary pressure integrity for this configuration.
```

**Prompt:** 
```
Estimate the productivity for a design with a TAML 3 junction and these lateral paths.
```

**Response:** 
```
The estimated total flow rate for this configuration is 1,250 barrels per day.
```

## Frequently Asked Questions

**How do I determine the best position for my well branches?**
You can use the `calculate_optimal_placement` tool, which analyzes reservoir geometry and target zones to find the best spatial positioning for branches.

**What is a TAML level?**
TAML levels define the mechanical integrity and complexity of the junction where a lateral meets the main wellbore. You can use `select_junction_type` to find the recommended level for your specific design.

**Can I check if my well design is physically possible?**
Yes, the `validate_design_feasibility` tool performs a final check to ensure the design respects all physical, mechanical, and completion constraints.
