# Techstars Deal Economics Analyzer AI Agent Connect

> Calculate effective cost of capital and net economic benefits for Techstars accelerator deals.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_3Jd3e09QMuufMECgSBrkvIpHhN6Xf7Aa3lr7Dcr9/ai-agent-connect
- **Tags:** techstars, accelerator, equity, financial-modeling, deal-economics

## Description

This MCP server provides specialized financial modeling tools to evaluate the economic impact of accelerator programs. It allows AI agents to calculate the effective cost of capital, non-dilutive value from mentorship and services, and the overall net economic benefit of a deal. Use `get_deal_summary` to find the annualized equity cost, `get_value_added_metrics` to quantify non-dilutive benefits, and `get_net_deal_economics` to compare total value against equity surrendered.

## Tools

### get_deal_summary
Provides a high-level overview of the deal's economic health and the annualized cost of the equity

### get_net_deal_economics
Compares the equity cost against the total value received to determine the net economic benefit

### get_value_added_metrics
Calculates the non-dilutive benefits provided to the startup

## Prompt Examples

**Prompt:** 
```
Calculate the annualized cost for a $120,000 investment for 3 months with 6% equity.
```

**Response:** 
```
The effective cost of capital for this deal is 24.0%.
```

**Prompt:** 
```
What is the total non-dilutive value if mentorship is worth $50,000 and services are worth $30,000?
```

**Response:** 
```
The total non-dilutive value is $80,000.
```

**Prompt:** 
```
Determine the net economic benefit for a $100,000 investment, 5% equity, $40,000 mentorship, and $20,000 services.
```

**Response:** 
```
The net economic benefit is $60,000, with a deal efficiency ratio of 1.6.
```

## Frequently Asked Questions

**How is the effective cost of capital calculated?**
The effective cost of capital is calculated by annualizing the equity cost over the specific duration of the program using the `get_deal_summary` tool.

**What is considered non-dilutive value?**
Non-dilutive value includes the market value of mentorship and services provided, which increases the startup's asset value without requiring additional equity.

**Can I account for follow-on rights in the analysis?**
Yes, the `get_net_deal_economics` tool includes an optional parameter to account for whether the accelerator holds rights to future funding rounds.
