# Transport Number Calculator AI Agent Connect

> Calculate ion transport numbers using mobilities, conductivities, or Hittorf method data.

## Overview
- **Category:** science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_BKFWYuo8tzL2YwR4fxxDwvJUIUAevRcWu0SGhr7i/ai-agent-connect
- **Tags:** electrochemistry, ions, mobility, conductivity, hittorf

## Description

This MCP server provides specialized tools for electrochemical analysis of electrolytes. It allows for the calculation of cation and anion transport numbers through multiple methods. You can use `calculate_mobility_transport_numbers` to derive transport numbers from ionic mobilities, or `calculate_conductivity_transport_numbers` using molar conductivities. For experimental data, `calculate_hittorf_results` processes concentration changes near electrodes. Additionally, `apply_association_correction` adjusts results to account for ion pairing in concentrated solutions.

## Tools

### apply_association_correction
Adjusts the theoretical transport numbers to account for the presence of ion pairs in concentrated solutions

### calculate_conductivity_transport_numbers
Calculates transport numbers using the molar conductivities of the individual ions

### calculate_hittorf_results
Estimates the transport numbers using data derived from the Hittorf method

### calculate_mobility_transport_numbers
Calculates the transport numbers for a cation and anion based on their individual ionic mobilities

## Prompt Examples

**Prompt:** 
```
Calculate the transport numbers for a cation with mobility 5.0 and an anion with mobility 4.0.
```

**Response:** 
```
The cation transport number is 0.5556 and the anion transport number is 0.4444.
```

**Prompt:** 
```
What are the transport numbers if the cation molar conductivity is 120 and the anion is 80?
```

**Response:** 
```
The cation transport number is 0.6 and the anion transport number is 0.4.
```

**Prompt:** 
```
Adjust transport numbers of 0.6 and 0.4 using an association constant of 0.1.
```

**Response:** 
```
The corrected cation transport number is 0.54 and the corrected anion transport number is 0.36.
```

## Frequently Asked Questions

**How do I calculate transport numbers from mobility?**
You can use the `calculate_mobility_transport_numbers` tool by providing the specific mobility values for both the cation and the anion.

**Can I account for ion association in concentrated solutions?**
Yes, use the `apply_association_correction` tool with an association constant between 0 and 1 to adjust your theoretical transport numbers.

**What is the Hittorf method calculation?**
The `calculate_hittorf_results` tool estimates transport numbers based on the concentration gradient created by ion migration near an electrode.
