Labsco
glassBead-tc logo

Weather MCP Server

from glassBead-tc

Provides current weather data and allows for city comparisons.

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

Weather MCP Server

smithery badge

A simple weather MCP server built with FastMCP that provides current weather data and city comparisons.

Features

  • Get current weather for any city
  • Compare weather between multiple cities
  • Support for metric and imperial units
  • Optional detailed forecasts

Tools

get_weather

Get current weather for a city.

  • city (string): City name
  • units (string, optional): "metric" or "imperial" (default: "metric")
  • detailed (boolean, optional): Include 3-day forecast (default: false)

compare_weather

Compare weather between multiple cities (max 5).

  • cities (array): List of city names
  • metric (string, optional): Sort by "temperature", "humidity", or "wind" (default: "temperature")