# VTuber Super Chat ROI Calculator AI Agent Connect

> Analyze VTuber stream performance with precise Super Chat revenue, engagement, and whale ratio metrics.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_eOjTnx2JeSaFIvoBpEAnBg34C89dMncdgwff0SWZ/ai-agent-connect
- **Tags:** vtuber, superchat, revenue, engagement, analytics

## Description

This MCP server provides deterministic financial and engagement analytics for VTuber streams. It connects AI agents to core streaming metrics, allowing for deep analysis of audience monetization patterns. Use `calculate_stream_metrics` to derive total revenue, conversion rates, and monthly projections. Analyze revenue concentration using `calculate_audience_concentration` to identify the impact of high-value contributors, or use `calculate_engagement_score` to measure the intensity of viewer interaction relative to peak concurrency.

## Tools

### calculate_audience_concentration
Determines the "whale" ratio to understand how dependent the revenue is on high-value contributors

### calculate_engagement_score
Quantifies the "heat" of the stream by measuring how frequently viewers are spending relative to the peak audience size

### calculate_stream_metrics
Provides a high-level breakdown of the financial performance and conversion efficiency of a single stream

## Prompt Examples

**Prompt:** 
```
Calculate the stream metrics for a stream with 5000 viewers, a duration of 2 hours, and SC tiers of 500 JPY (10 counts) and 5000 JPY (2 counts).
```

**Response:** 
```
The total revenue for this stream is 15,000 JPY, with a conversion rate of 0.24% and a monthly projection of 450,000 JPY.
```

**Prompt:** 
```
What is the whale ratio for these Super Chats: 1000 JPY (50 counts) and 10000 JPY (5 counts)?
```

**Response:** 
```
The whale ratio is 50.0%, as the top 10% of contributors (5.5 chats) account for 50,000 JPY of the 55,000 JPY total.
```

**Prompt:** 
```
Calculate the engagement score for a stream with 100 total Super Chats and a peak concurrency of 500 viewers.
```

**Response:** 
```
The engagement score for this stream is 20.0.
```

## Frequently Asked Questions

**How is the monthly projection calculated?**
The monthly projection assumes the current stream's performance metrics are repeated consistently over a standard 30-day period.

**What does the whale ratio represent?**
The whale ratio is the percentage of total revenue contributed by the top 10% of all individual Super Chats, helping identify revenue concentration.

**Can I use this to compare different streams?**
Yes, by using `calculate_engagement_score` and `calculate_stream_metrics`, you can compare the financial efficiency and audience heat across different streaming sessions.
