SHEARLINE
Related Servers
Alternatives to SHEARLINE
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceA demo MCP server that provides AI assistants access to live US weather data via the free National Weather Service API, offering forecast and alert tools without requiring an API key.-
- AlicenseNot gradedqualityBmaintenanceAn MCP server that gives AI agents grounded access to US natural-hazard data — weather alerts, forecasts, earthquakes, and FEMA flood zones — from free, keyless US government APIs.MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server built with the mcp-framework to provide weather-related tools and data to AI clients. It enables integration of weather capabilities and custom tools into the MCP ecosystem for use with platforms like Claude Desktop.9 npm-
- FlicenseNot gradedqualityCmaintenanceThis MCP server provides tools to get current weather, forecasts, and weather alerts from the US National Weather Service via REST APIs, enabling AI agents to query live weather data.1-
- AlicenseAqualityCmaintenanceAn MCP server that exposes geocoding, current weather, and multi-day forecast as typed, structured tools for AI agents via the Open-Meteo API.3MIT
- FlicenseNot gradedqualityCmaintenanceMCP server that provides US National Weather Service forecasts and active weather alerts through MCP tools, using no API key but supporting US locations only.-
TDQS
Scored across 10 tools
Each tool targets a clearly different severe-weather data source or time horizon: warnings, outlook, analyzed environment, forecast trend, MRMS products, lightning, current reports, historical reports, radar metadata, and a composite brief. Even the two radar-related tools are cleanly separated by purpose, and get_point_environment/get_environment_trend are explicitly distinguished as now vs forecast.
All ten tools follow a consistent get_<descriptive_noun> pattern that reflects both action and resource. The names are uniformly snake_case with no mixed conventions or vague verbs.
Ten tools is well within the ideal range and each one corresponds to a distinct severe-weather data product needed for situational awareness. The count is neither bloated nor too thin for the server's stated domain.
The surface covers the full severe-weather assessment workflow: current warnings, forecast outlooks, current and trended environment parameters, observed radar/lightning, recent and historical storm reports, and a synthesizing brief. There are no obvious dead ends or missing operations for a point-based CONUS severe-weather tool.