Skip to main content
Glama
princeruhulofficial

mcp-ai-roi-calculator

README.md
# mcp-ai-roi-calculator

**AI ROI Calculator MCP Server** — Calculate return on investment, break-even and cost projections for AI agents and automation projects. Built for entrepreneurs.

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

## Why this exists

Entrepreneurs and founders keep asking:  
“If I spend $X on an AI agent, how much money will I actually make back?”

This MCP server answers that question with clear numbers. No external APIs. Pure math. Instant answers inside Claude, Cursor or any MCP client.

## Tools

| Tool | Description |
|------|-------------|
| `calculate_roi` | Full ROI, net profit, ROI % and break-even months |
| `break_even_analysis` | Exactly when the project pays for itself |
| `cost_projection` | See how costs grow if usage increases |
| `scenario_compare` | Compare 2+ ideas side-by-side and pick the winner |

## Quick Start

### Install from MCPize (Recommended)
Visit [mcpize.com/servers/mcp-ai-roi-calculator](https://mcpize.com/servers/mcp-ai-roi-calculator)

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

## Example

Ask your AI:
> “I save 40 hours a month with an AI agent. My time is worth $50/hour. The agent costs $99/month and setup was $500. What’s my ROI after 12 months?”

The server returns clean JSON with monthly savings, net profit, ROI percentage and when you break even.

## Configuration

No API keys needed. Zero running cost.

| Variable | Required | Description |
|----------|----------|-------------|
| `PORT` | No | Default 8080 |

## Development

```bash
npm run dev
npm test
```

## License
MIT

Built by Prince Ruhul (@princeruhulofficial) — Prevalid