# Slope Stability Analysis AI Agent Connect

> Evaluate soil slope stability using Bishop's simplified method.

## Overview
- **Category:** science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_lr5Ofw7IwjAwsc6985bJzTEsWq3k4kd4Z5V7QHtL/ai-agent-connect
- **Tags:** geotechnical, slope-stability, soil-mechanics, engineering, safety-analysis

## Description

This MCP server provides specialized geotechnical engineering tools to assess the stability of soil slopes. It implements Bishop's simplified method to calculate the Factor of Safety (FoS) by accounting for critical variables such as soil cohesion, friction angle, water table depth, seismic coefficients, and surcharge loads. Engineers can use `calculate_factor_of_safety` to determine stability, `identify_critical_slip_surface` to locate potential failure paths, `estimate_failure_probability` to assess landslide risk, and `analyze_water_impact` to model how rising water tables affect safety margins. It is designed for use in Cursor, VS Code, Claude Desktop, and Windsurf via Vinkius Edge.

## Tools

### analyze_water_impact
Analyzes how raising the water table reduces stability

### calculate_factor_of_safety
Calculates the factor of safety for a specific slope configuration

### estimate_failure_probability
Estimates the likelihood of a landslide occurring

### identify_critical_slip_surface
Identifies the most likely path of soil failure

## Prompt Examples

**Prompt:** 
```
Calculate the factor of safety for a 15m slope at a 35 degree angle with 20kPa cohesion and 30 degree friction angle.
```

**Response:** 
```
The calculated Factor of Safety for this slope configuration is 1.42, indicating a stable condition.
```

**Prompt:** 
```
Where is the most likely path of failure for a 10m slope with 15kPa cohesion and 25 degree friction angle?
```

**Response:** 
```
The critical slip surface is located at coordinates (x: 4.2, y: -2.1) with a radius of 5.8m and a critical path depth of 3.4m.
```

**Prompt:** 
```
What is the probability of failure if the factor of safety is 1.05 and uncertainty is medium?
```

**Response:** 
```
The probability of failure is 0.45, which is classified as a high risk level.
```

## Frequently Asked Questions

**What method is used for stability calculations?**
The server uses Bishop's simplified method to calculate the Factor of Safety for circular slip surfaces.

**How does the tool handle seismic activity?**
The `calculate_factor_of_safety` tool accepts a seismic coefficient to account for horizontal ground acceleration during seismic events.

**Can I model the effect of a rising water table?**
Yes, you can use `analyze_water_impact` to compare the current Factor of Safety against a target water table depth.
