mcp_weather_server
mcp_weather_server is hosted online, so all tools can be tested directly either in theTools tabor in theOnline Client.
If you are the rightful owner of mcp_weather_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
A Model Context Protocol (MCP) server that provides weather information using the Open-Meteo API.
The Weather MCP Server is a specialized server designed to provide weather information by leveraging the Open-Meteo API. It is built to be easily integrated into various applications and platforms, offering real-time weather data without the need for an API key. The server is installed via pip and configured through a JSON settings file, making it accessible and straightforward to set up. It supports multiple tools for retrieving current weather, weather by date range, and current time in specified timezones, making it versatile for different use cases.
Features
- Provides current weather information for specified cities.
- Retrieves weather data for a specified date range.
- Fetches current time in specified timezones.
- No API key required for usage.
- Easy integration and configuration through JSON settings.
Tools
get_weather
Get weather information for a city
Dependencies: httpx