Skip to main content
Glama

Weather MCP Server

MIT License

weather_current

Fetch real-time weather data for any location using location query parameters, with optional air quality details, via a standardized API communication protocol.

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