# Room Light Count is a lighting design MCP. AI Agent Connect

> Room Light Count handles the math for lighting layouts. It lets your AI client calculate exactly how many fixtures a room needs, check if your planned density meets industry standards, and compare different lighting configurations to find the most efficient setup for residential or commercial projects.

## Overview
- **Category:** architecture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_MIZkPEQ2gyQTfJlu1eV9H9MTN6aQAZC1GMFm9jdp/ai-agent-connect
- **Tags:** lighting, calculation, interior-design, construction, planning

## Description

You can stop guessing how many lights a room needs. This MCP gives your AI client the specific math required for professional lighting planning. Instead of manual calculations, you can ask your agent to determine fixture counts based on square footage and desired coverage. It handles the heavy lifting of comparing different lighting plans to see which one uses fixtures more efficiently. You can also use it to verify that your proposed lighting density stays within standard ranges for specific environments like homes or offices. It's a practical way to move from a rough idea to a validated lighting plan without leaving your coding or design environment.

## Tools

### compare_lighting_plans
This tool compares two different lighting configurations. It evaluates room area and area per fixture to see which plan offers better coverage or uses fewer lights.

### get_fixture_count
This tool calculates the total number of light fixtures required for a specific room size.

### get_standard_densities
This tool provides recommended area-per-fixture values for different room categories.

### validate_lighting_density
This tool checks if your chosen area per fixture falls within standard industry ranges for common room types.

## Prompt Examples

**Prompt:** 
```
How many lights do I need for a 500 square foot room if each light covers 50 square feet?
```

**Response:** 
```
You will need 10 light fixtures for a 500 square foot room.
```

**Prompt:** 
```
Is a density of 40 square meters per fixture appropriate for a residential room?
```

**Response:** 
```
The density of 40 square meters per fixture is within the recommended range for residential spaces.
```

**Prompt:** 
```
Compare two plans: Plan A has 200sqft area and 20sqft per fixture. Plan B has 200sqft area and 25sqft per fixture.
```

**Response:** 
```
Plan B is more efficient, requiring only 8 fixtures compared to Plan A's 10 fixtures.
```

## Capabilities

### Fixture Calculation
Your agent calculates the exact number of lights needed for a specific area.

### Density Validation
The AI checks your lighting density against industry standards for specific room types.

### Plan Comparison
Your client compares two different lighting setups to find the most efficient one.

### Standard Lookup
The MCP provides recommended coverage values for residential, commercial, or industrial spaces.

## Use Cases

### Residential Design
Calculate the number of recessed lights needed for a new living room layout.

### Commercial Planning
Verify that office lighting density meets standard commercial requirements.

### Efficiency Audits
Compare two different fixture layouts to see which one minimizes the total light count.

### Standard Compliance
Check if a proposed lighting plan for an industrial space follows recommended density values.

## Benefits

- Reduces manual math errors in lighting layouts.
- Provides instant industry standard density checks.
- Compares fixture efficiency between different design options.
- Works directly within your existing AI-powered design workflow.

## How It Works

Connecting this MCP to your AI client gives it immediate access to lighting math tools.

1. Connect the MCP to your client like Claude or Cursor via Vinkius.
2. Provide your room area and desired fixture coverage to your agent.
3. Ask the agent to calculate the count or validate the density.
4. Review the results or compare multiple plans for the best outcome.

## Frequently Asked Questions

**What can this MCP do for my lighting design?**
It calculates fixture counts, validates lighting density against industry standards, and compares different lighting plans for efficiency.

**Which AI clients can use this MCP?**
You can use this MCP with any compatible client, including Claude, Cursor, Windsurf, and VS Code.

**How does it handle different room types?**
The MCP includes standard density values for residential, commercial, and industrial environments to ensure your plans are appropriate for the space.

**Can I compare two different lighting setups?**
Yes, you can use the comparison tool to see which configuration provides better coverage or uses fewer fixtures for the same area.

**Do I need to host this myself?**
No, Vinkius hosts and manages the MCP for you. You just connect your client and start using the tools.

**How do I calculate the number of lights needed?**
You can use the `get_fixture_count` tool by providing the total room area and the area covered by a single fixture.

**Can I use metric units?**
Yes, the `get_fixture_count` tool supports both imperial and metric unit systems.

**How does the tool handle fractional results?**
The tool always rounds up to the nearest whole number to ensure full coverage of the specified area.
