Air Quality MCP
Server Details
Free, keyless real-time air quality (US AQI plus PM2.5, PM10, ozone, NO2, SO2, CO) for any city.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 1 tool
Only one tool exists, so there is no possibility of confusion or overlap. The tool's purpose is clear and singular.
The single tool name follows a clear verb_noun convention (get_air_quality), which is consistent with standard MCP naming practices. There are no other names to conflict.
One tool is slightly below the typical 3-15 range, but for a narrowly focused air quality server, it is a reasonable and well-scoped choice. The tool covers the core need without unnecessary bloat.
The server provides a comprehensive current air quality report including AQI, pollutants, and location resolution. Minor gaps like forecasts or historical data would be enhancements, but the core use case is fully covered.
Available Tools
1 toolget_air_qualityARead-onlyInspect
Get the current air quality for a city, from real-time monitoring and atmospheric model data. Use for any "what's the air quality in X", "is it safe to go outside in Y", "how polluted is Z" style question, or whenever pollen/smog/wildfire-smoke/pollution conditions are relevant to a plan (running, cycling, sensitive-groups advice, travel).
city is a free-text place name (e.g. "Bangkok", "Berlin", "Springfield, US").
Returns a dict with:
location: resolved place name/country/admin1us_aqi: the current US Air Quality Index (0-500+)aqi_category: plain-language category computed fromus_aqi-- "Good" (0-50), "Moderate" (51-100), "Unhealthy for Sensitive Groups" (101-150), "Unhealthy" (151-200), "Very Unhealthy" (201-300), or "Hazardous" (301+); "Unknown" if no AQI could be resolved for that locationpm2_5,pm10: particulate matter concentrations (ug/m3)ozone,nitrogen_dioxide,sulphur_dioxide,carbon_monoxide: trace gas concentrations (ug/m3)local_time: the timestamp of the reading, in the location's local timeattribution
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, and the description adds behavioral context about the data source ('real-time monitoring and atmospheric model data') and how the AQI category is computed. It also thoroughly explains the return structure, which goes beyond the annotation. However, it does not mention potential limitations like locality resolution failures or rate limiting, which would push it higher.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-organized: it opens with the primary purpose, then usage examples, then a clear bulleted list of return fields. Every sentence adds value and there is no wasted repetition. It is concise enough while providing comprehensive details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has an output schema, so return values could be omitted, but the description still explains them in a human-readable way, which is redundant yet helpful. The single parameter is fully explained, and the use-case context is rich. For a simple tool, this description is complete and self-sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema provides no description for the 'city' parameter (0% coverage), but the description explicitly defines it: '`city` is a free-text place name (e.g. "Bangkok", "Berlin", "Springfield, US").' This fully compensates for the schema gap, giving the agent all necessary context to format the parameter correctly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a clear verb+resource statement ('Get the current air quality for a city') and provides multiple natural-language use cases. It distinguishes itself from any potential ambiguity by specifying the exact domain (air quality, pollen, smog, etc.), making the tool's purpose immediately obvious.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicit guidance is given for when to use: 'Use for any “what's the air quality in X”... or whenever pollen/smog/wildfire-smoke/pollution conditions are relevant to a plan.' This clearly frames the intended scenarios and even lists example activities, effectively telling the agent exactly when to invoke the tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- First observed
get_air_quality
Related MCP Connectors
Free, keyless real-time weather and 7-day forecasts for any city worldwide.
EPA AirNow MCP — official US real-time AQI + forecast (free key)
Air Quality MCP — wraps air-quality-api.open-meteo.com (free, no auth)
Access UK air quality data, monitoring sites, and hourly pollutant measurements across regions
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides real-time air quality data (US AQI, PM2.5, PM10, ozone, NO2, SO2, CO) for any city via natural language, using free Open-Meteo data and a single tool.1MIT
- AlicenseNot gradedqualityCmaintenanceAccess air quality data from Open-Meteo API, free and without authentication.4 npmMIT
- FlicenseNot gradedqualityCmaintenanceProvides global weather data (current conditions, forecasts, air quality) without requiring an API key.-
- AlicenseNot gradedqualityCmaintenanceEnables access to EPA AirNow real-time AQI and forecast data for US locations through a single tool, with a free API key.5 npmMIT
Glama MCP Gateway
Add one secure layer between your agents and this server.