# LNG Project Economics AI Agent Connect

> Economic analysis for LNG value chains, including delivered cost, NPV, and break-even price.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_CmkRH3z5b4LpP4aqdZkpwbk6c90MWncq9Gf2yyDe/ai-agent-connect
- **Tags:** lng, economics, energy, finance, modeling

## Description

This MCP server provides specialized economic modeling for the Liquefied Natural Gas (LNG) industry. It connects AI agents to an integrated chain model that evaluates the entire value chain from gas supply to regasification. Use `calculate_delivered_cost` to determine landed prices, `calculate_project_npv` to assess lifetime profitability, `calculate_break_even_price` to find the minimum viable market price, and `analyze_chain_efficiency` to pinpoint the most expensive segment of the LNG chain.

## Tools

### analyze_chain_efficiency
Compares the cost contributions of different stages in the LNG chain

### calculate_break_even_price
Identifies the minimum market price required to make the project economically viable

### calculate_delivered_cost
Determines the total cost to deliver one unit of LNG to the destination terminal

### calculate_project_npv
Evaluates the total lifetime profitability of the LNG project

## Prompt Examples

**Prompt:** 
```
What is the delivered cost per unit if gas supply is 2.0, CAPEX is 500, OPEX is 50, capacity is 5, shipping is 10 per trip with 10 trips per year, and regasification is 1.5?
```

**Response:** 
```
The total delivered cost per unit is 15.5.
```

**Prompt:** 
```
Calculate the NPV for a project with 100 annual revenue, 60 annual operating cost, 200 initial investment, 10 years life, and 5% discount rate.
```

**Response:** 
```
The Net Present Value (NPV) for this project is 151.58.
```

**Prompt:** 
```
Which part of the LNG chain is most expensive if gas cost is 3, liquefaction OPEX is 2, shipping is 5, and regasification is 1, with an annual capacity of 10?
```

**Response:** 
```
The most expensive segment is shipping.
```

## Frequently Asked Questions

**What can this MCP server calculate?**
It calculates delivered LNG costs, project Net Present Value (NPV), break-even gas prices, and identifies the most expensive segments in the LNG value chain using `analyze_chain_efficiency`.

**How does it handle shipping costs?**
The `calculate_delivered_cost` tool incorporates shipping costs by taking the cost per trip and the number of trips per year into account.

**Is this suitable for large-scale project modeling?**
Yes, the model accounts for annual capacity and capital expenditures, making it suitable for modeling both small-scale and large-scale LNG projects.
