# Indoor Garden Layout Planner AI Agent Connect

> Indoor Garden Layout Planner MCP uses a deterministic design engine to map out your garden. It calculates where to put plants based on your specific space dimensions, light zones, and plant footprints. It also ensures you still have enough room to walk around and access your plants without hitting a wall or a pot.

## Overview
- **Category:** design
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_rYVKdkFBVbVhK7dELxdAMc1E8g7L3u0vUyPsezuq/ai-agent-connect
- **Tags:** garden, layout, plants, spatial-planning, indoor-gardening

## Description

You can stop guessing where your plants will fit. This MCP acts as a spatial engine that handles the math for your indoor or balcony garden. Instead of manually sketching layouts, you give your AI client your room dimensions and a list of plants. The engine then calculates the best way to arrange them. It accounts for the physical footprint of each plant and the specific light requirements of each species. It also makes sure you don't block your own walking paths. You can use it to find the single best arrangement for your space, check if a layout you already planned actually works biologically, or find alternative designs if you want a different look. It even tells you how much of your available area you are actually using so you don't waste space.

## Tools

### calculate_space_utilization
This tool calculates how much of your available area is actually occupied by plants. It helps you see if you're wasting too much space or if you've packed things too tightly.

### generate_alternative_layouts
This tool creates different arrangement options for your garden. Use it when your primary design feels too cramped or if you want to see a different aesthetic look.

### get_optimal_layout
This tool produces the single best-fit design for your specific space. It uses your dimensions and plant list to find the most efficient arrangement.

### validate_layout_compliance
This tool checks your existing plans against physical and biological rules. It flags issues like placing a shade-loving plant in a high-intensity light zone.

## Prompt Examples

**Prompt:** 
```
Generate a garden layout for a 2m x 2m balcony with two sun-loving plants.
```

**Response:** 
```
The optimal layout places Plant A at (0.5, 0.5) and Plant B at (1.5, 1.5), covering 1.2 square meters with no clearance violations.
```

**Prompt:** 
```
Is my layout valid if I place a shade plant in a high intensity light zone?
```

**Response:** 
```
No, the layout is invalid because the plant's light requirement is not met by the assigned zone.
```

**Prompt:** 
```
What is the efficiency of a 10sqm space with 4sqm of plants?
```

**Response:** 
```
The utilization percentage is 40% with 6 square meters of wasted area.
```

## Capabilities

### Spatial Optimization
Your agent uses this to find the best placement for plants within specific dimensions.

### Biological Validation
Your agent checks if plant light needs match the available light zones in your layout.

### Efficiency Analysis
Your agent calculates the percentage of area used versus wasted space.

### Design Variation
Your agent generates multiple layout options to give you different visual choices.

### Access Path Maintenance
Your agent ensures the design leaves enough room for human movement.

## Use Cases

### Balcony Maximization
You provide your balcony dimensions to find the most efficient way to fit a dozen different pots.

### Light Zone Management
You check if your new plant arrangement will actually survive based on the light available in your room.

### Aesthetic Planning
You ask for alternative layouts to see different ways to group your plants visually.

### Space Audit
You calculate how much of your indoor garden area is actually being used by plants.

## Benefits

- Removes the guesswork from plant placement in tight spaces.
- Prevents biological errors by checking light zone compatibility.
- Maximizes usable square footage in balconies and indoor rooms.
- Ensures you can actually walk through your garden without tripping over pots.

## How It Works

Connect your preferred client to Vinkius and start designing immediately.

1. Connect your AI client to the MCP via Vinkius.
2. Provide your space dimensions and plant list to your agent.
3. The agent runs the design engine to calculate placements.
4. Review the optimal layout or request alternatives.
5. Validate the final plan to ensure biological compliance.

## Frequently Asked Questions

**How does the MCP decide where to put plants?**
It uses a deterministic engine that looks at your space dimensions, the footprint of each plant, and the specific light zones available.

**Can I use this for a balcony?**
Yes, the engine is designed for both indoor rooms and balcony layouts.

**Will it tell me if I'm putting a plant in the wrong light?**
Yes, the validation tool checks your layout against biological constraints to ensure plants are in the correct light zones.

**Does it account for walking space?**
Yes, the design engine ensures that human access paths are maintained in the layout.

**What clients can I use this with?**
You can use this with any MCP-compatible client like Claude, Cursor, Windsurf, or VS Code.

**How do I generate a new garden design?**
You can use the `get_optimal_layout` tool by providing your space dimensions, a list of plants, and the available light zones.

**Can I check if my current layout is safe?**
Yes, use `validate_layout_compliance` to check for clearance violations or light requirement mismatches.

**How can I see how much space I am wasting?**
The `calculate_space_utilization` tool provides the utilization percentage and the total wasted area.
