# Lifting Cost Calculator AI Agent Connect

> Calculate production costs per barrel, analyze cost trends, and benchmark performance.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_2nF6qNBhZ9YYlk1v8qe7n53kLoWXO3GqCp93D9SK/ai-agent-connect
- **Tags:** oil-and-gas, production-cost, unit-cost, benchmarking, cost-analysis

## Description

This MCP server provides essential tools for oil and gas production cost analysis. It allows AI agents to calculate the unit cost per barrel using `get_unit_cost`, track cost fluctuations over time with `get_cost_trend`, evaluate performance against industry standards via `compare_to_benchmark`, and examine the breakdown of fixed and variable expenses through `get_cost_composition`.

## Tools

### get_unit_cost
Calculates the cost per barrel for a specific period and asset

### compare_to_benchmark
Evaluates the asset's unit cost against industry-standard performance levels

### get_cost_composition
Provides a granular breakdown of fixed vs. variable costs and specific cost categories

### get_cost_trend
Analyzes how the cost per barrel changes over a sequence of time periods

## Prompt Examples

**Prompt:** 
```
What was the unit cost for asset ASSET-123 in 2023-Q1?
```

**Response:** 
```
The unit cost for ASSET-123 in 2023-Q1 was $12.50 per barrel, with a total operating expense of $1,250,000 and a total volume of 100,000 barrels.
```

**Prompt:** 
```
Is asset ASSET-456 performing well compared to the global standard for 2023-Q2?
```

**Response:** 
```
Yes, ASSET-456 is outperforming the global standard. Its unit cost is $10.00, which is $2.00 lower than the benchmark value of $12.00.
```

**Prompt:** 
```
Show me the cost composition for ASSET-789 in 2023-Q3.
```

**Response:** 
```
For ASSET-789 in 2023-Q3, the fixed costs totaled $500,000 and variable costs totaled $300,000, resulting in a fixed-to-variable cost ratio of 1.67.
```

## Frequently Asked Questions

**How do I calculate the cost per barrel for a specific asset?**
You can use the `get_unit_cost` tool by providing the asset ID and the desired time period.

**Can I compare my production costs to industry standards?**
Yes, the `compare_to_benchmark` tool allows you to compare your asset's unit cost against regional, global, or internal peer benchmarks.

**How can I see if my costs are increasing or decreasing?**
Use the `get_cost_trend` tool to analyze how the cost per barrel changes over a sequence of time periods.
