-
securityF
license-
qualityThis SSE-based MCP server allows users to connect and interact with National Weather Service APIs to retrieve weather alerts and forecasts.
Last updated -
90
Python
This is an MCP Server that uses OpenWeatherMap's API to retrieve weather data. It can be hosted on MCP.so.
current_weather
Gets the current weather data for a specific location.
Parameters:
location
(required): The city name or city name + country code (e.g., "London", "Paris,FR")units
(optional): Units of measurement. Options: "metric" (Celsius) or "imperial" (Fahrenheit). Default: "metric"Example Request:
weather_forecast
Gets a weather forecast for a specific location.
Parameters:
location
(required): The city name or city name + country code (e.g., "London", "Paris,FR")units
(optional): Units of measurement. Options: "metric" (Celsius) or "imperial" (Fahrenheit). Default: "metric"days
(optional): Number of days for the forecast. Maximum is 5. Default: 5Example Request:
To host this server on MCP.so:
MIT
For questions or support, please open an issue on GitHub.
This server cannot be installed
An MCP server that connects to OpenWeatherMap's API to provide current weather data and multi-day forecasts for locations worldwide in different measurement units.