Skip to main content
Glama

Weather MCP Server

weather_forecast

Fetch accurate weather forecasts for 1-14 days using location details like city name, postal code, or coordinates. Ideal for planning activities and updates.

Instructions

Get weather forecast (1-14 days) for a location

Input Schema

NameRequiredDescriptionDefault
daysNoNumber of days (1-14)
qYesLocation query (city name, lat/lon, postal code, etc)

Input Schema (JSON Schema)

{ "properties": { "days": { "default": 1, "description": "Number of days (1-14)", "type": "integer" }, "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