
Aviation Weather Mcp Server
Integrate METAR, TAF, PIREP, and SIGMET/AIRMET feeds into aviation apps or ops agents from NWS Aviation Weather Center data.
Overview
io.github.cyanheads/aviation-weather-mcp-server is a MCP server for the Build phase that fetches METARs, TAFs, PIREPs, and SIGMETs/AIRMETs from the NWS Aviation Weather Center API.
What is this MCP server?
- Fetch METARs, TAFs, PIREPs, and SIGMETs/AIRMETs from AWC Data API
- Remote streamable-http at https://aviation-weather.caseyjhand.com/mcp
- Local stdio via @cyanheads/aviation-weather-mcp-server and bun
- AWC_BASE_URL override default https://aviationweather.gov/api/data
- AWC_TIMEOUT_MS and MCP_LOG_LEVEL configurable
- Package version 0.1.3
- Default AWC_BASE_URL https://aviationweather.gov/api/data
- Hosted remote: https://aviation-weather.caseyjhand.com/mcp
What problem does it solve?
Building an aviation weather feature means juggling AWC endpoints and formats instead of letting your agent retrieve briefing data in one step.
Who is it for?
Indie devs shipping pilot tools, drone ops software, or logbook assistants that need AWC-sourced weather in the agent loop.
Skip if: Generic travel apps that only need city-level forecasts from consumer weather APIs, not aviation SIGMET/AIRMET products.
What do I get? / Deliverables
After install, your agent can pull current METAR/TAF and hazard bulletins you map into APIs, alerts, or ops checklists.
- Agent-fetched METAR/TAF and hazard bulletin text
- Integration patterns for aviation ops or mobile briefing features
- stdio or remote MCP endpoint pointed at AWC data
Recommended MCP Servers
Journey fit
Aviation weather APIs are wired during build when you connect your product to authoritative AWC data sources. Integrations subphase covers external NWS AWC API calls your backend or agent tools will wrap for pilots and ops tools.
How it compares
AWC-focused weather MCP, not a broad OpenWeather-style consumer integration skill.
Common Questions / FAQ
Who is aviation-weather-mcp-server for?
Solo builders and small teams adding FAA-relevant weather data to apps or agents via the Aviation Weather Center API.
When should I use aviation-weather-mcp-server?
Use it while building integrations for METAR/TAF displays, briefing bots, or monitoring when AWC is your source of truth.
How do I add aviation-weather-mcp-server to my agent?
Register https://aviation-weather.caseyjhand.com/mcp as a remote or install @cyanheads/aviation-weather-mcp-server with bun and start:stdio, setting AWC_BASE_URL if needed.