# Plasmon Resonance Calculator AI Agent Connect

> Calculate surface plasmon resonance wavelength, extinction, and field enhancement for metallic nanoparticles.

## Overview
- **Category:** scientific-computing
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_vy9iN48wvB30Zudlk6bCQdXWlaIzFrX46A0jGKHR/ai-agent-connect
- **Tags:** plasmonics, nanoparticles, mie-theory, spectroscopy, nanotechnology

## Description

This MCP server provides precise calculations for Surface Plasmon Resonance (SPR) in metallic nanoparticles using Mie theory approximations. It allows AI agents to determine the resonance wavelength, extinction coefficients (including absorption and scattering contributions), and electric field enhancement factors based on particle material, size, shape, and the surrounding medium's refractive index. Use `get_resonance_wavelength` to find peak wavelengths, `get_extinction_coefficient` for light attenuation, `get_field_enhancement` for surface field concentration, and `compare_material_performance` to evaluate different metals under identical conditions.

## Tools

### compare_material_performance


### get_extinction_coefficient


### get_field_enhancement


### get_resonance_wavelength


## Prompt Examples

**Prompt:** 
```
What is the resonance wavelength for a 50nm gold sphere in water?
```

**Response:** 
```
The resonance wavelength for a 50nm gold sphere in water (refractive index 1.33) is 530 nm.
```

**Prompt:** 
```
Calculate the field enhancement for a silver nanorod with an aspect ratio of 3.
```

**Response:** 
```
The electric field enhancement factor for the silver nanorod is 45.2, with the peak location at the tips.
```

**Prompt:** 
```
Compare the extinction coefficient of gold and silver spheres of size 40nm in air.
```

**Response:** 
```
For 40nm spheres in air, gold has an extinction coefficient of 0.015, while silver has a higher coefficient of 0.042.
```

## Frequently Asked Questions

**What materials are supported for calculation?**
The calculator supports noble metals like gold and silver, as well as transition metals such as copper and aluminum.

**How do I calculate the resonance for a nanorod?**
To calculate for a rod, use the `get_resonance_wavelength` tool and ensure you provide the `aspectRatio` parameter.

**Can I compare different metals at once?**
Yes, you can use the `compare_material_performance` tool to evaluate multiple metals simultaneously under the same physical parameters.
