# Value Engineering Comparator MCP

> The Value Engineering Comparator analyzes construction alternatives by calculating total Life Cycle Costs (LCC) and quantifying savings-to-investment ratios. Stop guessing about long-term costs; this MCP helps you compare different building solutions—from initial build to abandonment—by giving you precise financial metrics like net savings and investment efficiency.

## Overview
- **Category:** finance
- **Price:** Free
- **Tags:** value-engineering, lifecycle-cost, construction-management, financial-analysis, mcp-server

## Description

Planning a major construction project involves more than just the upfront budget. You need to know what an asset will cost over its entire lifespan, accounting for maintenance, energy use, and eventual replacement. This MCP provides specialized tools for that kind of deep financial analysis. It allows you to compare multiple building solutions by determining their total economic commitment from day one through abandonment. If you're comparing a baseline design against a proposed upgrade, the system quantifies exactly how much money you save or how efficient your extra capital spend is. Instead of juggling complex spreadsheets and making assumptions about future costs, you pass the parameters to your agent, and it handles the financial engineering calculations instantly. You can connect this MCP through Vinkius's catalog directly from any compatible client like Cursor or VS Code.

## Tools

### calculate_investment_efficiency
Determines the Savings-to-Investment Ratio (SIR), quantifying how much saving is generated for every extra dollar spent on an upgrade.

### compute_total_lcc
Calculates the total Life Cycle Cost of an asset, summing up initial build costs and all predicted maintenance expenses over time.

### calculate_net_savings
Compares two full cost models to calculate the absolute net financial savings realized by selecting one design over another.

## Prompt Examples

**Prompt:** 
```
Calculate the total LCC for a concrete slab with an initial cost of 5000, annual maintenance of 200, and a service life of 50 years.
```

**Response:** 
```
The total Life Cycle Cost is 15000.
```

**Prompt:** 
```
Compare a baseline LCC of 10000 with a proposed LCC of 8500.
```

**Response:** 
```
The net savings realized is 1500.
```

**Prompt:** 
```
Calculate the efficiency of an upgrade that saves 2000 with an extra investment of 500.
```

**Response:** 
```
The Savings-to-Investment Ratio (SIR) is 4.0.
```

## Capabilities

### Determine total lifetime cost
Calculate an asset’s full economic commitment, accounting for initial construction and all future maintenance over its service life.

### Compare alternative designs
Pinpoint the exact net financial savings achieved by switching from a standard design to a proposed upgrade.

### Measure investment return
Calculate how efficiently every extra dollar spent on an upgrade contributes to overall savings (the Savings-to-Investment Ratio).

## Use Cases

### Comparing a new facade material
A project architect needs to know if an expensive, energy-efficient curtain wall is worth the cost premium. They input both materials into your agent: one uses `compute_total_lcc` to calculate the full 40-year cost for both options, then passes those totals through `calculate_net_savings`. The result shows a massive net saving over time.

### Deciding on structural upgrades
A construction firm is evaluating adding an elevator shaft. They use the MCP to model the upgrade cost versus the resulting increase in usable square footage. By calculating efficiency, they determine if the required extra investment yields a favorable SIR.

### Analyzing different foundation types
A civil engineer must decide between two foundation designs. They use `compute_total_lcc` for both scenarios to account for maintenance and ground shifting risk over five decades, selecting the lowest total cost option.

### Optimizing utility infrastructure spending
A campus planner needs to justify a $500k investment in geothermal heating. They run the efficiency tool, comparing the savings against that specific upfront cost, allowing them to present a definitive ROI metric.

## Benefits

- Avoid budgeting errors. Instead of just looking at the sticker price, use `compute_total_lcc` to see the full financial commitment from start to finish. It’s a necessary view for any major build.
- Stop debating minor costs. By running `calculate_net_savings`, you instantly get a clear dollar figure showing how much money your firm saves by choosing the better design, removing guesswork entirely.
- Prove the value of expensive upgrades. The system runs `calculate_investment_efficiency` to give you the Savings-to-Investment Ratio (SIR), which proves that extra capital spending actually pays off.
- Cut analysis time from days to minutes. Instead of building complex Excel models, your agent handles the financial engineering calculations instantly when connected through Vinkius's catalog.
- Gain confidence in proposals. You move discussions away from 'cost' and toward 'Return on Investment,' backed by concrete numbers derived from LCC modeling.

## How It Works

The bottom line is you get objective, quantifiable proof of which design makes the most economic sense over time.

1. Input the initial costs, annual maintenance estimates, and service life for two or more competing construction designs.
2. The MCP calculates the full cost trajectory for each design using the total LCC tool. This gives you a clear financial picture for every option.
3. You then pass these calculated totals to the comparison tools, which output actionable metrics like net savings or investment efficiency.

## Frequently Asked Questions

**How does compute_total_lcc work?**
It calculates the total economic cost of an asset by summing up initial build costs and all predicted maintenance expenses over its full service life. It gives you one comprehensive number for comparison.

**Can I use calculate_net_savings to compare two buildings?**
Yes, this tool takes the total LCC figures from your different models and outputs a simple, definitive net savings amount. This is perfect for quick comparisons in a meeting.

**What does calculate_investment_efficiency tell me?**
It calculates the Savings-to-Investment Ratio (SIR). Essentially, it answers: 'For every extra dollar we spend on this upgrade, how many dollars do we save over time?'

**Is the Value Engineering Comparator suitable for small renovations?**
The MCP is built for large-scale financial modeling and long-term assets. For minor fixes, a simple cost comparison tool might be better.

**What specific data format does calculate_net_savings expect for project inputs?**
It expects two distinct sets of figures: one representing the baseline Life Cycle Cost and another for the proposed alternative. Providing these structured metrics allows for a clear, direct calculation of the difference.

**How does compute_total_lcc handle variations in currency across inputs?**
The tool requires all monetary figures—including initial costs and annual maintenance fees—to be denominated in a single currency. If currencies vary, you must standardize the data before passing it to the MCP.

**Are there performance limitations when running calculate_investment_efficiency with large datasets?**
The calculations are efficient, but processing extremely complex models can take time. For the best experience, group related comparisons together rather than submitting them individually.

**If I need to model a project that is phased over many years, how should I structure inputs for compute_total_lcc?**
You must provide the total cost and maintenance data segmented by phase or year. The MCP accepts arrays of data points, allowing you to accurately track costs across extended timeframes.

**What is Life Cycle Cost (LCC)?**
LCC represents the total economic commitment required for a construction solution, including both upfront capital expenditure and all maintenance costs throughout its useful life.

**How do I use the SIR calculation?**
Use `calculate_investment_efficiency` by providing the total savings and the initial cost delta to find out how much is saved for every dollar of extra investment.

**Can I compare two different materials?**
Yes, by calculating the LCC for both materials using `compute_total_lcc` and then comparing them with `calculate_net_savings`.