# Beauty Service Discount Engine AI Agent Connect

> Beauty Service Discount Engine handles the math for salon pricing. It lets your AI client calculate final customer totals by checking standard service costs, applying specific loyalty tier discounts, and factoring in active seasonal promotions. It turns your agent into a precise pricing assistant for beauty businesses.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ZL9nlp2XKEqAvnFq9yHcLPvIP4lDHWSFbafS1MJO/ai-agent-connect
- **Tags:** pricing, salon, discounts, loyalty, retail-tech

## Description

You can stop manually calculating discounts for every client. This MCP connects your AI client directly to your salon's pricing logic. Instead of guessing if a customer qualifies for a promotion, your agent can instantly check service base prices and loyalty status to find the exact amount owed. 

It works by pulling standard costs and then layering on specific rules. If a customer has reached a certain loyalty tier, the engine calculates that specific percentage off. If there is a holiday or seasonal event happening, it checks if that service qualifies for a special rate. Finally, it bundles everything together to give you a single, accurate final price. This keeps your billing consistent and ensures customers always get the correct loyalty or seasonal rates without manual math.

## Tools

### calculate_final_service_price
This tool calculates the exact total a customer owes by combining all applicable discounts.

### calculate_seasonal_promotion
This tool checks if a specific service is eligible for any active seasonal or event-based deals.

### get_customer_loyalty_discount
This tool determines the specific discount percentage a customer receives based on their loyalty tier.

### get_service_base_price
This tool retrieves the standard, non-discounted cost for a specific beauty service.

## Prompt Examples

**Prompt:** 
```
What is the final price for customer C123 for a haircut (service S456) today?
```

**Response:** 
```
The final price for the haircut is $45.00, with a total savings of $15.00 applied.
```

**Prompt:** 
```
How much does a manicure cost normally?
```

**Response:** 
```
The standard base price for a manicure is $35.00.
```

**Prompt:** 
```
Check if there are any seasonal promotions for service S789 on 2024-12-25.
```

**Response:** 
```
Yes, there is a Holiday Special promotion active for this service with a 15% discount.
```

## Capabilities

### Loyalty Math
Your agent uses this to find the correct discount for frequent customers.

### Seasonal Checks
Your agent checks this to see if holiday or event promos apply to a service.

### Base Pricing
Your agent pulls this to establish the starting cost before any discounts.

### Final Totals
Your agent runs this to provide the customer with a single, all-inclusive price.

## Use Cases

### Loyalty Rewards
Your agent calculates a lower price for a long-term client based on their status.

### Holiday Sales
The AI checks if a specific service qualifies for a Christmas or seasonal promotion.

### Quick Quotes
A staff member asks the AI for a standard service price to give a customer a quick estimate.

### Final Billing
The agent aggregates base prices, loyalty, and promos to output a final amount due.

## Benefits

- Eliminates manual calculation errors during the checkout process.
- Automatically applies loyalty tier percentages to customer totals.
- Syncs seasonal promotions with standard service pricing.
- Provides consistent pricing across all customer interactions.

## How It Works

You connect the MCP to your AI client and start asking for pricing data immediately.

1. Connect your AI client to the Vinkius-hosted MCP.
2. Ask your agent to retrieve a service base price.
3. Have the agent check for customer loyalty or seasonal promos.
4. Run the final calculation to get the total amount due.

## Frequently Asked Questions

**How does this MCP handle discounts?**
It calculates discounts by checking customer loyalty tiers and active seasonal promotions, then applies them to the base service price.

**Can I use this with Claude or Cursor?**
Yes, you can connect this MCP to any MCP-compatible client like Claude, Cursor, or Windsurf.

**Does it support seasonal promotions?**
Yes, the engine includes a tool specifically to check if a service qualifies for seasonal or event-based promotions.

**What information is needed for a final price?**
The agent needs the service type and the customer's loyalty status to calculate the final amount.

**Do I need to host this myself?**
No, Vinkius hosts and manages the MCP so it is ready to use as soon as you connect your client.
