Skip to main content
Glama

Weather MCP Server

by lmanchu

get_weather_forecast

Retrieve 5-day weather forecast for any city with temperature data in Celsius or Fahrenheit units to plan activities and prepare for upcoming weather conditions.

Instructions

Get 5-day weather forecast for a specific city

Input Schema

NameRequiredDescriptionDefault
cityYesCity name (e.g., "Taipei", "Tokyo", "New York")
unitsNoTemperature units: "metric" (Celsius) or "imperial" (Fahrenheit)metric

Input Schema (JSON Schema)

{ "properties": { "city": { "description": "City name (e.g., \"Taipei\", \"Tokyo\", \"New York\")", "type": "string" }, "units": { "default": "metric", "description": "Temperature units: \"metric\" (Celsius) or \"imperial\" (Fahrenheit)", "enum": [ "metric", "imperial" ], "type": "string" } }, "required": [ "city" ], "type": "object" }

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/lmanchu/weather-mcp-server'

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