# AQICN MCP for AI Agents AI Agent Connect

> AQICN provides real-time air quality and pollutant data from over 30,000 stations worldwide. Use it to check AQI levels, track specific pollutants like PM2.5 or O3, and get local weather updates for any city or specific monitoring station. It turns your AI into a live environmental data source.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_lJEtbIQaE8H7EM0Txic6EDgpVsYJn0QI5a5C9KWm/ai-agent-connect
- **Tags:** air-quality, aqi, pollution-monitoring, environmental-data, weather

## Description

AQICN connects your AI agent to a global network of over 30,000 air quality monitoring stations. Imagine you're planning a hiking trip or moving to a new city and need to know if the air is actually breathable. Instead of jumping between various weather sites and pollution maps, you can just ask your AI agent for the latest numbers. This Connector gives your agent the ability to pull live data from a massive global grid of sensors. You can check if a specific neighborhood is hitting high ozone levels or find out what the primary pollutant is in a major hub like Beijing or London. It’s a huge leap forward for anyone who needs to monitor environmental conditions without the manual research. When you find this in the Vinkius catalog, you're getting a direct line to high-quality, real-time data. It handles the heavy lifting of querying specific stations or identifying geographic areas so you can just focus on what that data means for your health or your project.

## Tools

### get_city_feed
Use get_city_feed to pull the current AQI and primary pollutants for a specific city. It helps you quickly check the air safety of a major urban hub.

### get_ip_feed
Use get_ip_feed to find the air quality for your current location based on your IP. This is perfect for checking your immediate surroundings.

### get_map_bounds
Use get_map_bounds to retrieve all active stations within a specific set of coordinates. It lets you see air quality data across a whole grid.

### search_stations
Use search_stations to find monitoring stations using names or keywords. It helps you locate specific sensors in any region.

### get_station_feed
Use get_station_feed to get precise data for a specific station using its unique ID. This provides the most hyper-local accuracy available.

## Prompt Examples

**Prompt:** 
```
Is it safe to go for a run in New York right now?
```

**Response:** 
```
I've checked the current air quality for New York City. Here is the latest report:

| Metric | Value |
| :--- | :--- |
| **AQI** | 42 (Good) |
| **Primary Pollutant** | PM2.5 |
| **Temperature** | 12°C |
| **Humidity** | 78% |

**Summary**: The air quality is currently good, making it a safe time for outdoor activities like running.
```

**Prompt:** 
```
Find me all the air stations in the downtown area of Paris.
```

**Response:** 
```
I've located the following active air quality monitoring stations in the downtown area of Paris:

*   **Station 1**: UID 8821 (Active)
*   **Station 2**: UID 8825 (Active)
*   **Station 3**: UID 8901 (Active)

Would you like me to pull the specific pollutant levels for any of these stations?
```

**Prompt:** 
```
What's the air like where I am?
```

**Response:** 
```
Based on your current connection, here is the air quality for your location:

*   **AQI**: 156 (Unhealthy)
*   **Main Pollutant**: O3
*   **Status**: High ozone levels detected. 

It is recommended to limit outdoor activities today, especially for sensitive groups.
```

## Capabilities

### Get city air quality
Pull the current AQI and primary pollutants for any major city.

### Find nearby stations
Identify the closest monitoring stations based on your current IP address.

### Map geographic areas
Retrieve all active stations within a specific set of coordinates.

### Search by keyword
Locate specific monitoring stations using names or regional keywords.

### Get station specifics
Get precise pollutant and weather data for a specific station ID.

## Use Cases

### Checking outdoor safety
A runner asks if the air is clear enough for a 5k in London and the agent uses get_city_feed to confirm the PM2.5 levels.

### Researching pollution trends
A scientist wants a list of all stations in a specific coordinate box and uses get_map_bounds to gather the data.

### Travel planning
An expat checks the ozone levels in Beijing before arriving to see if they need to take extra precautions.

### Health monitoring
A parent asks for the PM2.5 levels in their current city to decide if it is a good day for the kids to play outside.

## Benefits

- Stop guessing about air safety. Use get_city_feed to see real-time AQI levels instantly for any major city.
- Get hyper-local data. Use get_station_feed to see what is happening at a specific sensor rather than just a general city average.
- Save time on research. Use search_stations to find nearby monitors without having to browse through external websites.
- Automate location checks. Use get_ip_feed to get air quality data for your current spot without typing in coordinates.
- Map out pollution zones. Use get_map_bounds to see every active station in a specific area for a wider environmental view.

## How It Works

The bottom line is you get instant, accurate air quality data for any location without leaving your chat interface.

1. Subscribe to the AQICN MCP on the Vinkius marketplace.
2. Add your AQICN API token to your agent configuration.
3. Ask your agent for live air quality or weather reports for any location.

## Frequently Asked Questions

**What does the AQICN MCP do for my AI agent?**
It gives your agent the ability to pull live air quality and pollutant data from over 30,000 global stations. You can ask about specific cities, local stations, or even check the air quality based on your current location.

**Can I check air quality for specific cities with AQICN?**
Yes, you can ask for the air quality of any major city worldwide. The agent will return the current AQI, the primary pollutant, and local weather details in one go.

**How accurate is the AQICN data?**
The data comes from a massive network of over 30,000 active monitoring stations. It provides real-time feeds, ensuring you get the most current information available for a specific area.

**Does the AQICN MCP show pollutants like PM2.5?**
Yes, it identifies the primary pollutant for any given location. This includes common pollutants like PM2.5, O3, and others, helping you understand exactly what is in the air.

**Is there a way to find stations near me using AQICN?**
Yes, your agent can detect your location via your IP address to find the nearest station. You can also search for stations by name if you have a specific landmark in mind.

**Does AQICN include weather information?**
Yes, along with air quality data, the Connector also provides localized weather conditions like temperature and humidity for the stations it queries.

**How can I find the AQI for a specific station ID?**
Use the `get_station_feed` tool and provide the unique station UID. The agent will return real-time AQI, pollutant breakdowns, and local weather conditions for that exact location.

**Can I see all stations in a specific geographic area?**
Yes! Use the `get_map_bounds` tool by providing the latitude and longitude coordinates for the north, west, south, and east boundaries of your target area.

**Is it possible to search for stations by name?**
Absolutely. Use the `search_stations` tool with a keyword like 'Bangalore' or 'London' to get a list of all matching monitoring stations and their current AQI levels.