# Enterprise SDR Productivity Metrics AI Agent Connect

> Calculate SDR efficiency, capacity, and performance benchmarks for enterprise sales teams.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_9we3eBVXJmD1dVlV8vFmwxaSHEdrZoZ2EWATql3c/ai-agent-connect
- **Tags:** sdr, sales-ops, enterprise, metrics, productivity, sales-efficiency

## Description

This MCP server provides specialized analytics for Sales Development Representative (SDR) teams operating in complex enterprise environments. It allows AI agents to calculate critical performance indicators including meetings per SDR, qualification rates, and total team capacity. By using tools like `get_team_productivity_summary` and `calculate_individual_capacity`, managers can assess how ramp time and new hires impact overall output. The engine also evaluates engagement through `analyze_outreach_efficiency` and classifies performance using `get_productivity_benchmarks` to identify if a team is performing at an Elite or Standard level.

## Tools

### calculate_individual_capacity
Determines the total output potential of the SDR team, adjusted for new hires still in training

### get_productivity_benchmarks
Compares current team performance against standardized enterprise tiers

### get_team_productivity_summary
Provides a high-level overview of the team's efficiency and output

### analyze_outreach_efficiency
Evaluates the relationship between activity volume and meeting generation

## Prompt Examples

**Prompt:** 
```
What is the current productivity summary for a team of 10 SDRs with 50 meetings booked and 10 qualified opportunities?
```

**Response:** 
```
The team has 5.0 meetings per SDR, a 20% qualification rate, and an efficiency score of 0.45.
```

**Prompt:** 
```
Calculate the capacity for 5 SDRs where 2 are still ramping for 3 months, with a target of 10 meetings per month.
```

**Response:** 
```
The total team capacity is 42.5 meetings per month, with an effective SDR count of 4.25.
```

**Prompt:** 
```
Evaluate the outreach efficiency for 500 activities, 25 meetings, a complexity of 1.5, and messaging efficiency of 1.2.
```

**Response:** 
```
The activity to meeting ratio is 0.05 and the engagement score is 0.18.
```

## Frequently Asked Questions

**How does this tool account for new SDRs in training?**
The `calculate_individual_capacity` tool specifically adjusts the total team output by accounting for the productivity lost during the ramp period of new hires.

**Can I compare my team's performance against industry standards?**
Yes, you can use `get_productivity_benchmarks` to classify your team into tiers such as Elite, Standard, or Volume-Driven based on their metrics.

**What metrics are included in the productivity summary?**
The `get_team_productivity_summary` tool provides meetings per SDR, the qualification rate, and a derived efficiency score.
