# Periodic Trend Analyzer AI Agent Connect

> Analyzes periodic trends and elemental properties, accounting for atomic structure anomalies.

## Overview
- **Category:** education
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_vg08IFKrWK8XaF8pIY9PWfQlTccRqfBImtnrJy1U/ai-agent-connect
- **Tags:** chemistry, periodic-table, science, elements, atomic-properties

## Description

This MCP server provides deep chemical intelligence by connecting AI agents to periodic table data. It allows for the retrieval of fundamental physical properties using `get_element_properties`, comparing directional trends between elements with `compare_periodic_trends`, and identifying subshell stability deviations via `analyze_anomalies`. It also provides group-wide summaries through `get_group_trends`. It is designed to handle complex chemical nuances like effective nuclear charge and orbital stability.

## Tools

### analyze_anomalies
Identifies if a specific element's property deviates from the expected periodic trend

### compare_periodic_trends
Evaluates the directional trend of a specific property between two elements

### get_element_properties
Retrieves the fundamental physical properties of a specific element

### get_group_trends
Summarizes the trend of a property for an entire chemical group

## Prompt Examples

**Prompt:** 
```
What are the properties of Oxygen?
```

**Response:** 
```
Oxygen (O) has an atomic number of 8, an atomic mass of approximately 15.999, and belongs to group 16, period 2. Its electronegativity is 3.44.
```

**Prompt:** 
```
Is there an anomaly in the ionization energy of Nitrogen?
```

**Response:** 
```
Yes, Nitrogen shows an anomaly in ionization energy because its half-filled 2p subshell provides extra stability compared to Oxygen.
```

**Prompt:** 
```
Compare the electronegativity of Fluorine and Cesium.
```

**Response:** 
```
Fluorine has a much higher electronegativity than Cesium, as electronegativity increases across a period and decreases down a group.
```

## Frequently Asked Questions

**What properties can I analyze?**
You can analyze atomic/ionic radius, ionization energy, electronegativity, and electron affinity.

**How does the tool handle chemical anomalies?**
The `analyze_anomalies` tool specifically checks for deviations caused by subshell stability, such as half-filled or fully-filled orbitals.

**Can I compare two specific elements?**
Yes, use `compare_periodic_trends` to evaluate how a specific property changes between two chosen elements.
