# Finding and Development Cost Calculator AI Agent Connect

> Calculate finding and development (F&D) costs per BOE for oil and gas reserves.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_a7tquKr5f3VoCD1E2jmCB7OPRmslCRHbolAJx4ye/ai-agent-connect
- **Tags:** boe, exploration, development, capital-expenditure, reserves

## Description

This MCP server provides specialized tools to calculate critical oil and gas industry metrics. It allows AI agents to determine the efficiency of capital deployment by calculating finding cost per BOE, development cost per BOE, and total F&D expenditure. Using tools like `get_fd_summary_report`, agents can generate comprehensive reports that account for exploration capital, development capital, and reserve additions to evaluate resource acquisition efficiency.

## Tools

### get_development_cost_per_boe
Calculates the efficiency of development activities

### get_fd_summary_report
Provides a comprehensive breakdown of all F&D metrics for a given period

### get_finding_cost_per_boe
Calculates the efficiency of exploration activities

### get_total_fd_cost
Calculates the total capital expenditure for finding and development

## Prompt Examples

**Prompt:** 
```
What is the total F&D cost if exploration capital is 500M and development capital is 300M?
```

**Response:** 
```
The total F&D cost is 800,000,000.
```

**Prompt:** 
```
Calculate the finding cost per BOE for 100M exploration capital and 5M BOE reserve additions.
```

**Response:** 
```
The finding cost per BOE is 20.
```

**Prompt:** 
```
Provide a summary report for 200M exploration, 150M development, and 10M BOE reserves.
```

**Response:** 
```
Total F&D cost is 350,000,000, finding cost per BOE is 20, development cost per BOE is 15, and total reserve additions are 10,000,000 BOE.
```

## Frequently Asked Questions

**What is the purpose of this MCP?**
It calculates finding and development (F&D) costs per barrel of oil equivalent (BOE) to help evaluate capital efficiency in energy projects.

**How do I get a full breakdown of my costs?**
You can use the `get_fd_summary_report` tool to receive a complete summary including total F&D cost, finding cost per BOE, and development cost per BOE.

**Can I calculate development costs separately?**
Yes, the `get_development_cost_per_boe` tool allows you to isolate development efficiency specifically.
