Weather MCP Server
Related Servers
Alternatives to Weather MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseBqualityCmaintenanceProvides an LLM with tools to retrieve US National Weather Service forecasts and active alerts, enabling natural-language answers about current conditions.2-
- AlicenseNot gradedqualityDmaintenanceEnables fetching weather alerts for US states and detailed 7-day forecasts for any US location via the National Weather Service API.55 npmGPL 3.0
- FlicenseNot gradedqualityDmaintenanceExposes tools for retrieving weather forecasts and alerts using the National Weather Service API.-
- FlicenseDqualityCmaintenanceEnables fetching active weather alerts and forecasts for US locations via the National Weather Service API, supporting queries like 'Are there any active alerts in California?'2-
- AlicenseBqualityDmaintenanceEnables AI assistants to access real-time US weather forecasts and alerts through the National Weather Service API.25 npmMIT
- FlicenseNot gradedqualityDmaintenanceEnables users to get weather forecasts and alerts for any US city and state through natural language queries using the National Weather Service API.-
TDQS
Scored across 2 tools
get_alerts and get_forecast have entirely distinct purposes: one retrieves weather alerts for a state, the other retrieves forecasts for coordinates. There is no overlap or potential confusion between them.
Both tools follow the same get_noun pattern, making the naming scheme predictable and internally consistent. Even with just two tools, the convention is clear.
Two tools falls into the borderline range for a weather service. While the tools are both useful, the count feels thin for a general-purpose weather server that would typically also include current conditions or location-based search.
The server covers alerts and forecasts, but lacks other common weather operations such as current conditions, hourly forecasts, or marine weather. These are notable gaps, though the two existing tools cover important requested functionality.