oc-korea-weather-time-mcp
Related Servers
Alternatives to oc-korea-weather-time-mcp
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceMCP server that provides Korean weather information using grid coordinates and the Korea Meteorological Administration API, allowing users to query current weather conditions and forecasts for specific locations in Korea.27Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables querying South Korean meteorological observation data and short-term forecasts by region name or grid coordinates via the MCP protocol.MIT
- AlicenseAqualityBmaintenanceMCP server for weather forecasts via Open-Meteo (no API key needed), providing current weather, hourly, and daily forecasts with geocoding support.3MIT
- FlicenseAqualityDmaintenanceAn MCP server that provides Korean weather information from the Korea Meteorological Administration's short-term forecast API, enabling natural language queries about weather conditions such as current weather, rain forecasts, and suitability for outdoor activities.312-
- AlicenseBqualityDmaintenanceProvides tools to retrieve current weather conditions and daily forecasts for cities worldwide using the Open-Meteo API. This Python-based server enables MCP-compatible clients to access real-time meteorological data through a standardized interface.2MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that provides current weather and forecasts via Open-Meteo API, with an optional ML-based next-day max temperature prediction.-
TDQS
Scored across 6 tools
Each tool targets a distinct operation: time lookup, time conversion, timezone search, current weather, hourly forecast, and daily forecast. The two 'get_current_*' tools are clearly separated by domain (time vs weather) and description.
All tool names follow a verb_noun pattern (get_*, convert_*, find_*). The verbs are semantically appropriate and the pattern is consistent across both domains.
6 tools is well-scoped for a combined time and weather server. Each tool covers a necessary function without unnecessary bloat.
The time domain covers current time, conversion, and timezone search. The weather domain covers current observations, hourly forecast, and daily forecast. Minor gaps like weather alerts or location search exist but core workflows are covered.