# Tailings Dam Stability Analyzer AI Agent Connect

> Engineering tool for assessing tailings dam slope stability and critical failure conditions.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_A7826CFBQd7np5PpH5gVZclZKnajtKDIw51qGHne/ai-agent-connect
- **Tags:** stability, tailings, geotechnical, seismic, mining-safety

## Description

This MCP server provides specialized engineering tools to evaluate the structural integrity of tailings storage facilities. It allows AI agents to perform complex slope stability assessments, including calculating the Factor of Safety (FoS) for upstream and downstream slopes. The server includes capabilities to evaluate risks from rapid reservoir drawdown and seismic loading, and can identify the most dangerous configurations using `get_critical_conditions`. It is designed for geotechnical engineers and mining professionals to simulate stability under various environmental and material conditions.

## Tools

### get_critical_conditions
Identify combinations of loading and geometry that result in the lowest Factor of Safety

### evaluate_rapid_drawdown
Assess instability caused by rapid reservoir water level drops

### analyze_slope_stability
Calculate fundamental stability metrics of a dam

### assess_seismic_stability
Determine the dam's ability to withstand earthquake-induced forces

## Prompt Examples

**Prompt:** 
```
Calculate the stability for a dam with a height of 50m and a slope angle of 25 degrees.
```

**Response:** 
```
The calculated Factor of Safety for the downstream slope is 1.45, which is considered Stable.
```

**Prompt:** 
```
What is the risk of liquefaction if the peak ground acceleration is 0.2g?
```

**Response:** 
```
The seismic Factor of Safety is 1.12, and the liquefaction potential is Moderate.
```

**Prompt:** 
```
Find the most dangerous scenario for this dam configuration.
```

**Response:** 
```
The most dangerous scenario is a rapid drawdown event, which results in a minimum Factor of Safety of 0.85.
```

## Frequently Asked Questions

**How do I calculate the stability of a dam slope?**
You can use the `analyze_slope_stability` tool by providing the dam geometry, material properties, and loading conditions.

**Can this tool assess earthquake risks?**
Yes, the `assess_seismic_stability` tool evaluates the Factor of Safety during seismic events and predicts liquefaction potential.

**What happens during a rapid drawdown event?**
The `evaluate_rapid_drawdown` tool assesses if a sudden drop in water level creates critical instability due to high pore water pressure.
