# Infrastructure Supply Chain Risk Analyzer AI Agent Connect

> Quantify supply chain vulnerabilities, single-source exposure, and mitigation costs.

## Overview
- **Category:** supply-chain
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_xgENjHn4dianaHdc7HGXLn6MqzuoCbDumZTiOMZf/ai-agent-connect
- **Tags:** risk, supply-chain, logistics, infrastructure, procurement

## Description

This MCP server provides specialized tools to assess infrastructure supply chain resilience. It allows AI agents to calculate supplier concentration risk, identify single-source exposure for critical components, estimate the financial impact of mitigation strategies, and determine supply recovery timelines. By using `calculate_concentration_risk`, `analyze_single_source_exposure`, `estimate_mitigation_costs`, and `evaluate_supply_recovery_timeline`, agents can pinpoint specific vulnerabilities in procurement and inventory management.

## Tools

### analyze_single_source_exposure
Identifies the impact of relying on a single provider for specific items

### calculate_concentration_risk
Evaluates the risk score stemming from the distribution of supply among existing vendors

### estimate_mitigation_costs
Calculates the financial requirement to address identified supply chain gaps

### evaluate_supply_recovery_timeline
Determines the time window of vulnerability when a primary supplier is lost

## Prompt Examples

**Prompt:** 
```
What is the concentration risk if my suppliers have volumes of 60, 30, and 10 with a total volume of 100?
```

**Response:** 
```
The concentration risk score is high because 60% of the volume is held by a single supplier, indicating significant vulnerability.
```

**Prompt:** 
```
Identify single-source exposure for a critical component named 'Microchip-A' with importance weight 0.9 that is currently single-sourced.
```

**Response:** 
```
The single-source exposure for Microchip-A is high due to its critical importance weight of 0.9.
```

**Prompt:** 
```
Calculate the supply gap if the primary lead time is 30 days, alternative lead time is 45 days, and I have 10 days of safety stock.
```

**Response:** 
```
The supply gap is 35 days, as the 10 days of safety stock is insufficient to cover the 45-day alternative lead time.
```

## Frequently Asked Questions

**How does the tool calculate concentration risk?**
The `calculate_concentration_risk` tool evaluates how procurement volume is distributed among vendors to identify systemic vulnerabilities.

**Can I estimate the cost of adding new suppliers?**
Yes, you can use `estimate_mitigation_costs` to predict the financial investment required to onboard alternative suppliers and reduce risk.

**How is the supply gap calculated?**
The `evaluate_supply_recovery_timeline` tool calculates the supply gap by comparing the time needed for backup suppliers to deliver against the available safety stock.
