-
securityA
license-
qualityA Model Context Protocol server that retrieves current weather information for specified cities using the Open-Meteo API, requiring no API key.
Last updated -
1
Python
Apache 2.0
Weather Forecast Application Using Model Context Protocol (MCP)
This application is an MCP server that uses the Open-Meteo API to retrieve and display weather forecast data. Through the MCP protocol, weather information can be accessed from LLM applications.
.env
file and set the required environment variables.Get current weather information and 3-day forecast for a given city.
Parameters:
city
: The name of the city for which you want to get weather information (e.g. Tokyo, New York)Example response:
MIT
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A Model Context Protocol server that provides current weather information and 3-day forecasts for specified cities using the Open-Meteo API.