# Surfboard Ding Repair Calculator AI Agent Connect

> Calculate exact resin, fiberglass, and curing time for surfboard repairs.

## Overview
- **Category:** utility
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Bwdobe6rJdybrYfMWnzu1tAAbiIsAoeeVXyYTsFn/ai-agent-connect
- **Tags:** surfboard, repair, resin, fiberglass, calculation

## Description

This MCP server provides precise material calculations for surfboard repairs. By analyzing the damage type--such as a puncture, rail chip, or pressure ding--the tools determine the exact volume of resin needed, the required surface area of fiberglass cloth (including overlap), and the estimated curing time. Use `calculate_repair_materials` to get a complete material list or `get_ding_type_metadata` to see supported damage categories.

## Tools

### calculate_repair_materials


### get_ding_type_metadata
Get list of supported ding types and descriptions

### validate_dimensions
Validate if surfboard ding dimensions are realistic

## Prompt Examples

**Prompt:** 
```
How much resin and cloth do I need for a puncture that is 5cm long, 2cm wide, and 1cm deep?
```

**Response:** 
```
You will need 17.28 grams of resin and 103.5 cm² of fiberglass cloth. The estimated curing time is 10 minutes.
```

**Prompt:** 
```
Calculate materials for a rail chip: 10cm length, 4cm width, 0.5cm depth.
```

**Response:** 
```
You will need 11 grams of resin and 150 cm² of fiberglass cloth. The estimated curing time is 10 minutes.
```

**Prompt:** 
```
What are the supported ding types?
```

**Response:** 
```
The supported types are puncture, rail_chip, and pressure_ding.
```

## Frequently Asked Questions

**What types of damage can I calculate?**
You can calculate requirements for punctures, rail chips, and pressure dings using the `calculate_repair_materials` tool.

**Does this include fiberglass cloth overlap?**
Yes, the cloth calculation automatically includes a 5cm perimeter overlap and accounts for multiple layers.

**How is curing time determined?**
Curing time is estimated based on the volume of the damage; larger volumes increase the estimated time required for the resin to stabilize.
