# Reserve Replacement Ratio Calculator AI Agent Connect

> Calculate critical petroleum industry metrics like RRR, Reserve Life Index, and F&D costs.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_5DRyYLxRp0Ds4ZX2AgcO7fN3jlwBS6Evd5p6nMhs/ai-agent-connect
- **Tags:** petroleum, reserves, rrr, oil-and-gas, metrics

## Description

This MCP server provides specialized tools for petroleum industry professionals to assess reserve sustainability. It calculates the Reserve Replacement Ratio (RRR) to determine if production is being adequately replaced by new discoveries or acquisitions. Users can also predict the longevity of current assets using the Reserve Life Index and evaluate capital efficiency through Finding and Development (F&D) costs. Key tools include `calculate_rrr` for replacement ratios, `calculate_reserve_life` for asset longevity, `calculate_fd_costs` for capital efficiency, and `get_reserve_status` for a comprehensive sustainability overview.

## Tools

### calculate_reserve_life
Predicts the longevity of current reserve stocks

### get_reserve_status
Provides a summary overview of the current reserve health and replacement capability

### calculate_fd_costs
Evaluates the capital efficiency of reserve growth

### calculate_rrr
Determines the organic and total ability of a company to replace its produced reserves

## Prompt Examples

**Prompt:** 
```
Calculate the RRR if production is 500 units, drilling additions are 400, and acquisitions are 150.
```

**Response:** 
```
The total RRR is 1.1 and the organic RRR is 0.8.
```

**Prompt:** 
```
What is the reserve life if we have 5000 units of year-end reserves and produce 500 units annually?
```

**Response:** 
```
The reserve life index is 10 years.
```

**Prompt:** 
```
Calculate F&D costs for $2000 spent on 100 units of drilling additions.
```

**Response:** 
```
The finding and development cost is 20 per unit.
```

## Frequently Asked Questions

**What is the Reserve Replacement Ratio (RRR)?**
The RRR compares the volume of new reserves added during a period to the volume of reserves produced. A ratio of 1.0 means reserves are being replaced at the same rate they are produced.

**How do I calculate the Reserve Life Index?**
You can use the `calculate_reserve_life` tool by providing the total year-end reserves and the annual production volume.

**Can I distinguish between organic and inorganic additions?**
Yes, the `calculate_rrr` tool provides both the total RRR and the organic RRR, which focuses strictly on drilling additions.
