# SCC Mix Designer AI Agent Connect

> Design high-performance Self-Compacting Concrete (SCC) mixes using EFNARC guidelines.

## Overview
- **Category:** construction
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_yMbTzWLJU2L0vXATj23Sw7bOK8zHwQLuX02LC9nA/ai-agent-connect
- **Tags:** concrete, scc, efnarc, mix-design, civil-engineering

## Description

This MCP server provides specialized engineering tools for designing Self-Compacting Concrete (SCC) mixes. By following EFNARC principles, it calculates essential parameters like powder content, water/powder ratio, and admixture dosages. Use `calculate_mix_proportions` to generate a primary design, `verify_passing_ability` to ensure the mix can navigate reinforcement, and `check_segregation_stability` to prevent aggregate settlement. It is an essential bridge for engineers connecting AI agents to precise concrete mix optimization.

## Tools

### check_segregation_stability
Assesses the risk of aggregate settlement and bleeding

### calculate_mix_proportions
Generates the primary SCC mix design based on target performance requirements

### get_material_efficiency
Provides a cost and efficiency overview of the design

### verify_passing_ability
Evaluates if the current mix design will successfully pass through reinforcement

## Prompt Examples

**Prompt:** 
```
Generate an SCC mix design for 40 MPa strength with a 600mm flow diameter and 16mm aggregate.
```

**Response:** 
```
The calculated mix design requires a powder content of 450 kg/m³, a water/powder ratio of 0.38, and a superplasticizer dosage of 1.2 kg/m³ to meet your 40 MPa target.
```

**Prompt:** 
```
Will a mix with 400 kg/m³ powder and 20mm aggregate pass through reinforcement?
```

**Response:** 
```
The mix has a high blockage risk due to the large aggregate size relative to the powder content.
```

**Prompt:** 
```
Check the stability of a mix with a 10s V-funnel time and 0.4 water/powder ratio.
```

**Response:** 
```
The stability rating is high, with a low risk of segregation for this specific viscosity.
```

## Frequently Asked Questions

**What standards does this tool follow?**
The tool follows the EFNARC guidelines for Self-Compacting Concrete (SCC) mix design.

**How can I check if my mix will block in reinforcement?**
You can use the `verify_passing_ability` tool to evaluate if the powder content and aggregate size are sufficient for the target reinforcement.

**Can I assess the risk of segregation?**
Yes, the `check_segregation_stability` tool assesses the risk of aggregate settlement based on V-funnel time and water/powder ratio.
