# Double-Eleven Discount Stack Calculator AI Agent Connect

> Calculate exact final prices and optimal spending for 11.11 shopping festivals.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_bmRPup3g9hrMy6NsGBVPBrq5tV1BSMwrKSL3xbNn/ai-agent-connect
- **Tags:** ecommerce, discount, calculator, shopping-festival, savings

## Description

This MCP server provides precise tools to navigate the complex discount hierarchies of Chinese e-commerce festivals like 11.11. It calculates the final cost by sequentially applying store coupons, platform-wide cross-store thresholds, VIP discounts, and red packets. Use `get_final_price` to find your exact total, `get_threshold_analysis` to determine the optimal add-on amount needed to reach the next discount tier, and `get_savings_comparison` to visualize your total savings.

## Tools

### get_final_price


### get_savings_comparison


### get_threshold_analysis


## Prompt Examples

**Prompt:** 
```
What is my final price for a 400 RMB item with a 20 RMB store coupon, a 50 RMB discount for every 300 RMB spent, and a 10% VIP discount?
```

**Response:** 
```
Your final price is 315.0 RMB.
```

**Prompt:** 
```
I have 250 RMB in my cart. How much more do I need to spend to reach the 300 RMB threshold for a 50 RMB discount?
```

**Response:** 
```
You need to add 50.0 RMB to your cart to reach the next threshold.
```

**Prompt:** 
```
Compare the savings for a 500 RMB item with a 50 RMB platform discount (300 threshold) versus no discounts.
```

**Response:** 
```
The original price was 500.0 RMB and your final price is 450.0 RMB, resulting in total savings of 50.0 RMB.
```

## Frequently Asked Questions

**How does the discount calculation order work?**
Discounts are applied in a strict sequence: first the store coupon, then the platform cross-store threshold, followed by the VIP discount, and finally the red packet deduction.

**Can I use this to plan my 11.11 shopping cart?**
Yes, you can use `get_threshold_analysis` to see exactly how much more you need to add to your cart to trigger the next platform-wide discount tier.

**What is the difference between a store coupon and a platform threshold?**
A store coupon is specific to a single merchant, while the platform threshold is a cross-store discount applied by the platform for every fixed increment spent.
