# Moving Truck Calculator AI Agent Connect

> Calculate truck size, volume, weight, and moving supplies.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_xR1v2hcXAaZXSiDKUWzm5DO1NQCCon4BYwBsYzxW/ai-agent-connect
- **Tags:** moving, logistics, truck, calculator, packing

## Description

This MCP server provides deterministic logistics for moving operations. Use `calculate_move_requirements` to determine the recommended truck size, total volume, weight, and estimated fuel costs based on your home size and inventory. You can also use `estimate_packing_supplies` to find out how many tape rolls and bubble wrap units you need, or `validate_truck_capacity` to check if a specific vehicle can handle your load in one trip.

## Tools

### estimate_packing_supplies
Calculates the quantity of consumable supplies needed based on the inventory

### validate_truck_capacity
Checks if a specific truck size is sufficient for the calculated volume

### calculate_move_requirements
Provides a comprehensive overview of the moving logistics including truck selection, volume, weight, and trips

## Prompt Examples

**Prompt:** 
```
I am moving from a 1BR apartment with 5 large furniture items and 10 small boxes. The distance is 50 miles. What are my moving requirements?
```

**Response:** 
```
For a 1BR move with those items, you will need a 15ft truck. The total volume is estimated at 150 cubic feet, weighing approximately 1,050 lbs. You will need 1 trip, and the estimated fuel cost is $25.00.
```

**Prompt:** 
```
How many tape rolls and bubble wrap units do I need for 20 boxes and 3 large furniture items?
```

**Response:** 
```
You will need 2 tape rolls and 3 units of bubble wrap.
```

**Prompt:** 
```
Will a 10ft truck be enough for a 200 cubic foot load?
```

**Response:** 
```
No, a 10ft truck is not sufficient for a 200 cubic foot load; you will have a deficit of 190 cubic feet.
```

## Frequently Asked Questions

**How do I know which truck size I need?**
You can use the `calculate_move_requirements` tool. It uses your home size and furniture count to recommend the best truck, such as a 15ft or 26ft vehicle.

**Can I estimate my packing supply needs?**
Yes, the `estimate_packing_supplies` tool calculates the required tape rolls, bubble wrap, and packing paper based on your box and furniture counts.

**How is fuel cost calculated?**
Fuel cost is calculated by multiplying the distance by the truck's MPG and the fuel price, then accounting for the number of trips required.
