# Flower Arrangement Calculator AI Agent Connect

> Deterministic floral design engine for precise stem counts and mechanical supplies.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_c16bF4AbnWsLybVi6fYkHLX91BmosORKnKWkq1rz/ai-agent-connect
- **Tags:** floral, wedding, botanical, design-tool, calculation

## Description

This MCP server provides professional floral designers with a deterministic engine to calculate exact botanical and mechanical requirements. By inputting arrangement types, container sizes, and design styles, users receive precise stem counts for focal flowers, secondary blooms, fillers, and greens, alongside necessary mechanical supplies like floral foam or chicken wire. Use `calculate_single_arrangement` for individual pieces or `calculate_wedding_order` to generate master procurement lists for entire wedding parties.

## Tools

### get_design_density_multiplier
Retrieves the density factor used to translate physical size into stem count

### calculate_single_arrangement
Calculates the exact botanical and mechanical requirements for one specific floral piece

### calculate_wedding_order
Calculates total requirements for an entire wedding party based on headcount and specific roles

## Prompt Examples

**Prompt:** 
```
How many stems do I need for a round bouquet with a 20cm container?
```

**Response:** 
```
For a 20cm round bouquet, you will need 5 focal stems, 7 secondary stems, 7 filler stems, and 5 greens stems.
```

**Prompt:** 
```
Calculate a wedding order with a bridal bouquet, 3 bridesmaids, and 5 centerpieces.
```

**Response:** 
```
Your wedding order requires 42 focal stems, 63 secondary stems, 63 filler stems, 42 greens stems, and 5 units of floral foam.
```

**Prompt:** 
```
What is the density multiplier for a cascading style?
```

**Response:** 
```
The density multiplier for the cascading style is 1.5.
```

## Frequently Asked Questions

**How are the stem counts calculated?**
The engine uses a deterministic ratio model: 20% focal flowers, 30% secondary flowers, 30% filler flowers, and 20% greens, scaled by the container size and design style density.

**Can I plan an entire wedding floral order at once?**
Yes, you can use the `calculate_wedding_order` tool to generate a master procurement list covering bridal bouquets, bridesmaids, centerpieces, arches, and boutonnieres.

**What design styles are supported?**
The supported styles are round, cascading, linear, and garden-style. You can use `get_design_density_multiplier` to see how each style affects the volume.
