# Flower Arrangement Cost Calculator AI Agent Connect

> Flower Arrangement Cost Calculator MCP gives your AI client the data it needs to handle the math behind your floral business. It tracks stem levels, calculates the exact cost of every arrangement, and checks your hard goods pricing so you can price orders accurately without manual spreadsheets.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_6EytigS4ICUQibctWUfDLzdNTACm3CchepnTJMZV/ai-agent-connect
- **Tags:** floral, cost-calculation, inventory, margin, logistics

## Description

Running a floral shop means constantly balancing stem counts against profit margins. This MCP gives your agent the ability to act as a financial controller for your shop. Instead of you manually calculating the cost of every rose, greenery, and vase, your AI client can do the heavy lifting. You can ask it to run the numbers on a large order, check if you actually have enough lilies in stock to fulfill a request, or pull the current price of containers from your catalog. It handles the breakdown of labor, transport, and materials so you can focus on the design. Whether you are quoting a wedding or checking daily stock, this tool keeps your pricing and inventory in sync.

## Tools

### calculate_arrangement_costs
This tool calculates the full economic breakdown for a specific arrangement type and quantity. It covers everything from stems to labor and transport.

### get_hard_goods_catalog
This tool pulls the current costs for containers and foam from your catalog.

### get_stem_inventory
This tool retrieves your current available stock of stems and greenery.

### reconcile_stem_usage
This tool compares the stems required for an order against your existing inventory to see if you can fulfill it.

## Prompt Examples

**Prompt:** 
```
Calculate the cost for 50 rose arrangements with a target retail price of $45 each.
```

**Response:** 
```
The total batch cost for 50 arrangements is $1,250.00, resulting in a per-piece cost of $25.00 and a total margin of 44.4%.
```

**Prompt:** 
```
Do I have enough inventory in 'inv_123' to make 20 bouquets requiring 100 lilies?
```

**Response:** 
```
The inventory is sufficient. You have a surplus of 15 lilies.
```

**Prompt:** 
```
What is the price of a standard glass vase in the hard goods catalog?
```

**Response:** 
```
The standard glass vase is priced at $4.50 per unit.
```

## Capabilities

### Margin Calculation
Your agent calculates per-piece profit margins based on material and labor costs.

### Inventory Verification
The AI checks your stem and greenery stock before you commit to an order.

### Hard Goods Pricing
Your client pulls real-time costs for vases, foam, and other containers.

### Order Fulfillment Checks
The tool compares required stem counts against current stock to prevent shortages.

## Use Cases

### Large Event Quoting
Calculate the total cost and margin for a batch of 50 rose arrangements at once.

### Stock Verification
Check if your current lily inventory can cover a specific bouquet order.

### Pricing Containers
Get the exact cost of glass vases or foam to include in a customer quote.

### Inventory Reconciliation
Ensure your required stem counts match what is actually on your shelves.

## Benefits

- Reduces manual math for complex multi-stem arrangements.
- Prevents over-promising orders by checking real-time stem inventory.
- Provides instant pricing for hard goods like vases and foam.
- Calculates exact profit margins per arrangement.

## How It Works

Get your floral math running in minutes.

1. Connect your preferred MCP-compatible client to Vinkius.
2. Select this MCP from the Vinkius catalog.
3. Ask your AI client to calculate costs or check inventory.
4. Receive instant pricing, margin, or stock data.

## Frequently Asked Questions

**How do I use this with Claude or Cursor?**
You connect your client to Vinkius once, and the tools become available in your chat interface immediately.

**Can this MCP track my vase prices?**
Yes, the get_hard_goods_catalog tool retrieves the costs for containers and foam.

**Will it tell me if I am running low on flowers?**
The reconcile_stem_usage tool compares what you need for an order against what you have in stock.

**Does it calculate profit margins?**
Yes, the calculate_arrangement_costs tool provides a full economic breakdown including margins.

**Do I need to host this myself?**
No, Vinkius hosts and manages the MCP so it is ready to use right away.

**How does the tool handle waste in floral orders?**
The `calculate_arrangement_costs` tool includes a waste cost calculated as a percentage of the total stem and greenery cost to account for broken or wilting stems.

**Can I check if I have enough flowers for a large order?**
Yes, you can use `reconcile_stem_usage` to compare the required stems for an order against your existing inventory to identify any shortfalls.

**What hard goods are included in the cost calculation?**
The tool accounts for containers and structural supplies like foam, which can be looked up using `get_hard_goods_catalog`.
