# ABC-XYZ Inventory Classifier MCP for AI Agents AI Agent Connect

> ABC-XYZ Inventory Classifier helps you categorize stock by its economic value and demand predictability. It turns raw SKU data into a clear management plan so you know exactly which items need tight control and which ones require larger safety buffers to prevent stockouts.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_gysrDWyYP1W01Kpks89gNPoUEDSZnqIN9eTgP37t/ai-agent-connect
- **Tags:** inventory, abc-analysis, xyz-analysis, supply-chain, stock-optimization

## Description

Managing a warehouse or a retail catalog often feels like guessing which items actually move and which ones just sit on the shelf. This Connector changes that by applying standard ABC and XYZ analysis to your inventory. Instead of looking at a flat list of products, you can see which ones drive your revenue and which ones have erratic demand. You can identify high-value items that need just-in-time replenishment and low-value, unpredictable items that require bigger safety stocks. It takes the guesswork out of stock levels. When you connect this to your workflow through the Vinkius catalog, your AI agent can handle the heavy lifting of sorting thousands of SKUs into actionable categories. You'll get a clear picture of where to focus your capital and where to build your buffers to keep your operations running smoothly.

## Tools

### classify_abc_priority
Sorts your SKUs into A, B, or C categories based on their total annual value. This helps you see what actually drives your bottom line.

### get_strategy_matrix
Combines your ABC and XYZ data to give you a specific management policy for each item. It tells you whether to use just-in-time ordering or build up safety stock.

### classify_xyz_stability
Measures how much your demand fluctuates over time to assign X, Y, or Z ratings. It identifies which products are easy to predict and which are not.

## Prompt Examples

**Prompt:** 
```
I have a list of 10 products. Can you classify them by value and tell me which ones are my top priorities?
```

**Response:** 
```
Based on the values provided, here is your inventory priority list:

| SKU | Value | Category |
| :--- | :--- | :--- |
| SKU001 | $5,000 | **A** |
| SKU002 | $100 | **B** |
| SKU003 | $50 | **C** |

**Key Takeaway:** SKU001 is your high-priority item. You should focus on tight inventory control for this product to maximize your ROI.
```

**Prompt:** 
```
Our SKU-402 has a demand history of [5, 20, 2, 15, 30]. Is this a stable item?
```

**Response:** 
```
No, SKU-402 shows significant volatility. 

**Analysis:**
* **Trend:** The demand fluctuates between 2 and 30 units.
* **Classification:** This falls into the **Z category** (unpredictable demand).
* **Recommendation:** You should maintain a larger safety stock buffer for this item to avoid stockouts during unpredictable spikes.
```

**Prompt:** 
```
What's the best way to manage a product that is high-value but has very unpredictable demand?
```

**Response:** 
```
For an item that is high-value (Class A) but has irregular demand (Class Z), the recommended policy is:

**High-Value, Irregular Demand Strategy:**
* **Action:** Requires strict control and safety stock buffers.
* **Goal:** Prevent stockouts on your most expensive items while accounting for lumpy demand patterns.
* **Strategy:** Implement frequent monitoring and a robust safety stock calculation.
```

## Capabilities

### Group products by annual value
Sort your SKUs into A, B, and C categories to see what actually drives your bottom line.

### Detect demand volatility
Measure how much your demand fluctuates over time to identify unpredictable items.

### Map replenishment strategies
Get a specific management policy for every item in your catalog based on its data.

### Identify high-priority stock
Instantly flag the items that need the most frequent attention and oversight.

### Calculate safety stock needs
Determine which products need extra buffers to prevent frequent stockouts.

## Use Cases

### Finding priority items in a massive catalog
A retail buyer has 5,000 SKUs and doesn't know which ones to reorder first. Use classify_abc_priority to find the A items that generate the most revenue.

### Fixing frequent stockouts on lumpy parts
A warehouse keeps running out of a specific part because demand is erratic. Use classify_xyz_stability to see its volatility and set a higher safety stock.

### Creating a unified replenishment plan
A distributor wants a unified plan for all products. Run get_strategy_matrix to get a complete map of management policies for every single SKU.

### Reducing storage costs for slow movers
A company is overspending on storage for slow-moving items. Use the ABC and XYZ data to identify C items that can be managed with less frequent ordering.

## Benefits

- Stop overstocking low-value items by using classify_abc_priority to see what really matters.
- Reduce stockouts on unpredictable products by identifying them with classify_xyz_stability.
- Get clear instructions on replenishment for every SKU using get_strategy_matrix.
- Save hours of manual spreadsheet work by letting your agent handle the math.
- Make better capital allocation decisions by knowing which items drive the most value.
- Build a more resilient supply chain by identifying high-risk, irregular demand items quickly.

## How It Works

The bottom line is you get a prioritized action plan for every item in your inventory.

1. Feed your AI agent a list of SKUs with their current value and demand history.
2. Run the classification tools to sort items into ABC and XYZ buckets.
3. Receive a strategy matrix that tells you exactly how to manage each group.

## Frequently Asked Questions

**What is the ABC-XYZ Inventory Classifier?**
It is a tool that helps you group your stock by how much money it is worth and how predictable your sales are. It gives you a clear plan for what to order and when.

**How does this help with stockouts?**
By using classify_xyz_stability, you can find items with erratic demand. This lets you set higher safety stocks for those specific products so you do not run out.

**Can it handle thousands of SKUs?**
Yes, your AI agent can process large lists of product data to categorize them into ABC and XYZ groups in seconds.

**What is an ABC analysis?**
It is a way to rank your items based on their total annual value. The Connector uses classify_abc_priority to do this for you automatically.

**What is an XYZ analysis?**
This measures how much your demand fluctuates. The Connector identifies X items as steady sellers and Z items as unpredictable.

**Does this tool tell me how much to order?**
It provides a strategy matrix. This gives you a specific management policy for each category, like just-in-time replenishment or safety stock buffers.

**How does the ABC classification work?**
The `classify_abc_priority` tool calculates the total annual consumption value of all SKUs. It then sorts them from highest to lowest and assigns categories: A (top 80% value), B (next 15%), and C (remaining 5%).

**What is the purpose of XYZ analysis?**
The `classify_xyz_stability` tool measures demand volatility. It uses the coefficient of variation (standard deviation divided by the mean) to categorize items as X (stable), Y (variable), or Z (irregular).

**How can I generate management recommendations?**
Use the `get_strategy_matrix` tool by providing the outputs from both ABC and XYZ classifications. It will intersect the results to provide specific policies like 'High precision replenishment' for AX items.