A
licenseNot graded
qualityD
maintenanceA Python-based MCP server that provides real-time weather information using the National Weather Service API, supporting both synchronous and asynchronous HTTP requests.
MIT
No user-submitted related servers found.
Scored across 1 tool
With only one tool, there is no possibility of confusion between tools. The tool's purpose is clearly defined as getting weather forecasts.
The single tool name 'get_forecast' follows a clear verb_noun pattern with snake_case, which is consistent and predictable.
A server ostensibly about weather forecasting with only one tool is overly limited. Typically, even a minimal weather server would include multiple tools (current, forecast, etc.).
The tool set is severely incomplete for weather information. It only provides forecasts, missing current conditions, historical data, or alerts, which are standard for such a domain.