# NMFC Freight Class Calculator MCP for AI Agents AI Agent Connect

> NMFC Freight Class Calculator helps you determine shipping classes and cost impacts based on weight and dimensions. It handles the math for density and maps it to the correct freight class so you don't have to look up tables manually.

## Overview
- **Category:** supply-chain
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_K3JQboBUijoZd07x3Cwlu22KZcMdaTazQKV6Nrnx/ai-agent-connect
- **Tags:** nmfc, freight, density, shipping-calculator, logistics-tools

## Description

This Connector handles the heavy lifting for National Motor Freight Classification (NMFC) calculations in your shipping workflow. Instead of jumping between spreadsheets and freight manuals, you can just tell your agent the weight and size of a shipment. It figures out the pounds per cubic foot, identifies the correct freight class, and tells you how much that class actually changes your bottom line. It's a huge time saver for anyone trying to avoid hidden shipping surcharges or incorrect billing. When you use this with the Vinkius catalog, you get a reliable way to standardize your freight estimates without the guesswork. You'll know exactly what to expect when a carrier hands you an invoice because you've already done the math.

## Tools

### get_class_from_density
Maps a calculated density value to its specific NMFC freight class. Use this to find the correct billing category.

### evaluate_cost_impact
Calculates the estimated shipping cost impact based on freight class and a base rate. This helps you predict final costs.

### calculate_shipping_density
Determines the density of a shipment in pounds per cubic foot. This helps you see how compact your cargo is.

## Prompt Examples

**Prompt:** 
```
What's the density of a 200lb crate that's 48x40x48 inches?
```

**Response:** 
```
For a 200lb crate with those dimensions, the density is approximately **1.14 pounds per cubic foot (PCF)**. 

This is a relatively low density, which will likely put it into a higher freight class.
```

**Prompt:** 
```
What freight class does a density of 3.5 PCF fall into?
```

**Response:** 
```
A density of 3.5 PCF falls into **Class 125**.
```

**Prompt:** 
```
If I ship 500lbs at a $1.50 base rate, what's the cost for Class 100?
```

**Response:** 
```
| Item Weight | Base Rate | Freight Class | Estimated Cost |
| :--- | :--- | :--- | :--- |
| 500 lbs | $1.50 / lb | Class 100 | **$750.00** |

*Note: This calculation applies a 1.5 multiplier for Class 100.*
```

## Capabilities

### Calculate pounds per cubic foot
Determines the density of a shipment based on its weight and dimensions.

### Map density to freight class
Identifies the correct NMFC class from a calculated density value.

### Estimate shipping cost impact
Calculates how a specific freight class affects your total costs based on a base rate.

### Identify class ranges
Provides the specific NMFC class ranging from 50 to 500.

### Predict cost fluctuations
Shows the price difference between various freight classes for the same weight.

## Use Cases

### Quoting a heavy pallet for a new client
A freight forwarder needs to quote a client for a heavy pallet. The agent uses calculate_shipping_density and get_class_from_density to find the class and tells the user the exact price.

### Auditing a high shipping bill
A warehouse manager notices a high shipping bill. They ask the agent to use evaluate_cost_impact to see if the freight class multiplier was applied correctly.

### Preparing a multi-item manifest
A shipper is moving 50 different types of goods. They ask the agent to list the freight classes for all items based on their dimensions to prepare a manifest.

### Comparing palletization options
A logistics pro wants to know how much they'll save by palletizing. The agent compares the density of loose items vs. a pallet to find the best freight class.

## Benefits

- Stop guessing freight classes by using calculate_shipping_density to get exact PCF values every time.
- Avoid overpaying for shipping by using get_class_from_density to ensure you're billed at the correct rate.
- Provide instant quotes to customers by using evaluate_cost_impact to show them the real price of their freight.
- Reduce manual data entry errors by letting your agent handle the math between weight, dimensions, and class.
- Standardize your shipping documentation across all carriers by using consistent NMFC density calculations.

## How It Works

The bottom line is you get instant, accurate freight class data without manual lookups.

1. Input the weight and dimensions of your shipment.
2. Let the agent calculate the density and find the matching NMFC class.
3. Receive a breakdown of the class and the estimated cost impact.

## Frequently Asked Questions

**Can the NMFC Freight Class Calculator help me avoid shipping surcharges?**
Yes. By using the Connector to calculate density accurately, you can identify high-density shipments before they ship, helping you avoid unexpected surcharges from carriers.

**How does the NMFC Freight Class Calculator work for my logistics business?**
You give your AI agent the weight and size of your goods. It then identifies the correct NMFC class and tells you how that class will impact your total shipping costs.

**Will the NMFC Freight Class Calculator give me an exact shipping quote?**
It provides an estimated cost impact based on a base rate you provide. It's a great way to get a realistic price range without needing a full carrier quote.

**Is the NMFC Freight Class Calculator good for heavy machinery?**
It's ideal for any shipment where density determines the freight class, including heavy machinery, furniture, and palletized goods.

**Can I use the NMFC Freight Class Calculator to check different weight options?**
Absolutely. You can ask your agent to compare the freight class and cost impact for different weights to find the most economical way to ship.

**Does the NMFC Freight Class Calculator handle all types of freight?**
It specifically handles NMFC classifications based on density. If your freight class is determined by other factors like commodity type, you'll need to check those specific rules.

**How do I calculate the density of my shipment?**
You can use the `calculate_shipping_density` tool. Simply provide the weight in pounds and the dimensions (length, width, and height) in inches.

**What is NMFC freight class?**
The National Motor Freight Classification (NMFC) system categorizes commodities based on density, ease of handling, and stability to determine shipping rates.

**How does freight class affect my costs?**
Higher freight classes (lower density) typically involve higher cost multipliers due to the increased space consumption in a trailer. You can use `evaluate_cost_impact` to see this effect.