# Venture Market Size Validator AI Agent Connect

> Validates market size claims using top-down and bottom-up methodologies.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_5oj9pkXAFlGMVCMKdv476QTKqRY0U4RrqXVrqJaF/ai-agent-connect
- **Tags:** market-sizing, tam-sam-som, business-planning, market-analysis, growth-forecasting

## Description

This MCP server provides specialized tools to verify market sizing accuracy. It reconciles top-down and bottom-up estimates to provide a validated TAM range and a confidence score. Use `validate_market_claims` to check the alignment of your market figures, `calculate_market_penetration` to assess if your target capture is realistic, `analyze_growth_impact` for future projections, and `get_market_segmentation_sanity` to ensure your TAM, SAM, and SOM hierarchy is logically sound.

## Tools

### get_market_segmentation_sanity
Checks if the hierarchy of TAM, SAM, and SOM is logically consistent

### validate_market_claims
Reconciles top-down and bottom-up estimates to provide a validated range and confidence assessment

### analyze_growth_impact
Forecasts how the market size evolves over a given period based on growth rates

### calculate_market_penetration
Evaluates if the SOM is a realistic subset of the SAM based on competitive landscape

## Prompt Examples

**Prompt:** 
```
Validate these market claims: TAM is $10B, SAM is $2B, SOM is $500M, growth is 5%, and market dynamics score is 0.8. The bottom-up TAM is $9B.
```

**Response:** 
```
The validated TAM range is $9.5B, with an achievable market share of 25% and a confidence score of 85%.
```

**Prompt:** 
```
Is a SOM of $100M realistic for a SAM of $500M with a competitive intensity of 0.7?
```

**Response:** 
```
The penetration rate is 20%, and the feasibility rating is Medium due to the high competitive intensity.
```

**Prompt:** 
```
Project a TAM of $1B with a 10% annual growth rate over 5 years.
```

**Response:** 
```
The projected TAM after 5 years is $1.61B.
```

## Frequently Asked Questions

**How does the tool validate market claims?**
The `validate_market_claims` tool compares your top-down estimates against bottom-up data to calculate a confidence score and a reconciled TAM range.

**Can I check if my market hierarchy is logical?**
Yes, use `get_market_segmentation_sanity` to verify that your TAM, SAM, and SOM follow the required hierarchy.

**How do I forecast future market size?**
You can use `analyze_growth_impact` to project the TAM over a specific number of years based on an annual growth rate.
