# Activation Rate Optimization AI Agent Connect

> Analyze onboarding performance and identify friction points in the user journey.

## Overview
- **Category:** analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_HNN541jvV31VFU98zbtNCcdxe4i5N6HuRshDSKSc/ai-agent-connect
- **Tags:** activation, funnel, onboarding, metrics, conversion

## Description

This MCP server provides specialized diagnostic tools to measure product onboarding health. Use `calculate_activation_metrics` to get a high-level overview of signups and activation rates. Use `analyze_funnel_dropoff` to pinpoint the exact step where users are dropping off. You can also use `segment_performance_comparison` to evaluate different user groups and `identify_activation_drivers` to see which traffic sources contribute most to successful activations.

## Tools

### segment_performance_comparison
Compares how different user groups or acquisition channels affect activation success

### analyze_funnel_dropoff
Identifies exactly which step in the onboarding process is causing the most friction

### calculate_activation_metrics
Provides a high-level overview of the current activation health

### identify_activation_drivers
Determines if specific traffic sources or segments are the primary contributors to successful activations

## Prompt Examples

**Prompt:** 
```
What is my current activation rate for 1000 signups and 200 activated users with steps: signup, email_verify, profile_setup?
```

**Response:** 
```
Your current activation rate is 20%.
```

**Prompt:** 
```
Which step in my onboarding is causing the most friction? I have 100 signups and completion counts of 90, 40, 35 for steps: signup, email_verify, profile_setup.
```

**Response:** 
```
The critical friction step is email_verify, where the drop-off rate is 55.5%.
```

**Prompt:** 
```
Which traffic source is my primary driver for 50 total activations? Sources: organic (20), paid (30).
```

**Response:** 
```
The primary driver is paid, with an impact score of 60%.
```

## Frequently Asked Questions

**How do I calculate my current activation rate?**
You can use the `calculate_activation_metrics` tool by providing the total signups, the number of activated users, the list of activation steps, and the average time to activate.

**How can I find where users are dropping off in my funnel?**
Use the `analyze_funnel_dropoff` tool. It compares the completion counts for each step in your `activationSteps` to identify the critical friction step.

**Can I compare different traffic sources?**
Yes, use `identify_activation_drivers` to determine which specific sources are the primary contributors to your successful activations.
