# Enterprise Onboarding Analytics AI Agent Connect

> Analyze onboarding success metrics, funnel drop-offs, and segment performance.

## Overview
- **Category:** business-intelligence
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_8rehqj9sqVo3HyQRoFEL0lV1mgCTRItC4CTH6mEI/ai-agent-connect
- **Tags:** onboarding, funnel, metrics, retention, customer-success

## Description

This MCP server provides tools to analyze the customer onboarding journey through a funnel model. It allows AI agents to calculate completion rates, identify friction points using `calculate_step_dropoff`, determine average onboarding duration with `get_onboarding_duration`, and compare efficiency across different customer tiers using `compare_segment_performance`. It is designed to help businesses understand their onboarding health and optimize the path for SMB, Mid-Market, and Enterprise segments.

## Tools

### calculate_step_dropoff
Identifies which stages of the onboarding funnel are causing the most customer attrition

### compare_segment_performance
Compares onboarding efficiency across different customer tiers

### analyze_completion_metrics
Calculates the overall success rate of the onboarding process

### get_onboarding_duration
Determines the average time taken for customers to complete onboarding

## Prompt Examples

**Prompt:** 
```
What is the completion rate for 500 total customers where 350 completed onboarding in the enterprise segment?
```

**Response:** 
```
The completion rate for the enterprise segment is 70%.
```

**Prompt:** 
```
How long does it take on average for customers to finish onboarding if the durations are 5, 7, and 9 days?
```

**Response:** 
```
The average onboarding duration is 7 days.
```

**Prompt:** 
```
Which stage has the most friction if 100 users started, 80 reached step A, 20 reached step B, and 15 reached step C?
```

**Response:** 
```
The highest friction step is the transition from step A to step B, where 75% of users dropped off.
```

## Frequently Asked Questions

**How can I identify where customers are dropping off?**
You can use the `calculate_step_dropoff` tool. By providing the number of customers at each stage, it will identify the highest friction step where the most attrition occurs.

**Can I compare different customer segments?**
Yes, the `compare_segment_performance` tool allows you to compare completion rates and durations across different tiers like SMB, Mid-Market, and Enterprise.

**What metrics are available for onboarding success?**
The server provides tools to calculate completion rates via `analyze_completion_metrics`, step drop-off rates, and average onboarding duration.
