Skip to main content
Glama

OpenWeatherMap MCP Server

by robertn702

get-current-air-pollution

Retrieve real-time air quality data for any location using city name or coordinates. Access accurate pollution levels via the OpenWeatherMap MCP Server to monitor environmental conditions effectively.

Instructions

Get current air quality data

Input Schema

NameRequiredDescriptionDefault
locationYesCity name (e.g., 'New York') or coordinates (e.g., 'lat,lon')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "location": { "description": "City name (e.g., 'New York') or coordinates (e.g., 'lat,lon')", "type": "string" } }, "required": [ "location" ], "type": "object" }

You must be authenticated.

Other Tools from OpenWeatherMap MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/robertn702/mcp-openweathermap'

If you have feedback or need assistance with the MCP directory API, please join our Discord server