# Shaking Table Design Engineer AI Agent Connect

> Calculates physical parameters and capacity requirements for mineral processing shaking tables.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_fcRWSXG39RxTSMRMDPnblqnbrQPYEmuNtGzO2YM0/ai-agent-connect
- **Tags:** mineral-processing, gravity-separation, shaking-table, engineering-tools, mining-design

## Description

This MCP server provides specialized engineering tools for designing gravity separation systems. It allows AI agents to calculate precise table dimensions using `get_single_table_specs`, determine fleet arrangements with `calculate_fleet_requirements`, optimize deck layouts via `design_deck_configuration`, and establish necessary wash water volumes through `water_requirement_calc`. It is designed for mineral processing engineers to automate capacity and configuration planning.

## Tools

### calculate_fleet_requirements
Determines how many tables are needed to meet the total feed rate and how they should be arranged

### design_deck_configuration
Determines the physical setup of the decks, including width and length ratios, to optimize particle travel

### get_single_table_specs
Calculates the required dimensions and area for a single shaking table based on the target feed rate

### water_requirement_calc
Calculates the necessary wash water flow rate to maintain proper separation

## Prompt Examples

**Prompt:** 
```
What are the dimensions for a single table processing 5 tonnes per hour with a mineral density of 3.5 and feed density of 2.5?
```

**Response:** 
```
The required table will have a deck length of 2.5m and a deck width of 1.2m, providing a total deck area of 3.0m².
```

**Prompt:** 
```
How many tables do I need for a 20 tph feed if each table has an area of 2.5m² in a parallel configuration?
```

**Response:** 
```
You will need 8 tables arranged in a parallel configuration to meet the 20 tph feed rate.
```

**Prompt:** 
```
Calculate the wash water needed for 10 tph feed, mineral density 4.0, and a water-to-feed ratio of 2.0.
```

**Response:** 
```
The required wash water flow rate is 20.0 m³/h.
```

## Frequently Asked Questions

**How do I calculate the number of tables needed for my operation?**
You can use the `calculate_fleet_requirements` tool by providing the total feed rate, the area of a single unit, and your preferred configuration (parallel or series).

**Can I design specific deck dimensions?**
Yes, the `design_deck_configuration` tool allows you to specify the number of tables, desired width, and aspect ratio to optimize particle travel.

**How is wash water volume determined?**
The `water_requirement_calc` tool calculates the necessary flow rate based on the feed rate, mineral density, and the specified water-to-feed ratio.
