# Impact Force Estimator AI Agent Connect

> Calculate impact force and injury risk from water entries.

## Overview
- **Category:** simulation
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_24sU8WbZedp1FB94p6Y9mnSOSFKDhUhzUKzq7QWi/ai-agent-connect
- **Tags:** impact, water, physics, safety, injury-risk

## Description

This MCP server provides tools to estimate the physical impact of a body hitting water. Using the impulse-momentum theorem, it calculates peak impact force, deceleration time, and entry velocity. You can use `calculate_impact_dynamics` to get core physics data, `assess_injury_risk` to determine safety levels, `get_position_area_preset` to find surface area for specific postures, or `simulate_scenario_comparison` to compare different fall scenarios.

## Tools

### assess_injury_risk
Translates the calculated impact force into a standardized risk category

### calculate_impact_dynamics
Calculates the fundamental physical values of the impact (force and time)

### get_position_area_preset
Provides standardized surface area values for common body positions

### simulate_scenario_comparison
Allows a user to compare two different fall scenarios

## Prompt Examples

**Prompt:** 
```
What is the impact force for a 75kg person falling 5 meters with a vertical entry?
```

**Response:** 
```
The calculated impact force is approximately 1250 N with a deceleration time of 0.15 seconds.
```

**Prompt:** 
```
Is a 10 meter fall for an 80kg person dangerous if they belly flop?
```

**Response:** 
```
A belly flop from 10 meters for an 80kg person results in a Critical injury risk level due to the high impact force.
```

**Prompt:** 
```
Compare a 3m fall (vertical) vs a 3m fall (belly flop) for a 70kg person.
```

**Response:** 
```
The belly flop results in a significantly higher impact force and a higher risk level compared to the vertical entry.
```

## Frequently Asked Questions

**How do I find the surface area for a specific body position?**
You can use the `get_position_area_preset` tool to retrieve standardized surface area values for common positions like vertical, seated, or belly_flop.

**Can I compare two different fall scenarios?**
Yes, use the `simulate_scenario_comparison` tool to see how changes in height, weight, or position affect the impact force and risk level.

**What determines the injury risk level?**
The risk level is determined by the ratio of the peak impact force to the person's mass, which is processed by the `assess_injury_risk` tool.
