# Google Air Quality MCP for AI Agents AI Agent Connect

> Google Air Quality gives your agent real-time environmental data. It pulls current air quality indexes, specific pollutant levels like PM2.5, and historical trends from Google's data layer. You can get specific health recommendations for kids or the elderly based on local conditions. It's the fastest way to turn coordinates into actionable environmental intelligence.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_GCJPeY9KPmndK0VbR1YeOiS9t9tNFkfHzkOXuZOk/ai-agent-connect
- **Tags:** air-quality-index, environmental-data, pollution-monitoring, geospatial-intelligence, health-advisory

## Description

Imagine you're trying to figure out if a specific neighborhood is safe for a new playground or if a local festival is going to be affected by smog. Usually, this means jumping between weather apps, news reports, and local government websites, trying to piece together a coherent picture. With the Google Air Quality MCP, your agent does the heavy lifting. It pulls directly from Google's environmental data layer to give you a clear look at what's in the air right now. It doesn't just give you a number; it breaks down the actual pollutants and tells you what they mean for people with respiratory issues. You can even look back at how the air has behaved over the last few days to spot patterns. It turns your AI client into a specialized environmental consultant that knows the local conditions as well as a meteorologist does. If you're managing a portfolio of properties or planning a major outdoor event, having this level of detail accessible through a single chat interface changes how you make decisions. You can find this and thousands of other tools in the Vinkius catalog to build out your agent's capabilities.

## Tools

### get_air_quality_history
Retrieves up to 720 hours of historical air quality data for a specific location. Use this to identify pollution patterns over time.

### get_current_air_quality
Pulls the current Universal Air Quality Index and pollutant data for any set of coordinates. This helps you see exactly what's in the air right now.

## Prompt Examples

**Prompt:** 
```
Is it safe for me to go for a run in downtown Chicago right now?
```

**Response:** 
```
I've checked the air quality for downtown Chicago. The current UAQI is 45, which is considered Good. Here is the breakdown:

* **Primary Pollutant:** O3
* **PM2.5 Level:** 12.0 µg/m³

**Health Advice:** It is safe for the general public to exercise outdoors. No restrictions are currently in place.
```

**Prompt:** 
```
Can you show me the air quality trends for Los Angeles over the last 48 hours?
```

**Response:** 
```
I've pulled the historical data for Los Angeles for the past 2 days.

| Time Period | Avg UAQI | Primary Pollutant |
| :--- | :--- | :--- |
| 24-48 hours ago | 88 (Moderate) | PM2.5 |
| 12-24 hours ago | 72 (Good) | NO2 |
| Last 12 hours | 65 (Good) | O3 |

The air quality has improved significantly over the last 48 hours.
```

**Prompt:** 
```
Are there any health warnings for my kids to play outside in Miami today?
```

**Response:** 
```
Checking Miami's current conditions... The UAQI is 110, which is categorized as Unhealthy for Sensitive Groups.

* **Dominant Pollutant:** PM10
* **Recommendations:**
    * Children and the elderly should avoid prolonged outdoor activity.
    * Limit time spent outside in areas with high traffic.
    * Keep windows closed during peak traffic hours.
```

## Capabilities

### Pull current air quality indexes
Get the UAQI for any specific latitude and longitude instantly.

### Break down specific pollutants
See the exact concentrations of PM2.5, NO2, and other chemicals in a given area.

### Analyze historical air trends
Access up to 720 hours of past data to see how pollution levels fluctuate.

### Get tailored health advice
Receive specific safety recommendations for sensitive groups like children or the elderly based on local AQI.

## Use Cases

### Safe playground placement
A parent wants to know if it's safe for their child with asthma to play outside in a specific neighborhood. The agent checks the current AQI and pollutant levels to give a clear answer.

### Outdoor festival planning
A festival organizer needs to know if a city's air quality will be safe for a weekend music event. They ask the agent to pull the 720-hour history to see if smog usually peaks on Saturdays.

### Industrial impact tracking
A researcher needs to see if a new factory is impacting local NO2 levels over a 48-hour period. They use get_air_quality_history to compare the data from before and after the factory opened.

### Real estate environmental scores
A real estate developer wants to compare the environmental health of three different potential building sites. The agent pulls current data for all three sets of coordinates to create a comparison table.

## Benefits

- Stop guessing about outdoor safety by using get_current_air_quality to see real-time pollutant levels before heading out.
- Make informed urban planning decisions by pulling 30 days of historical trends with get_air_quality_history.
- Protect vulnerable populations by getting specific health recommendations for children and the elderly based on local AQI.
- Provide deeper value to real estate clients by offering precise environmental data for specific property locations.
- Simplify environmental research by letting your agent aggregate pollutant concentrations across multiple cities at once.

## How It Works

The bottom line is you get precise, Google-powered environmental data without leaving your chat window.

1. Subscribe to the Google Air Quality MCP in the Vinkius marketplace.
2. Add your Google Maps API Key to your configuration and enable the Air Quality API.
3. Ask your agent to check conditions for any location or pull historical trends.

## Frequently Asked Questions

**Can I use Google Air Quality MCP to see specific pollutants?**
Yes, this Connector provides a detailed breakdown of pollutants like PM2.5 and NO2. Your agent can tell you exactly what is contributing to the local air quality index.

**Does Google Air Quality MCP provide historical data?**
It allows you to retrieve up to 720 hours of historical air quality data. You can use this to see how pollution levels have changed over the last 30 days.

**Can the Google Air Quality MCP give health advice?**
Yes, it provides tailored health recommendations for sensitive groups. Your agent can tell you if it's safe for children or the elderly to be outside based on current local conditions.

**How precise is the location data in Google Air Quality MCP?**
It uses Google's environmental data layer to provide hyper-local intelligence. You can get data for specific latitude and longitude coordinates rather than just a general city name.

**Can I use Google Air Quality MCP for real estate research?**
It's great for that. You can ask your agent to compare the environmental health of different neighborhoods to help evaluate property locations for your clients.

**Is there a limit to how many locations I can check with Google Air Quality MCP?**
You can check as many locations as you need. Your agent can pull data for any coordinate you provide, making it easy to compare multiple areas at once.

**What is the Universal Air Quality Index (UAQI)?**
The UAQI is Google's proprietary index that normalizes air quality measurements globally. It ranges from 0 to 100, where 100 is excellent and 0 is poor.

**Can I check historical air quality for the past week?**
Yes. The `get_air_quality_history` tool allows you to retrieve up to 720 hours (30 days) of historical data for any coordinate.

**Are there specific advice for outdoor sports?**
Yes. The health recommendations provide specific guidance for athletes and individuals performing intense physical activities outdoors based on the pollutant levels.