# Wine Shipping Cost Optimizer AI Agent Connect

> Find the most cost-effective shipping methods for wine orders.

## Overview
- **Category:** supply-chain
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_AU6GD0XIg8arJ9IuPZpntxzbl9R3FsrV9GNO3O98/ai-agent-connect
- **Tags:** shipping, wine, logistics, cost-optimization, carrier-rates

## Description

This MCP server provides tools to minimize logistics expenses for wine distributors. It calculates the ideal carrier, packaging, and route combinations by analyzing destination zones, package weights, and carrier rates. The system accounts for specialized requirements like temperature-controlled transit, insurance for declared value, and mandatory adult signatures. Use `optimize_shipping_plan` to find the single best configuration for an order, or `get_carrier_rates` to view available pricing for a specific region.

## Tools

### calculate_package_specs
null

### evaluate_shipping_option
null

### optimize_shipping_plan
null

### get_carrier_rates
null

## Prompt Examples

**Prompt:** 
```
What is the cheapest way to ship 12 bottles of wine to zone North-East with a value of $300, requiring temperature control and an adult signature?
```

**Response:** 
```
The most cost-effective option is using Carrier Express with the Bulk Format package, totaling $45.50 per order.
```

**Prompt:** 
```
Show me the available shipping rates for the West Coast zone.
```

**Response:** 
```
The available rates for the West Coast zone are: Standard Ground at $12.00, Premium Express at $25.00, and Climate-Controlled at $38.00.
```

**Prompt:** 
```
How much will a 6-pack of wine weigh in a Small Format box?
```

**Response:** 
```
A 6-pack in a Small Format box will have a total weight of 14.5 lbs.
```

## Frequently Asked Questions

**How does the optimizer handle temperature-sensitive wine?**
The `evaluate_shipping_option` tool includes a premium for temperature-controlled transit to ensure wine remains at safe temperatures during shipping.

**Can I compare different package types?**
Yes, you can use `calculate_package_specs` to find the weight and volume of different boxes, or use `optimize_shipping_plan` to automatically compare multiple package types.

**Does this account for legal requirements like adult signatures?**
Yes, the system includes costs for mandatory adult signatures and insurance for the declared value of the shipment.
