# Water Heater Sizing MCP

> Calculate required First Hour Rating (FHR), optimal tank capacity, and energy efficiency benchmarks for water heaters. This MCP helps plumbing professionals size hot water systems accurately based on occupancy levels and fuel type.

## Overview
- **Category:** construction
- **Price:** Free
- **Tags:** water-heater, sizing, plumbing, efficiency, energy-audit

## Description

When you're designing a new building or updating an existing one, getting the right size water heater system is mission-critical. Too small, and the whole place runs out of hot water during peak hours. Too big, and the client just hates paying for unnecessary infrastructure. This MCP gives you precise calculations for sizing systems based on occupant demand and fuel technology.

It calculates the necessary First Hour Rating (FHR) using factors like how many people are in the building and if it's commercial or residential use. You can then determine the minimum tank volume needed in gallons, which accounts for usage patterns. Plus, you get a side-by-side view comparing energy factor benchmarks across gas, electric, and heat pump setups. This is essential data that plumbing professionals rely on to design efficient hot water delivery systems. If you manage your technical catalogs through Vinkius, this MCP plugs directly into your existing workflow.

## Tools

### calculate_fhr_requirement
Determines the First Hour Rating (FHR) needed to meet a specified demand based on usage and occupants.

### calculate_tank_capacity
Recommends the minimum tank volume in gallons required for your specific occupancy patterns.

### get_efficiency_comparison
Compares Energy Factor (EF) benchmarks across various gas, electric, and heat pump technologies.

## Prompt Examples

**Prompt:** 
```
How much FHR do I need for a residential house with 4 people using gas heating?
```

**Response:** 
```
For a residential setup with 4 occupants and gas heating, the required First Hour Rating (FHR) is 52 gallons per hour.
```

**Prompt:** 
```
What is the recommended tank size for a commercial building with 20 people?
```

**Response:** 
```
For a commercial usage profile with 20 occupants, the recommended minimum tank capacity is 450 gallons.
```

**Prompt:** 
```
Compare the efficiency of gas vs heat pump water heaters.
```

**Response:** 
```
Heat pump technology offers a significantly higher Energy Factor (EF) range compared to traditional gas-fired units, making it more efficient for long-term energy savings.
```

## Capabilities

### Determine peak flow rate
Calculates the required First Hour Rating (FHR) based on building occupancy and usage type.

### Size storage tank volume
Recommends the minimum necessary water storage capacity in gallons for a given occupant load.

### Compare energy efficiency
Presents benchmark comparisons of Energy Factor (EF) across different heating technologies like gas, electric, or heat pumps.

## Use Cases

### Designing a new apartment complex
The architect needs to know if gas or electric works best. They run `get_efficiency_comparison` first, then feed the highest efficiency result into `calculate_fhr_requirement` to find the necessary peak flow rate for 150+ units.

### Retrofitting an old commercial building
The facility manager must calculate minimum tank size using `calculate_tank_capacity`. This prevents running out of hot water during high-traffic periods and keeps the project on schedule.

### Initial feasibility study for a school campus
A junior engineer inputs occupancy data into `calculate_fhr_requirement` to get baseline demand numbers, which they then use to estimate necessary tank capacity via `calculate_tank_capacity`.

## Benefits

- You avoid oversizing. By using `calculate_fhr_requirement`, you ensure the system meets actual peak demand, saving on material costs and installation complexity.
- You nail the capacity estimate. The `calculate_tank_capacity` tool gives concrete minimum gallon volumes based on how many people will actually be using the water.
- You prove efficiency compliance. Running `get_efficiency_comparison` lets you instantly check if your chosen fuel source meets modern energy factor standards.
- You handle complexity in one place. You don't need three different code books; this MCP handles demand, volume, and efficiency benchmarks together.
- Your designs are robust. The combined use of these tools guarantees that the system is accurate for both flow rate (FHR) and total storage capacity.

## How It Works

The bottom line is that you get a complete, calculated blueprint for sizing your hot water system, minimizing guesswork and costly overhauls.

1. Input the project variables: tell your agent the building type, estimated occupancy count, and what fuel source is planned.
2. Run the calculations to get initial estimates for required First Hour Rating (FHR) and minimum tank volume in gallons.
3. Use the comparison tool to check if the chosen technology meets energy factor benchmarks across industry standards.

## Frequently Asked Questions

**How do I use calculate_fhr_requirement to start my design?**
You need to input the building's usage type, total occupant count, and if it’s residential or commercial. The tool outputs the necessary First Hour Rating (FHR) needed for peak demand.

**Does calculate_tank_capacity account for fuel type?**
It focuses on occupancy patterns to recommend minimum volume in gallons. However, you should use `get_efficiency_comparison` alongside it to ensure the chosen fuel supports that capacity efficiently.

**What is the best way to compare gas vs electric heaters?**
Just run `get_efficiency_comparison`. It gives a clear, comparative view of the Energy Factor (EF) for all three technologies you list in your prompt.

**Can I use calculate_fhr_requirement and calculate_tank_capacity together?**
Yes. First, run `calculate_fhr_requirement` to establish peak flow demand. Then, feed that data into `calculate_tank_capacity` to ensure the tank volume matches your required throughput.

**Does calculate_tank_capacity require me to input local building codes?**
Yes, it is best practice to include your specific regional plumbing code requirements. The minimum tank volume calculation depends heavily on whether you are designing for residential or commercial standards.

**What happens if I use calculate_fhr_requirement with extremely high usage metrics?**
The tool will return the highest possible FHR rating allowed by code. If inputs exceed physical limits, it flags an error and suggests increasing system capacity or re-evaluating demand sources.

**Should I run get_efficiency_comparison before using calculate_fhr_requirement?**
No, you can execute them separately. Use the efficiency comparison first to select your ideal technology, then feed that choice into calculate_fhr_requirement for accurate sizing.

**Does get_efficiency_comparison factor in regional climate variations?**
The tool provides general national Energy Factor benchmarks. For areas with extreme temperature swings, you must manually adjust the resulting EF values based on local usage patterns.