Weather MCP Server
Related Servers
Alternatives to Weather MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceProvides access to National Weather Service (NWS) data, enabling users to retrieve active weather alerts for US states and weather forecasts for specific geographic coordinates.95 npmMIT
- FlicenseNot gradedqualityDmaintenanceProvides weather forecast and alert data for US locations through the National Weather Service API, enabling access to real-time weather alerts by state and detailed forecasts by coordinates.-
- AlicenseNot gradedqualityDmaintenanceProvides access to National Weather Service data, enabling users to retrieve real-time weather forecasts for specific coordinates and active weather alerts by US state.BSD 3-Clause
- FlicenseBqualityDmaintenanceProvides weather forecast and alert information for US locations using the National Weather Service API. Enables users to get detailed weather forecasts by coordinates and retrieve active weather alerts by state.2-
- FlicenseNot gradedqualityNot gradedmaintenanceProvides real-time weather forecasts and active weather alerts for US locations using the National Weather Service API. It enables users to retrieve detailed local forecasts via coordinates and monitor state-specific weather warnings.95 npm-
- AlicenseNot gradedqualityDmaintenanceProvides weather forecasts and alerts for US locations using the National Weather Service API. Supports getting detailed forecasts by coordinates and active weather alerts by state code.95 npmGPL 3.0
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: get_alerts retrieves weather alerts for US states, while get_forecast provides forecasts for geographic coordinates. There is no overlap in functionality or target data, making them easily distinguishable.
Both tools follow a consistent verb_noun pattern with 'get_' prefix (get_alerts, get_forecast). The naming is perfectly uniform and predictable across the tool set.
With only two tools, this server feels severely under-scoped for a weather domain. A weather server should ideally include tools for current conditions, historical data, radar, or multiple forecast types, making this minimal set inadequate for comprehensive weather interactions.
The tool surface is highly incomplete for a weather server. It lacks fundamental operations like getting current conditions, historical weather, radar imagery, or air quality data. Agents will face significant gaps when trying to perform common weather-related tasks.