hall9zeha/WeatherMCPServer
If you are the rightful owner of WeatherMCPServer 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@mcphub.com.
WeatherMCPServer is a Spring Boot server designed to provide weather and air quality services using the OpenWeatherMap API, with integration capabilities for language models and MCP agents.
Tools
Functions exposed to the LLM to take actions
getWeatherByCity
Query current weather by city.
getWeatherByCoordinates
Query current weather by geographic coordinates.
getWeatherOneCall
Get extended weather forecast by coordinates.
getAirQualityIndex
Query air quality index by coordinates.
getUvIndex
Query UV index by coordinates.
getCoordinatesByCity
Convert city name to geographic coordinates.
getCityByCoordinates
Convert geographic coordinates to city name.
getHistoricalWeather
Query historical weather data by coordinates and timestamp.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client