# Organometallic Property Analyzer AI Agent Connect

> Analyze electronic structure, oxidation states, and stability of organometallic complexes.

## Overview
- **Category:** science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_s5u2hNO2OeGJoSvW4WerglDqMCVrTeZvbV0t6g5v/ai-agent-connect
- **Tags:** organometallic, chemistry, molecular, oxidation-state, stability

## Description

This MCP server provides specialized tools for organometallic chemistry analysis. It allows AI agents to determine oxidation states and valence electron counts using `analyze_electron_configuration`. Users can predict complex stability with `evaluate_stability_profile`, calculate how hapticity changes affect electron counts via `calculate_hapticity_impact`, and suggest molecular shapes using `identify_coordination_geometry`.

## Tools

### analyze_electron_configuration
Determines the metal's oxidation state and the total valence electron count

### calculate_hapticity_impact
Calculates how changing the coordination mode (hapticity) of a specific ligand affects the overall electron count

### evaluate_stability_profile
Predicts the chemical stability of the complex based on electronic and structural factors

### identify_coordination_geometry
Suggests the most likely molecular geometry based on the coordination number

## Prompt Examples

**Prompt:** 
```
What is the oxidation state and electron count for an Fe(CO)5 complex?
```

**Response:** 
```
The iron center in Fe(CO)5 has an oxidation state of 0 and a total valence electron count of 18.
```

**Prompt:** 
```
Is a complex with 16 electrons and high backbonding stable?
```

**Response:** 
```
The stability rating is moderate, as the 18-electron rule is not met, but high backbonding can provide additional stability for certain transition metals.
```

**Prompt:** 
```
What happens to the electron count if a cyclopentadienyl ligand changes from eta-5 to eta-3?
```

**Response:** 
```
The total electron count will decrease by 2.
```

## Frequently Asked Questions

**How do I calculate the electron count for a complex?**
You can use the `analyze_electron_configuration` tool by providing the metal symbol, a list of ligands with their properties, and the total complex charge.

**Can this tool predict if a complex follows the 18-electron rule?**
Yes, the `analyze_electron_configuration` tool returns a boolean indicating if the complex is 18-electron compliant.

**How is molecular geometry determined?**
The `identify_coordination_geometry` tool suggests the most likely geometry based on the sum of the hapticities of all coordinated ligands.
