Skip to main content
Glama

Weather MCP Server

MIT License

weather_forecast

Retrieve accurate weather forecasts for 1 to 14 days by specifying a location (city, coordinates, or postal code). Ideal for planning activities or staying informed about weather conditions.

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