# Nanoparticle Surface Area Analyzer AI Agent Connect

> Calculate specific surface area, surface atom fraction, and size distribution for nanoparticles.

## Overview
- **Category:** science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_DBK3NejxOHUeY5X89IzKbQ7F4Ui9qvWwpFZuOspa/ai-agent-connect
- **Tags:** nanoparticles, surface-area, geometry, material-science, physics

## Description

This MCP server provides precise geometric and physical calculations for nanoparticle characterization. It allows AI agents to determine the specific surface area using `calculate_specific_surface_area`, estimate the percentage of atoms on the surface via `calculate_surface_atom_fraction`, and analyze populations of particles with `analyze_size_distribution`. It is designed for material scientists and researchers working with nanoscale morphology.

## Tools

### analyze_size_distribution
Calculates average physical properties across a population of particles with varying sizes

### calculate_specific_surface_area
Calculates the specific surface area for a given particle shape and size

### calculate_surface_atom_fraction
Calculates the percentage of atoms located on the surface of the particle

### get_morphology_constants
Retrieves geometric scaling factors for a specific shape

## Prompt Examples

**Prompt:** 
```
What is the specific surface area of a sphere with a radius of 5nm and a density of 2.5 g/cm³?
```

**Response:** 
```
The specific surface area for the sphere is 0.24 m²/g.
```

**Prompt:** 
```
What percentage of atoms are on the surface for a cube with a side length of 2nm and an atomic radius of 0.12nm?
```

**Response:** 
```
The surface atom percentage for this cube is 42.5%.
```

**Prompt:** 
```
Find the geometric scaling factors for a cylinder.
```

**Response:** 
```
The surface area factor is 2πr(h+r) and the volume factor is πr²h.
```

## Frequently Asked Questions

**How do I calculate the specific surface area?**
You can use the `calculate_specific_surface_area` tool by providing the particle size, density, and the geometric shape.

**Can I analyze a group of particles at once?**
Yes, the `analyze_size_distribution` tool calculates weighted average properties across a population of varying particle sizes.

**What shapes are supported?**
The server supports sphere, cube, and cylinder geometries.
