Provides real-time weather queries for 12 major Chinese cities (plus global English city support) using the wttr.in API. Built on the HelloAgents framework, it exposes tools to get current weather, list supported cities, and get server info.
Provides real-time weather queries for 12 major Chinese cities and global cities using the wttr.in API, with tools like get_weather and list_supported_cities.
Provides weather information through MCP tools integrated with a FastAPI backend, enabling users to query current weather for single or multiple cities and check API health status.
MCP server that provides current weather for any city using Open-Meteo APIs. It exposes a single tool 'get_weather' returning temperature, humidity, wind, and other weather data.