# Open-Meteo Air Quality MCP for AI Agents AI Agent Connect

> Open-Meteo Air Quality provides real-time pollutant data, pollen counts, and UV safety indexes for any location. It delivers precise numbers for PM2.5, ozone, and nitrogen dioxide, alongside official US and European AQI ratings. It is the primary choice for building health-focused tools or planning outdoor activities based on environmental safety.

## Overview
- **Category:** the-unthinkable
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_0fFjx72ofTk6LmJoxnaXNhvzUXp0zcIzZbLMTHYJ/ai-agent-connect
- **Tags:** air-quality, pollution-monitoring, pollen-forecast, environmental-data, aqi, health-safety

## Description

Imagine you are building a fitness app and your users keep asking if it is safe to run outside today. Instead of making them jump between three different weather apps, you can give your AI the ability to see exactly what is in the air. This Connector pulls in the raw numbers that matter, like nitrogen dioxide and sulfur dioxide levels, so your agent can give specific advice. It handles the heavy lifting of checking pollen for specific trees like birch or ragweed, which is a lifesaver for people with chronic allergies. You can also have your agent monitor UV safety or check the official Air Quality Index for different regions. Because Vinkius manages these connections, you can plug this into your existing workflow and let your agent handle the environmental data fetching. It turns a vague question about the weather into a precise answer on whether the air is clear, if pollen is peaking, or if the sun is too intense for a long day outside.

## Tools

### get_aqi_index
Retrieve official Air Quality Index ratings using both European and US standards. Use this to see official safety levels.

### get_air_quality
Get specific pollutant concentrations like PM2.5, ozone, and CO for any location. This is useful for granular health monitoring.

### get_pollen_forecast
Pull detailed allergen forecasts for various tree and grass types. This helps people with hay fever plan their day.

### get_uv_index
Check current and clear-sky UV index levels for sun exposure safety. This is perfect for beach or hiking safety advice.

## Prompt Examples

**Prompt:** 
```
Is the air safe for my kid to play outside in Chicago today?
```

**Response:** 
```
### Chicago — Air Quality Report

**Official Status:** 
- **US AQI:** 42 (Good) ✅

**Pollutant Breakdown:**
- **PM2.5:** 9.2 μg/m³
- **Ozone (O₃):** 35 μg/m³
- **Nitrogen Dioxide (NO₂):** 12 μg/m³

**Summary:** The air quality is excellent for outdoor play today. No special precautions are needed.
```

**Prompt:** 
```
What is the pollen situation in Berlin today?
```

**Response:** 
```
### Berlin — Pollen & Allergen Forecast

- **Birch:** High (65 grains/m³) ⚠️
- **Grass:** Moderate (22 grains/m³)
- **Alder:** Low (4 grains/m³)
- **Ragweed:** Not detected

**Advice:** If you have birch allergies, you may experience symptoms today. Consider taking your usual antihistamines before heading out.
```

**Prompt:** 
```
Should I wear sunscreen in Sydney right now?
```

**Response:** 
```
### Sydney — UV Safety

- **Current UV Index:** 8.4 (Very High) 🔴
- **Clear-sky UV:** 10.2

**Recommendation:** You should definitely wear SPF 50+ sunscreen, a wide-brimmed hat, and sunglasses. It is best to stay in the shade between 11:00 AM and 3:00 PM.
```

## Capabilities

### Fetch pollutant concentrations
Get specific numbers for things like PM2.5, ozone, and carbon monoxide for any location.

### Check AQI indexes
Pull official air quality ratings using both European and US standards.

### Get pollen forecasts
Identify specific allergens like mugwort, alder, and birch.

### Check UV safety
See current and clear-sky UV levels for sun exposure safety.

### Monitor dust and ammonia
Track specific industrial and environmental pollutants in real time.

## Use Cases

### Allergy planning for a morning walk
An allergy sufferer asks their agent if they can go for a walk, and the agent checks the grass pollen forecast to provide a warning.

### Safety check for outdoor sports
A coach wants to know if the air is safe for a marathon, so the agent pulls PM2.5 levels to see if it meets safety standards.

### Playground safety for parents
A parent wants to know if the air is clear for their child to play, and the agent checks the local AQI index for the neighborhood.

### Beach day sun safety
A traveler needs to know the sun safety for a beach day, and the agent checks the UV index to suggest the best time to head out.

## Benefits

- Get precise pollutant data like NO2 and SO2 using get_air_quality to inform health-conscious users about local air safety.
- Provide region-specific AQI ratings via get_aqi_index so users know the official safety status for their specific country.
- Automate allergy planning with get_pollen_forecast for specific plants like birch and ragweed to help users avoid triggers.
- Improve sun safety advice by checking clear-sky and actual UV levels with get_uv_index to prevent overexposure.
- Support diverse health needs by monitoring specific pollutants like dust and ammonia for industrial or rural environments.

## How It Works

The bottom line is your agent gets real-time, location-specific environmental data without you having to scrape websites.

1. Connect the Open-Meteo Air Quality MCP to your AI client via Vinkius.
2. Ask your agent for environmental data at a specific location.
3. Receive structured pollutant levels, AQI scores, or pollen counts.

## Frequently Asked Questions

**Can Open-Meteo Air Quality give me both US and European AQI?**
Yes, this Connector provides both US and European standards. This is helpful for users who need to know the specific safety ratings for different regions.

**How accurate is the pollen forecast with Open-Meteo Air Quality?**
It provides high-resolution pollen counts for various plants like birch, grass, and ragweed. It helps users with specific allergies plan their day accurately.

**Can I check for specific pollutants like sulfur dioxide?**
Yes, the Connector retrieves data for several pollutants including sulfur dioxide, nitrogen dioxide, and carbon monoxide for detailed environmental monitoring.

**Does Open-Meteo Air Quality show UV safety for different times of day?**
It provides both the current UV index and the clear-sky UV index. This helps you understand the actual sun exposure versus the potential maximum.

**Is this Connector good for people with severe allergies?**
It is ideal for that. By checking specific pollen counts for different trees and grasses, it helps users identify exactly what might be causing their symptoms.

**Can I use Open-Meteo Air Quality for industrial pollution tracking?**
Yes, it tracks ammonia and dust concentrations, which are useful for monitoring industrial impact or rural air safety.

**What's the difference between European AQI and US AQI?**
The **European AQI** ranges 0-100+ with thresholds set by the EEA. The **US AQI** ranges 0-500 with EPA thresholds. Both are provided simultaneously so your AI can serve users in any region with their local standard.