Skip to main content
Glama

Weather MCP Server

weather_current

Fetch current weather data and air quality information for any location using city name, coordinates, or postal code. Designed for AI assistants via Weather MCP Server.

Instructions

Get current weather for a location

Input Schema

NameRequiredDescriptionDefault
aqiNoInclude air quality data ('yes' or 'no')no
qYesLocation query (city name, lat/lon, postal code, etc)

Input Schema (JSON Schema)

{ "properties": { "aqi": { "default": "no", "description": "Include air quality data ('yes' or 'no')", "type": "string" }, "q": { "description": "Location query (city name, lat/lon, postal code, etc)", "type": "string" } }, "required": [ "q" ], "type": "object" }
Install Server

Other Tools from Weather 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/first-it-consulting/weather-mcp-server'

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