# HVAC Load Calculator MCP

> HVAC Load Calculator (Manual J) uses simplified Manual J standards to determine precise heating and cooling requirements for any residential space. Calculate heat loss, solar gain from windows, and internal gains using tools like calculate_cooling_demand and calculate_heating_demand. It also lets you validate if your proposed HVAC unit is actually big enough for the job.

## Overview
- **Category:** construction
- **Price:** Free
- **Tags:** hvac, thermal-load, manual-j, btu, cooling-load, heating-demand

## Description

This MCP gives HVAC professionals and building engineers a way to figure out exactly how much heating and cooling a space needs without getting lost in complex calculations. You input details about the structure, like window size and insulation level, and the tool handles the heavy lifting based on Manual J standards. It first calculates the necessary cooling load, then the required heating load. After you have those figures, you can run a final check to confirm if the HVAC unit being quoted actually has enough capacity for both demands. All of this happens directly through your AI client, making it simple to track and verify equipment sizing.

## Tools

### calculate_cooling_demand
Calculates how much cooling is needed for a specific area in BTU/h and Tons.

### calculate_heating_demand
Determines the minimum heat loss required, calculated in BTU/h, for a given space.

### validate_equipment_capacity
Evaluates if an HVAC unit's rated capacity meets the necessary heating and cooling loads.

## Prompt Examples

**Prompt:** 
```
Calculate the heating demand for a 2000 sq ft space with medium insulation in climate zone 5.
```

**Response:** 
```
The calculated heating load is 45,000 BTU/h.
```

**Prompt:** 
```
What is the cooling load for a 1500 sq ft room with north: 50, south: 20, east: 10, west: 10 window areas and 3 people?
```

**Response:** 
```
The cooling load is 18,500 BTU/h (approximately 1.54 Tons).
```

**Prompt:** 
```
Is a 24,000 BTU unit enough for a load of 20,000 BTU heating and 26,000 BTU cooling?
```

**Response:** 
```
No, the unit is Underpowered because it does not meet the required cooling load.
```

## Capabilities

### Determine cooling load
The tool calculates the precise amount of cooling needed by a space in BTU/h and Tons.

### Estimate heating requirements
It figures out the minimum heat loss for a building to calculate the necessary heating capacity in BTU/h.

### Check equipment size
You can run a validation check that tells you if an existing HVAC unit meets the calculated cooling and heating demands.

## Use Cases

### The homeowner needs a full system sizing estimate.
A contractor asks their agent to run the load calculation using calculate_cooling_demand first. Next, they ask it to run calculate_heating_demand. Finally, they input the brand's unit capacity and use validate_equipment_capacity to confirm if the proposed system is adequate for both loads.

### A new room addition needs load verification.
The engineer runs a preliminary check using calculate_cooling_demand based on the additions' specs. They then use validate_equipment_capacity to confirm if their existing central unit can handle the added thermal load without needing an entire system replacement.

### Comparing different window types.
The building scientist uses calculate_cooling_demand multiple times, adjusting only the window areas and orientations each time. This allows them to quickly model how changing glass from north-facing to south-facing impacts the overall cooling load.

### Confirming unit suitability after insulation upgrade.
The contractor first runs calculate_heating_demand using updated insulation values. They then use validate_equipment_capacity with the same unit model to prove that the existing equipment still meets the new, reduced heat loss requirement.

## Benefits

- Stop guessing on unit size. Use calculate_cooling_demand to get the actual Tons and BTU/h needed, preventing costly over- or under-sizing of equipment.
- Avoid calculating heat loss twice. Run calculate_heating_demand first to establish a precise baseline for minimum required heating capacity in BTU/h.
- Save time verifying units. validate_equipment_capacity instantly tells you if the unit model you're considering is sufficient for the calculated loads, eliminating manual cross-referencing.
- Accurate solar gain modeling. The tool handles complex inputs like window orientation and size, which are critical components of both cooling and heating calculations.
- Industry standard results. Because it follows simplified Manual J standards, your final report is defensible and accurate for professional use.

## How It Works

The bottom line is, you get a definitive, standards-based calculation showing exactly what size HVAC system your project needs.

1. First, provide inputs like square footage, climate zone, window dimensions, and insulation levels.
2. Next, run specific calculations using your agent to get both the total cooling demand and the heating demand figures.
3. Finally, give the tool the capacity of the unit you want to use; it will report whether that equipment is sufficient for the calculated loads.

## Frequently Asked Questions

**Does HVAC Load Calculator (Manual J) account for solar gain?**
Yes, it does. You provide the window dimensions and orientations, and the tool incorporates that solar gain into both calculate_cooling_demand and calculate_heating_demand.

**What is the difference between using calculate_heating_demand and calculate_cooling_demand?**
They measure different things. calculate_heating_demand finds the heat loss (BTU/h) required in cold weather, while calculate_cooling_demand finds the cooling capacity needed for summer months.

**Can I use validate_equipment_capacity if my unit is already installed?**
Yes. If you suspect your current unit might be undersized or oversized, you can run calculate_cooling_demand first and then use validate_equipment_capacity to check the discrepancy.

**What inputs does HVAC Load Calculator (Manual J) need from me?**
You generally need the building's dimensions, climate zone, insulation type, window sizes, and occupancy count. The tool guides you through these specific details.