# Tailings Dam Safety Assessment AI Agent Connect

> Professional engineering tool for evaluating tailings dam stability, seismic resilience, and flood risk.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_iVj5XLJLdARBgLBeS6FCBqaX2bRBVbl60crcthIH/ai-agent-connect
- **Tags:** tailings, dam-safety, stability, seismic, flood-risk

## Description

This MCP server provides specialized engineering tools to assess the structural integrity of tailings storage facilities. It allows AI agents to perform critical safety calculations including `analyze_slope_stability` to check resistance against sliding, `evaluate_seismic_resilience` to assess liquefaction risks during earthquakes, and `simulate_flood_impact` to predict overtopping risks. Finally, it uses `classify_dam_risk` to assign formal risk categories based on technical metrics and consequence tiers.

## Tools

### analyze_slope_stability
Determine if the current dam geometry and material properties provide sufficient resistance against sliding

### classify_dam_risk
Assign a formal risk category to the facility based on technical analyses

### evaluate_seismic_resilience
Assess how the dam reacts to earthquake-induced accelerations and the risk of liquefaction

### simulate_flood_impact
Predict the risk of overtopping and internal erosion during extreme precipitation or inflow events

## Prompt Examples

**Prompt:** 
```
Check the slope stability for a dam with height 50m, crest width 10m, slope angle 25 degrees, and slope length 100m, using cohesion 20, friction angle 30, and unit weight 18, with a phreatic surface height of 5m and pore pressure 2.
```

**Response:** 
```
The factor of safety is 1.65, and the stability status is Stable.
```

**Prompt:** 
```
What is the risk of overtopping if a flood with an inflow rate of 500 m3/s for 2 hours hits a dam with 5m of freeboard?
```

**Response:** 
```
The overtopping risk is Low, and the erosion potential is minimal.
```

**Prompt:** 
```
Classify the risk for a dam with a factor of safety of 1.05 and a High consequence category.
```

**Response:** 
```
The risk level is Extreme, with an urgency rating of High.
```

## Frequently Asked Questions

**What can I calculate with this tool?**
You can calculate the factor of safety for slope stability, assess seismic resilience and liquefaction risk, simulate flood impacts, and classify the overall dam risk level.

**How does the tool handle seismic events?**
The `evaluate_seismic_resilience` tool evaluates how earthquake-induced accelerations affect the dam, specifically looking at the risk of liquefaction in saturated tailings.

**Can I predict overtopping during a flood?**
Yes, by using `simulate_flood_impact`, you can predict overtopping risks and erosion potential based on flood volume and available freeboard.
