# Enterprise Time-to-Value Calculator AI Agent Connect

> Quantify enterprise deployment velocity and onboarding efficiency.

## Overview
- **Category:** enterprise
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ixZG2EMZxzvxPhxlqHC83mF6oqXTwaPIHFDK4Qrd/ai-agent-connect
- **Tags:** ttv, onboarding, deployment, efficiency, enterprise-metrics

## Description

This MCP server provides analytical tools to measure the temporal efficiency of enterprise software delivery. It calculates critical metrics such as Time to First Value (TTFV), Time to Full Adoption (TTFA), and onboarding efficiency by accounting for implementation complexity. Use `calculate_ttv_metrics` to get core temporal data, `get_complexity_tier` to categorize deployment difficulty, `analyze_onboarding_velocity` to track deployment progress against planned timelines, and `get_deployment_summary` for high-level lifecycle reporting.

## Tools

### calculate_ttv_metrics
Calculates the core temporal metrics (TTFV, TTFA, and Efficiency) for a specific enterprise contract

### analyze_onboarding_velocity
Compares the current progress against the planned timeline to determine if the deployment is accelerating or decelerating

### get_complexity_tier
Determines the qualitative complexity tier based on a numerical complexity factor

### get_deployment_summary
Provides a high-level overview of the entire deployment lifecycle for reporting

## Prompt Examples

**Prompt:** 
```
Calculate the TTV metrics for a contract starting on 2024-01-01, with first value on 2024-02-15, full adoption on 2024-05-01, 90 planned days, and a 1.2 complexity factor.
```

**Response:** 
```
The Time to First Value is 45 days, Time to Full Adoption is 121 days, and the Onboarding Efficiency Score is 0.88, indicating the deployment is slightly behind the complexity-adjusted schedule.
```

**Prompt:** 
```
What is the deployment summary for a contract from 2024-01-01, first value on 2024-01-15, and full adoption on 2024-03-01?
```

**Response:** 
```
The total lifecycle duration is 60 days, with a Time to First Value of 14 days and a milestone gap of 45 days.
```

**Prompt:** 
```
Check the onboarding velocity for a contract started on 2024-01-01, with 100 planned days and a 1.5 complexity factor, as of 2024-02-15.
```

**Response:** 
```
The progress is 30% and the status is Ahead of Schedule.
```

## Frequently Asked Questions

**What metrics does this server calculate?**
It calculates Time to First Value, Time to Full Adoption, and Onboarding Efficiency using the `calculate_ttv_metrics` tool.

**How is implementation complexity handled?**
You can use `get_complexity_tier` to determine the qualitative tier based on a numerical multiplier, which is then used to adjust the baseline for efficiency calculations.

**Can I track if my deployment is on schedule?**
Yes, the `analyze_onboarding_velocity` tool compares current progress against the complexity-adjusted planned duration to determine if you are Ahead of Schedule, On Track, or Behind Schedule.
