# Transition Metal Chemistry Predictor AI Agent Connect

> Predict electronic, magnetic, and optical properties of transition metal complexes.

## Overview
- **Category:** education
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_9F8ww4uyIpuIQXdaVEsVqGLwmeJ9lMczdbZZWC08/ai-agent-connect
- **Tags:** chemistry, transition-metals, coordination-chemistry, physics, spectroscopy

## Description

This MCP server provides specialized tools for coordination chemistry. Use `get_electron_configuration` to find d-electron counts, `predict_magnetic_properties` to determine magnetism, `determine_geometry_and_splitting` to identify molecular shapes and Jahn-Teller distortions, and `predict_optical_properties` to find the observed color of a complex.

## Tools

### determine_geometry_and_splitting
Identifies the most likely molecular geometry and the nature of the splitting

### get_electron_configuration
Determines the number of d-electrons for a given metal and oxidation state

### predict_magnetic_properties
Predicts if a complex is paramagnetic or diamagnetic and calculates the magnetic moment

### predict_optical_properties
Predicts the color of the complex based on electronic transitions

## Prompt Examples

**Prompt:** 
```
What is the d-electron configuration for Iron(III)?
```

**Response:** 
```
Iron(III) has a d5 electron configuration.
```

**Prompt:** 
```
Is a high-spin d4 complex likely to show Jahn-Teller distortion?
```

**Response:** 
```
Yes, high-spin d4 complexes typically undergo Jahn-Teller distortion.
```

**Prompt:** 
```
What color is a complex with a large splitting magnitude and d1 configuration?
```

**Response:** 
```
The observed color is red.
```

## Frequently Asked Questions

**What can this tool predict?**
It predicts d-electron configurations, magnetic properties (paramagnetic/diamagnetic), molecular geometry, and the observed color of transition metal complexes.

**Does it account for Jahn-Teller distortion?**
Yes, the `determine_geometry_and_splitting` tool identifies if a complex is subject to Jahn-Teller distortion.

**How do I find the color of a complex?**
You can use the `predict_optical_properties` tool by providing the d-electron count, spin state, and splitting magnitude.
