# LPD Calculator MCP

> Lighting Power Density (LPD) Calculator determines a space's wattage per square foot, verifies if your setup meets ASHRAE 90.1 codes, and projects exact energy savings from upgrading to LED fixtures. Stop guessing about efficiency; get verifiable data on compliance and operational costs instantly.

## Overview
- **Category:** sustainability
- **Price:** Free
- **Tags:** ashrae, lpd, led, energy-savings, compliance

## Description

When you need to prove that a building’s electrical system is efficient—or needs major upgrades—this MCP gives you the math. You can determine the current lighting power density for any space, which tells you the wattage output relative to its size. If you're worried about meeting mandated energy codes like ASHRAE 90.1, you run a compliance check right away. Better yet, if you plan on switching out old fixtures for LEDs, the system estimates your annual kWh savings so you know exactly what the return is worth. These calculations save days of spreadsheet work and expensive consulting fees. You just connect to Vinkius, access this MCP, and let your agent handle the complex engineering math.

## Tools

### calculate_lpd_value
Determines the Lighting Power Density (LPD) based on a space’s dimensions and current lighting load.

### estimate_led_energy_savings
Calculates projected annual energy consumption savings from upgrading to LED fixtures.

### verify_ashrae_compliance
Checks if the current lighting power density meets the standards set by ASHRAE 90.1 guidelines.

## Prompt Examples

**Prompt:** 
```
What is the LPD for a 5000 sq ft space with 15000W of lighting?
```

**Response:** 
```
The calculated Lighting Power Density (LPD) is 3.0 W/SF.
```

**Prompt:** 
```
Is an LPD of 1.2 W/SF compliant for an Office space?
```

**Response:** 
```
Yes, the lighting setup is compliant with ASHRAE 90.1 standards.
```

**Prompt:** 
```
How much energy will I save if I switch from 60W bulbs to 15W LEDs in a 2000 sq ft area with 2500 annual operating hours?
```

**Response:** 
```
The retrofit will result in an annual savings of 150 kWh, representing a 75% reduction in energy consumption.
```

## Capabilities

### Calculate Current LPD
Determine the exact wattage per square foot for a specific building area.

### Check ASHRAE Compliance
Verify if your current lighting setup meets required national energy standards (ASHRAE 90.1).

### Project LED Savings
Estimate the total annual kilowatt-hour savings you'll achieve after switching to modern LED fixtures.

## Use Cases

### Client needs to pass a green building audit
A sustainability consultant receives plans for a large office buildout. They use the MCP to calculate the initial LPD using `calculate_lpd_value`. Then, they run `verify_ashrae_compliance` and find the current fixture setup fails the standard. The agent then calculates potential savings via `estimate_led_energy_savings`, proving how much the client saves by making the required upgrades.

### Facility owner wants to minimize CapEx
A facility manager needs a fast payback period estimate for lighting upgrades. They input the old and new fixture specs into `estimate_led_energy_savings`. The agent returns an annual kWh reduction figure, allowing them to present a clear, data-backed ROI calculation to finance.

### Checking existing building code compliance
An MEP engineer is reviewing a 30-year-old warehouse. They use `calculate_lpd_value` on the current setup and immediately run it through `verify_ashrae_compliance`. The tool confirms the LPD exceeds modern standards, flagging immediate required improvements.

### Comparing retrofits across multiple sites
A portfolio manager needs to compare energy performance across five different buildings. They run `calculate_lpd_value` for all five and then use the savings projection from `estimate_led_energy_savings` on each one, creating a comparative cost-benefit report in minutes.

## Benefits

- Pinpoint exact utility savings: Run `estimate_led_energy_savings` to quantify exactly how many kilowatt-hours and dollars you save by retrofitting lighting, eliminating guesswork from the budget process.
- Ensure code adherence: Use `verify_ashrae_compliance` to instantly check if your LPD meets current ASHRAE 90.1 standards, avoiding expensive fines or project delays due to non-compliance.
- Know your baseline metrics: The `calculate_lpd_value` tool provides the core metric—wattage per square foot—giving you a precise starting point for any energy audit.
- Move beyond estimates: Instead of using old calculation sheets, get actionable numbers that prove energy reduction and compliance status in one go.
- Save time on audits: Combining these tools lets your agent run an entire preliminary energy review without needing three different specialty calculators.

## How It Works

The bottom line is you stop making energy efficiency calls based on gut feeling or outdated manual calculations.

1. Input your space parameters: provide details like the area size, current lighting wattage, and expected operating hours.
2. The MCP runs three calculations: it establishes the LPD, checks that figure against ASHRAE 90.1 standards, and models potential LED retrofits.
3. You get back a clear report showing your compliance status, calculated LPD value, and precise annual dollar/kWh savings.

## Frequently Asked Questions

**How does the `calculate_lpd_value` tool work?**
The tool computes your Lighting Power Density by taking the total installed wattage and dividing it by the square footage. This gives you a specific measure of electrical load per area, which is critical for energy modeling.

**Is `verify_ashrae_compliance` just checking one thing?**
No, `verify_ashrae_compliance` checks if the calculated LPD meets the mandatory thresholds set by ASHRAE 90.1 guidelines for your given occupancy type. It's a direct compliance check.

**Can I use `estimate_led_energy_savings` without knowing my current LPD?**
While you can input the data manually, it is much more accurate to first run `calculate_lpd_value`. Using your calculated LPD as a baseline ensures the energy savings projection is based on solid numbers.

**What kind of inputs does the MCP need?**
The system requires specific input metrics: total area size, current wattage load (W), and annual operating hours. The more accurate your data here, the better the resulting compliance check will be.

**What units does the `calculate_lpd_value` tool require for accurate results?**
It requires US standard imperial measurements. You must provide area in square feet (sq ft) and lighting wattage in watts (W). The resulting LPD value is always reported as W/SF.

**How does `verify_ashrae_compliance` handle incomplete or zero input values?**
The tool immediately returns an error if any required metric, like area or wattage, is zero or negative. You must provide positive physical metrics to get a valid compliance check.

**Does the `estimate_led_energy_savings` calculation account for annual operating hours?**
Yes, calculating energy savings requires specifying total annual operating hours. The final kWh projection is directly proportional to the time you use the lighting system each year.

**When using this MCP, how is my proprietary building data handled by Vinkius?**
Your input metrics are processed securely and do not get stored or retained after your AI agent receives the calculation. We only use the data to generate the immediate result.