# Concrete Surface Hardness Calculator AI Agent Connect

> Calculate rebound number, Brinell hardness, and abrasion resistance for concrete surfaces.

## Overview
- **Category:** construction
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_grE3LpzwWG7HiOiwkX7YkkP9rizEUtjysjgCpwrH/ai-agent-connect
- **Tags:** concrete, hardness, abrasion, construction-tech, material-testing

## Description

This MCP server provides specialized tools to determine the surface properties of concrete. By analyzing core compressive strength, curing methods, and surface finishes, you can use `calculate_surface_hardness` to obtain a full hardness report. For non-destructive testing simulations, `estimate_rebound_impact` predicts the energy returned by a mass striking the surface. Additionally, `evaluate_abrasion_resistance` assesses how well a surface will withstand wear based on chemical and mechanical states, such as carbonation or surface treatments.

## Tools

### calculate_surface_hardness
Provides a comprehensive suite of hardness and wear metrics for a given concrete profile

### evaluate_abrasion_resistance
Determines how well the surface will withstand wear based on its chemical and mechanical state

### estimate_rebound_impact
Specifically calculates the expected rebound number for non-destructive testing simulations

### get_hardness_correlation_factors
Retrieves the adjustment multipliers used to transform core strength into surface metrics

## Prompt Examples

**Prompt:** 
```
What is the surface hardness for concrete with 35 MPa strength, water cured, and a polished finish?
```

**Response:** 
```
The calculated rebound number is 42, the Brinell hardness is 155, and the abrasion resistance rating is High.
```

**Prompt:** 
```
Estimate the rebound impact for 40 MPa concrete with a troweled finish.
```

**Response:** 
```
The predicted rebound number is 45 with a confidence interval of 2.5.
```

**Prompt:** 
```
How much wear resistance does 30 MPa concrete have if it has a surface treatment?
```

**Response:** 
```
The abrasion resistance rating is Medium with a wear coefficient of 0.12.
```

## Frequently Asked Questions

**How do I calculate the rebound number for a specific concrete finish?**
You can use the `estimate_rebound_impact` tool by providing the core compressive strength and the specific surface finish type.

**Does the tool account for chemical hardeners?**
Yes, the `calculate_surface_hardness` tool allows you to include the `hardenerType` to adjust the hardness and wear metrics accordingly.

**Can I assess wear resistance for treated surfaces?**
Yes, use `evaluate_abrasion_resistance` and specify if a surface treatment is present to get an accurate rating.
