# Enterprise ACV Calculator AI Agent Connect

> Calculate Annual Contract Value, segment metrics, and discount impact.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_3045n9OH7uuCBh6NHFc8Z4r5AYkRXwZA1l9qQoXg/ai-agent-connect
- **Tags:** acv, revenue, contract, finance, metrics

## Description

This MCP server provides precise financial tools for analyzing contract value. Use `get_acv_summary` to calculate the annualized value of a single contract, including expansions and discounts. Use `get_segment_metrics` to aggregate data across customer segments, or `analyze_discount_impact` to evaluate revenue loss from discounts. For multi-year deals with scheduled increases, `get_ramped_acv_projection` provides yearly revenue forecasts.

## Tools

### analyze_discount_impact
Evaluates the financial effect of discounts on the total contract value and the annualized value

### get_acv_summary
Calculates the primary annualized value of a single contract

### get_ramped_acv_projection
Predicts the specific revenue expected in each year of a contract with a ramp period

### get_segment_metrics
Aggregates ACV data to provide insights into different customer segments

## Prompt Examples

**Prompt:** 
```
What is the ACV for a $120,000 contract with a 12-month term and a 10% discount?
```

**Response:** 
```
The ACV for this contract is $108,000.
```

**Prompt:** 
```
Calculate the average ACV for these contracts: [{ "acv": 50000, "segment": "Enterprise" }, { "acv": 30000, "segment": "Enterprise" }]
```

**Response:** 
```
The average ACV for the Enterprise segment is $40,000.
```

**Prompt:** 
```
Show me the yearly revenue projection for a $100,000 contract over 3 years with increases of $5,000 and $10,000 each year.
```

**Response:** 
```
Year 1: $100,000, Year 2: $105,000, Year 3: $115,000. Total value: $320,000.
```

## Frequently Asked Questions

**How is ACV calculated?**
ACV is calculated by taking the total net contract value (base value plus expansions, minus discounts) and dividing it by the total number of years in the term.

**Can I analyze revenue loss from discounts?**
Yes, you can use the `analyze_discount_impact` tool to see the total and annual revenue lost due to applied discounts.

**Does this support multi-year contracts with ramp periods?**
Yes, the `get_ramped_acv_projection` tool allows you to project specific revenue for each year based on scheduled increases.
