# Runway Calculation AI Agent Connect

> Calculate startup runway, zero cash dates, and financial warning thresholds.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_QUIDGedjd8kaHeaxSoFCYLv3QUtNnOvKlaXaVrxi/ai-agent-connect
- **Tags:** runway, burn-rate, cash-flow, financial-planning, startup

## Description

This MCP server provides essential financial modeling tools for startups to monitor their operational lifespan. Use `get_runway_projection` to determine how many months of cash remain, or `get_runway_warning_status` to identify if the company is entering a critical financial phase. You can also use `simulate_cost_reduction` to model how cutting expenses extends your runway, or `get_revenue_growth_impact` to see how different growth scenarios change your financial outlook.

## Tools

### get_runway_projection
Calculates core runway metrics based on current financials and growth

### get_runway_warning_status
Identifies if the company is approaching critical financial milestones

### get_revenue_growth_impact
Determines the impact of varying growth rates on the total runway

### simulate_cost_reduction
Models how much the runway would extend if operating expenses are reduced

## Prompt Examples

**Prompt:** 
```
How much runway do I have with $500,000 cash, $50,000 monthly burn, $10,000 monthly revenue, and 5% monthly growth?
```

**Response:** 
```
Based on your current financials, you have approximately 12.4 months of runway remaining.
```

**Prompt:** 
```
What is my runway status if I have $200,000 cash, $40,000 burn, and $5,000 revenue with 2% growth?
```

**Response:** 
```
Your current status is Critical because your runway is less than 6 months.
```

**Prompt:** 
```
How much would my runway extend if I reduce my $50,000 monthly burn by $10,000?
```

**Response:** 
```
Reducing your monthly burn by $10,000 would extend your runway by 4.5 months.
```

## Frequently Asked Questions

**How do I calculate my runway?**
You can use the `get_runway_projection` tool by providing your current cash balance, monthly burn, monthly revenue, and expected revenue growth rate.

**What does a 'Critical' status mean?**
A 'Critical' status is triggered when the `get_runway_warning_status` tool determines that the remaining runway is less than 6 months.

**Can I simulate cost-cutting measures?**
Yes, use the `simulate_cost_reduction` tool to see how much your runway extends if you reduce your monthly burn by a specific amount.
