# Infra Break-Even Analyzer AI Agent Connect

> Calculate infrastructure break-even timelines, cash flow inflection points, and runway safety.

## Overview
- **Category:** infrastructure
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_teL1xZhCsEL5YU4e9klGwUxwqTGNJaELkdSDBGxG/ai-agent-connect
- **Tags:** capex, opex, break-even, cash-flow, financial-modeling

## Description

This MCP server provides precise financial modeling for infrastructure investments. It allows AI agents to determine the exact month an investment becomes profitable by analyzing Capex, Opex, and revenue ramp dynamics. Use `calculate_break_even_metrics` to find the break-even timeline and cumulative investment, `analyze_revenue_uncertainty` to test sensitivity against revenue volatility, `project_cash_flow_inflection` to identify when monthly net cash flow turns positive, and `validate_runway_safety` to ensure the project stays within available funding limits.

## Tools

### analyze_revenue_uncertainty
Evaluates how sensitivity in the revenue ramp affects the break-even timeline

### calculate_break_even_metrics
Determines the fundamental break-even timeline and total investment required

### project_cash_flow_inflection
Identifies the specific month where the project shifts from losing money to making money

### validate_runway_safety
Checks if the current investment plan stays within the limits of the available funding

## Prompt Examples

**Prompt:** 
```
Calculate the break-even for a $200,000 project with $50,000 annual opex, a $5,000 monthly revenue ramp, 40% gross margin, and 36 months of runway.
```

**Response:** 
```
The break-even point will be reached in 24 months, with a cumulative investment of $240,000. The project is viable within the 36-month runway.
```

**Prompt:** 
```
What happens to my break-even timeline if my revenue ramp drops by 20%?
```

**Response:** 
```
With a 20% reduction in the revenue ramp, the break-even timeline increases from 24 months to 30 months, representing a 25% increase in time to profitability.
```

**Prompt:** 
```
When will my monthly cash flow become positive for a $100,000 investment with $20,000 annual opex and $2,000 monthly revenue ramp at 50% margin?
```

**Response:** 
```
The monthly net cash flow will become positive in month 11.
```

## Frequently Asked Questions

**How does the tool account for revenue growth?**
The tool uses a revenue ramp model where monthly revenue increases incrementally, allowing for a realistic simulation of capacity utilization and customer onboarding.

**Can I check if my project will run out of cash?**
Yes, by using `validate_runway_safety`, you can determine if the break-even point occurs within your available funding runway and calculate your remaining cash buffer.

**What is the difference between Capex and Opex in these calculations?**
Capex is the upfront cost to build the infrastructure, while Opex represents the recurring annual costs to operate it. The tools calculate how long it takes for gross profit to cover both.
