# Floor Flatness & Levelness Analyzer AI Agent Connect

> Analyze concrete floor compliance using FF/FL F-number standards.

## Overview
- **Category:** construction
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_oiFlFNiDBUW2JBmdGj8bQdeQmKGFQ6BJPJDGW3mi/ai-agent-connect
- **Tags:** concrete, ff-fl, floor-flatness, industrial-standards, quality-control

## Description

This MCP server provides specialized tools for assessing concrete floor quality. It allows AI agents to determine if a surface meets specific flatness (FF) and levelness (FL) requirements using the F-number system. Users can use `analyze_f_number_compliance` to check if measurement points satisfy industry standards for various floor uses like warehouses or retail spaces. For non-compliant surfaces, `calculate_grinding_needs` provides estimates for corrective work. Additionally, `evaluate_straightedge_deviation` supports manual measurement analysis, and `get_classification_standards` retrieves default requirements for different floor classifications.

## Tools

### analyze_f_number_compliance


### calculate_grinding_needs


### evaluate_straightedge_deviation


### get_classification_standards


## Prompt Examples

**Prompt:** 
```
Check if these measurement points meet warehouse standards: points=[{'x':0,'y':0,'z':0.1},{'x':1,'y':1,'z':0.2}], area=50, use='warehouse', specs='{"minFF":25, "minFL":20}'
```

**Response:** 
```
The floor is non-compliant. The calculated FF is 22 and FL is 18, which are below the required warehouse standards of FF 25 and FL 20.
```

**Prompt:** 
```
What are the standard FF and FL requirements for a High-Speed Warehouse?
```

**Response:** 
```
For a High-Speed Warehouse, the minimum requirements are FF 55 and FL 40.
```

**Prompt:** 
```
Estimate the grinding needed for these non-compliant points: points=[{'x':0,'y':0,'z':0.5}], target={'targetZ':0.0}
```

**Response:** 
```
The estimated grinding depth is 0.5 meters covering an area of 1 square meter with a low complexity score.
```

## Frequently Asked Questions

**What is the difference between FF and FL?**
FF (Floor Flatness) measures the waviness of the surface, while FL (Floor Levelness) measures the overall tilt or slope of the floor.

**How can I check if my warehouse floor is compliant?**
You can use the `analyze_f_number_compliance` tool by providing your measurement points, the floor area, and the floor use classification.

**Can I use manual straightedge measurements?**
Yes, the `evaluate_straightedge_deviation` tool is specifically designed to process manual gap measurements from a physical straightedge.
