# Dance Class Cost Calculator AI Agent Connect

> Dance Class Cost Calculator MCP handles the math for your studio's billing. It calculates student costs, applies package discounts, and checks billing tier eligibility. Your AI client can use these tools to provide students with precise tuition totals and granular session breakdowns without manual calculation.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_H3EEyybKzGu1NGkAoZXs820ztzBwm0yN3ozkFd09/ai-agent-connect
- **Tags:** dance, pricing, tuition, studio-management, billing

## Description

Managing a dance studio involves constant math regarding how many classes a student takes and what discounts they qualify for. This MCP gives your AI client the ability to handle those calculations accurately. Instead of you manually checking discount tiers or session counts, your agent can determine exactly what a student owes based on their specific attendance. 

You can use it to figure out total tuition amounts after package discounts are applied or to see how much a student saves per class when they commit to more sessions. It also handles the logic for billing tiers, so your agent can verify if a student's session count qualifies them for a specific rate. Whether you are answering a parent's question about pricing or auditing your monthly billing, this MCP provides the specific numbers you need.

## Tools

### calculate_total_tuition
This tool calculates the final amount a student owes for a set number of sessions while applying any applicable package discounts.

### get_session_breakdown
This tool provides a detailed view of costs, showing the price per session both before and after package savings are factored in.

### get_single_session_cost
This tool determines the standard cost for one single dance class without any package benefits or discounts.

### verify_billing_tier_eligibility
This tool checks if a specific number of sessions meets the requirements for a particular billing tier.

## Prompt Examples

**Prompt:** 
```
How much will it cost for 10 sessions if the base rate is $20 and there is a $15 discount for 5 or more sessions?
```

**Response:** 
```
The total cost for 10 sessions is $185.00, with a $15.00 discount applied.
```

**Prompt:** 
```
What is the cost of a single session with a base rate of $25?
```

**Response:** 
```
The cost for a single session is $25.00.
```

**Prompt:** 
```
Show me the breakdown for 12 sessions at $30 each, with a $20 discount for 10+ sessions.
```

**Response:** 
```
The original price per session was $30.00, and the final price per session is $28.33, resulting in total savings of $20.00.
```

## Capabilities

### Tuition Calculation
Your agent calculates the total amount owed for any number of sessions.

### Discount Application
The MCP automatically applies package discounts to the total tuition.

### Tier Verification
Your AI client checks if session counts qualify for specific billing tiers.

### Cost Analysis
The agent provides a breakdown of costs per session before and after savings.

## Use Cases

### Parent Inquiries
Your agent answers questions about how much a specific number of classes will cost.

### Discount Verification
The agent calculates the exact savings a student gets when moving to a higher session tier.

### Billing Audits
You use the tool to verify that students are being charged the correct tier rate.

### Pricing Strategy
The agent shows the impact of different package discounts on per-session costs.

## Benefits

- Eliminates manual math errors in student billing.
- Automates the application of package discounts.
- Provides instant cost breakdowns for parents and students.
- Simplifies checking eligibility for different billing tiers.

## How It Works

Connect the MCP to your AI client to start running studio math instantly.

1. Connect the MCP to your preferred client like Claude or Cursor via Vinkius.
2. Ask your agent a question about student costs or session counts.
3. The agent invokes the necessary tool to perform the calculation.
4. Your agent provides the precise total or breakdown in the chat.

## Frequently Asked Questions

**How does the MCP handle discounts?**
The MCP uses the calculate_total_tuition tool to apply specific package discounts to the total amount based on the number of sessions.

**Can I see the cost per class?**
Yes, you can use the get_session_breakdown tool to see the cost per session both before and after discounts are applied.

**Does this work with Claude?**
Yes, you can connect this MCP to any MCP-compatible client, including Claude, Cursor, and Windsurf.

**How do I check if a student qualifies for a discount tier?**
Your agent can use the verify_billing_tier_eligibility tool to check if a session count meets the requirements for a specific tier.

**What is the cost of a single class without a package?**
You can use the get_single_session_cost tool to find the standard rate for one class without any discounts.
