# Venture Deal-on-Terms Analyzer AI Agent Connect

> Analyze venture deployment efficiency using DOT ratio and pricing discipline metrics.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_cyYG47MG22GlgR8ztqTwsgPsYxCDNaRbiL1Zcr18/ai-agent-connect
- **Tags:** venture-capital, dot-ratio, pricing-discipline, investment-analytics, deployment-metrics

## Description

This MCP server provides specialized analytical tools for venture capital firms to evaluate deployment performance. It calculates the Deal-on-Terms (DOT) ratio, which measures the efficiency of successful investments at target terms against total deal attempts. Users can utilize `calculate_dot_metrics` to determine market position, `analyze_deal_quality_tradeoff` to assess the balance between pricing discipline and deal volume, and `get_competitive_impact` to quantify market erosion from competitive losses. It is designed to help firms understand the trade-off between winning high-quality deals and maintaining strict valuation mandates.

## Tools

### calculate_dot_metrics
Compute primary performance indicators for a venture firm's deployment strategy

### get_competitive_impact
Quantify how much of the firm's market presence is being eroded by competition

### summarize_deployment_health
Provide a high-level executive summary of the firm's deployment status

### analyze_deal_quality_tradeoff
Evaluate if a firm is sacrificing too much pricing discipline or being too restrictive

## Prompt Examples

**Prompt:** 
```
Calculate my deployment metrics: 10 investments made, 7 at target terms, 3 competitive losses, and a pricing discipline score of 0.8.
```

**Response:** 
```
Your DOT ratio is 70%, your pricing discipline is 0.8, and your market position is Disciplined Leader.
```

**Prompt:** 
```
What is the competitive impact if I have 5 competitive losses and 15 investments made?
```

**Response:** 
```
Your loss rate is 25% and your capture rate is 75%.
```

**Prompt:** 
```
Analyze the tradeoff for a 60% DOT ratio and a 0.5 pricing discipline score.
```

**Response:** 
```
Your efficiency score is 0.3 and the recommendation is to increase pricing discipline to avoid overpaying.
```

## Frequently Asked Questions

**What is the DOT ratio?**
The Deal-on-Terms (DOT) ratio is a metric that compares the volume of successful investments made at preferred target terms against the total volume of investment opportunities pursued or lost.

**How can I assess if my firm is overpaying for deals?**
You can use the `analyze_deal_quality_tradeoff` tool. A high DOT ratio combined with low pricing discipline typically indicates an aggressive profile where the firm may be overpaying to win deals.

**What tools are available in this MCP?**
The server includes `calculate_dot_metrics` for core performance indicators, `analyze_deal_quality_tradeoff` for strategy assessment, `get_competitive_impact` for loss analysis, and `summarize_deployment_health` for executive summaries.
