Skip to main content
Glama

AirNow MCP Server

by prsantos-com

get-contour-maps-by-geographic-bounding-box-ozone

Generate Ozone contour maps for a specific geographic area using KML format by providing a date, bounding box, and coordinate system. Useful for analyzing air quality trends over time.

Instructions

Get current or historical Ozone contour maps in KML by geographic bounding box.

Input Schema

NameRequiredDescriptionDefault
bboxYesGeographic bounding box of the area of interest in latitude and longitude. Format: minX,minY,maxX,maxY. Example: -118,34,-71,42
dateYesThe date and hour of the data (in UTC). Time represents the beginning of the measurement period. Format: yyyy-mm-ddTHH. Example: January 1, 2012 at 1PM would be formatted as: 2012-01-01T13 and represents data measured between 1:00 PM-1:59 PM UTC
srsYesThe coordinate system of the bounding box. Format: The well-known text or EPSG code. Default: EPSG:4326. Example: EPSG:4326

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "bbox": { "description": "Geographic bounding box of the area of interest in latitude and longitude. Format: minX,minY,maxX,maxY. Example: -118,34,-71,42", "type": "string" }, "date": { "description": "The date and hour of the data (in UTC). Time represents the beginning of the measurement period. Format: yyyy-mm-ddTHH. Example: January 1, 2012 at 1PM would be formatted as: 2012-01-01T13 and represents data measured between 1:00 PM-1:59 PM UTC", "type": "string" }, "srs": { "description": "The coordinate system of the bounding box. Format: The well-known text or EPSG code. Default: EPSG:4326. Example: EPSG:4326", "type": "string" } }, "required": [ "date", "bbox", "srs" ], "type": "object" }

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/prsantos-com/airnow-mcp-server'

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