# Venture Studio Operating Cost Modeler AI Agent Connect

> Calculate startup unit costs, fee structures, and break-even points for venture studios.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_lqaLCLL5vbrsTJsBlAXTZbS2Z3g2GAWfSIR6P4J0/ai-agent-connect
- **Tags:** finance, venture-studio, startup, economics, modeling

## Description

This MCP server provides financial modeling tools for venture studios to manage operational expenses and profitability. Use `get_startup_unit_cost` to determine the cost of supporting a single startup based on team size and shared services. Use `calculate_fee_structure` to generate monthly fees or equity requirements. Finally, use `perform_breakeven_analysis` to identify the minimum portfolio size needed to cover all studio expenditures and achieve a margin of safety.

## Tools

### perform_breakeven_analysis
Identifies the minimum portfolio size required to cover all studio expenditures

### calculate_fee_structure
Generates various ways the studio can charge startups to recoup costs

### get_startup_unit_cost
Determines how much it costs to support a single startup within the current studio configuration

## Prompt Examples

**Prompt:** 
```
What is the unit cost for a studio with 5 staff, $200,000 in shared services, 15% overhead, and 4 startups?
```

**Response:** 
```
The total operating cost is $230,000, resulting in a cost per startup of $57,500.
```

**Prompt:** 
```
Calculate a fee structure for a startup that costs $50,000 to support, with a 20% target margin using a flat fee.
```

**Response:** 
```
The annual studio fee is $60,000, which breaks down to a monthly studio fee of $5,000.
```

**Prompt:** 
```
How many startups do I need to break even if my fixed costs are $500,000 and I collect $100,000 per startup?
```

**Response:** 
```
You need 5 startups to reach the break-even point.
```

## Frequently Asked Questions

**How do I calculate the cost per startup?**
You can use the `get_startup_unit_cost` tool by providing the team size, shared services cost, studio overhead percentage, and the current number of startups.

**Can I model different fee types?**
Yes, the `calculate_fee_structure` tool allows you to choose between a flat monthly fee or an equity percentage based on your target margin.

**How do I find my break-even point?**
Use the `perform_breakeven_analysis` tool with your total fixed costs and the revenue collected per startup to find the minimum portfolio size required.
