ABC-XYZ Inventory Classifier

ABC-XYZ Inventory Classifier MCP Connector for Claude

A+

Classify inventory items by value (ABC) and demand stability (XYZ) to optimize management strategies.

3 tools Official Updated Jun 28, 2026 Official Vinkius Partner

This MCP server provides advanced inventory intelligence by performing multi-dimensional classification of stock items. It intersects ABC analysis (economic impact based on annual consumption value) with XYZ analysis (demand predictability based on historical volatility). By using tools like classify_abc_priority, classify_xyz_stability, and get_strategy_matrix, users can identify high-value, stable items for JIT replenishment and low-value, irregular items that require safety stock buffers. It transforms raw SKU data into actionable management policies.

inventoryabc-analysisxyz-analysissupply-chainstock-optimization

3 tools expose this connector's capabilities to your AI agent.

classify_abc_priority

Classify SKUs into ABC categories based on cumulative value

get_strategy_matrix

Generate management strategies by intersecting ABC and XYZ results

classify_xyz_stability

Classify SKUs into XYZ categories based on demand volatility

See how to talk to your AI agent using ABC-XYZ Inventory Classifier.

Classify these SKUs by value: [{'id': 'SKU001', 'value': 5000}, {'id': 'SKU002', 'value': 100}, {'id': 'SKU003', 'value': 50}]

[{"id": "SKU001", "category": "A"}, {"id": "SKU002", "category": "B"}, {"id": "SKU003", "category": "C"}]

Check the stability of SKU-99 with demand history: [10, 12, 11, 10, 13]

[{"id": "SKU-99", "category": "X"}]

What is the strategy for an item that is Class A in value and Class Z in stability?

For AZ items, the recommended policy is 'High-value, irregular demand: Requires strict control and safety stock buffers to prevent stockouts.'

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%).

Related Connectors