Weather MCP Server
Related Servers
Alternatives to Weather MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceProvides weather information and alerts from the National Weather Service, including active weather alerts for US states and location-based forecasts using latitude/longitude coordinates.2MIT
- 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.-
- 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.55-
- AlicenseBqualityDmaintenanceProvides tools to fetch real-time weather data from the National Weather Service API, allowing users to retrieve weather alerts by state and detailed forecasts by coordinates.255GPL 3.0
- AlicenseNot gradedqualityDmaintenanceProvides weather information using the US National Weather Service API, including active weather alerts for US states and location-specific forecasts based on latitude and longitude coordinates.55MIT
- FlicenseNot gradedqualityDmaintenanceProvides active weather alerts for U.S. states and 7-day forecasts for a given latitude and longitude.-
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: get_alerts retrieves alerts for US states, while get_forecast provides forecasts for geographic coordinates. There is no overlap in functionality or ambiguity between them.
Both tools follow a consistent verb_noun pattern (get_alerts, get_forecast) with the same verb style and snake_case convention. The naming is perfectly uniform and predictable.
With only 2 tools, the server feels thin for a weather domain. It lacks basic operations like current conditions, historical data, or location search, making it borderline too minimal for practical use.
The tool surface is severely incomplete for a weather server. It misses core functionalities such as current weather, location lookup, radar data, and unit conversion, leaving significant gaps that will hinder agent workflows.