# Cloud Vendor Lock-in Risk Analyzer AI Agent Connect

> Evaluate financial and operational exposure to cloud providers through risk scoring and switching cost modeling.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_6pftoZid42lk4ah4TLUeVzhbAlv4p1bfeZzj3Zxt/ai-agent-connect
- **Tags:** cloud, risk, migration, egress, vendor-lock-in

## Description

This MCP server provides a suite of diagnostic tools to quantify the risks associated with cloud vendor dependency. By analyzing cloud spend, proprietary service density, and migration complexity, it calculates a comprehensive lock-in risk score. Users can isolate the financial impact of migration using `estimate_switching_costs`, which accounts for data egress fees and reserved capacity penalties. Additionally, the tool helps organizations understand their bargaining power through `evaluate_negotiation_leverage` and measures environment stickiness with `analyze_dependency_density`. It is designed to help architects and financial planners navigate multi-cloud strategies and mitigate vendor lock-in.

## Tools

### calculate_lock_in_risk
Provides a comprehensive snapshot of the overall vendor lock-in profile

### estimate_switching_costs
Isolates the financial burden of migrating to a different provider

### evaluate_negotiation_leverage
Determines how much power a customer has to demand better pricing or terms

### analyze_dependency_density
Measures the "stickiness" of the cloud environment based on service types

## Prompt Examples

**Prompt:** 
```
Calculate my lock-in risk for a cloud provider where I spend $500,000 annually, use 5 proprietary services, and have a migration complexity of 7.
```

**Response:** 
```
Your calculated lock-in risk score is 72, indicating a high level of dependency due to significant spend and service stickiness.
```

**Prompt:** 
```
What would be my estimated switching cost if I need to move 500 TB of data with an egress fee of $0.05 per GB?
```

**Response:** 
```
The estimated switching cost for data egress is $25,000.
```

**Prompt:** 
```
How much negotiation leverage do I have if my risk score is 40 and I have a multi-cloud strategy?
```

**Response:** 
```
Your negotiation leverage is categorized as Strong due to your multi-cloud strategy and moderate risk score.
```

## Frequently Asked Questions

**How is the lock-in risk score calculated?**
The score is an aggregate metric derived from your annual cloud spend, the number of proprietary services in use, and the qualitative complexity of your current architecture.

**Does this tool account for data egress fees?**
Yes, the `estimate_switching_costs` tool specifically calculates the financial burden of moving data out of a provider based on volume and specific egress rates.

**Can I use this to improve my negotiation with cloud providers?**
Yes, by using `evaluate_negotiation_leverage`, you can determine your bargaining power based on your risk profile and multi-cloud readiness.
