Skip to main content
Glama
princeruhulofficial

mcp-saas-metrics

README.md
# mcp-saas-metrics

**Pure computation MCP server for accurate SaaS metrics** so AI agents never hallucinate LTV, CAC, runway or health scores for entrepreneurs.

[![Available on MCPize](https://img.shields.io/badge/MCPize-Available-blue)](https://mcpize.com/servers/mcp-saas-metrics)

## Why this exists

LLMs are great at talking about SaaS metrics but often get the math wrong (especially compounding, margins and ratios). This server does exact calculations every time and returns the formula + interpretation so founders and agents can trust the numbers.

## Tools

| Tool | Description |
|------|-------------|
| `calculate_ltv` | Customer Lifetime Value from ARPU + churn + margin |
| `calculate_cac` | Customer Acquisition Cost |
| `calculate_ltv_cac_ratio` | Health check (healthy ≥ 3) |
| `calculate_runway` | Cash runway in months |
| `saas_health_score` | Overall 0-100 score + grade + recommendations |
| `calculate_magic_number` | Sales efficiency magic number |
| `calculate_break_even` | Break-even units & revenue |

## Quick Start

### Install from MCPize (Recommended)
Visit [mcpize.com/servers/mcp-saas-metrics](https://mcpize.com/servers/mcp-saas-metrics)

### Run Locally
```bash
npm install
npm run build
npm start
```

## Configuration
No API keys needed. Pure math.

## Development
```bash
npm run dev
npm test
```

## Deploy
```bash
mcpize deploy
```

## License
MIT

Built by Prince Ruhul (@princeruhulofficial) for Prevalid / daily AI projects.