aviation-mcp
Related Servers
Alternatives to aviation-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceProvides access to aviation weather data from aviationweather.gov, enabling LLMs to fetch and analyze METAR, TAF, PIREPs, AIRMETs, and other aviation weather information.6 npm6MIT
- FlicenseNot gradedqualityDmaintenanceProvides real-time access to official aviation weather data including METARs, TAFs, and PIREPs directly from aviationweather.gov. It enables users to query airport observations, forecasts, and pilot reports through natural language within Claude.-
- AlicenseAqualityDmaintenanceProvides aviation weather briefings including METARs, TAFs, PIREPs, SIGMETs, and NWP forecasts, enabling Claude to fetch and display real-time and forecast weather data for airports and routes worldwide.86 npm3MIT
- AlicenseNot gradedqualityCmaintenanceProvides aviation weather data including METAR, TAF, PIREPs, AIRMET/SIGMET, station info, and winds aloft forecasts.18 npmMIT
- AlicenseAqualityDmaintenanceProvides real-time US weather data for AI assistants via MCP, including current conditions, forecasts, alerts, severe weather outlooks, radar, upper-air analysis, and surface analysis. Supports optional personal weather station integration.94ISC
- AlicenseNot gradedqualityBmaintenanceProvides weather intelligence as MCP tools (current weather, forecast, air quality, UV index, alerts) with agentic orchestration, memory, and citation-grounded RAG.MIT
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: search_stations resolves identifiers, get_metar fetches raw observations, get_taf fetches forecasts, and assess_conditions provides a judgment. The descriptions explicitly differentiate get_metar vs get_taf and assess_conditions, eliminating overlap.
All tool names follow a consistent verb_noun pattern (search_stations, get_metar, get_taf, assess_conditions) with snake_case throughout. No deviations or mixed conventions.
With 4 tools, the set is minimal but perfectly scoped for aviation weather needs. Each tool has a clear, non-redundant role, and the count avoids bloat.
The core aviation weather workflow (resolve station, get current/forecast weather, assess conditions) is fully covered. However, the absence of tools for historical weather, PIREPs, or other advisories leaves minor gaps that an agent might need to work around.