mcp-faa-notams
FAA NOTAMs MCP server + CLI. Pilots query active NOTAMs conversationally via Claude/Cursor.
Launch kit
mcp-faa-notams — launch kit
1-liner
FAA NOTAMs MCP server + CLI. Pilots query active NOTAMs conversationally via Claude/Cursor.
Tweet hook
ForeFlight is $$ for the average pilot doing weekend XCs. Built an MCP server: ask Claude "any NOTAMs at KORD affecting ILS 28R?" instead of tapping through a flight-planner UI.
$19/mo or $149 lifetime 🧵
- r/flying: "MCP server for NOTAMs — open"
- r/AvGeek
Cold-email ICP
Pilots active in r/flying or pilot-news Twitter; flight schools.
SEO content
- "Aviation MCP servers 2026"
- "Conversational flight planning — does it scale?"
Documentation
mcp-faa-notams
FAA NOTAMs (Notice to Air Missions) MCP server + CLI. Pilots and dispatchers query active NOTAMs conversationally through Claude/Cursor/Windsurf.
Pricing
- $19/mo per pilot (managed hosted MCP)
- $99 lifetime self-host bundle
- $2-10K/yr dispatcher / 135 operator license (multi-pilot fleets)
Why this is a niche
Pilots already have ForeFlight / Garmin Pilot / etc. for flight planning. But for ad-hoc Q&A — "are there any NOTAMs at KORD that affect the ILS 28R?" — a chat-native MCP is faster than tapping through a flight-planning UI.
Run
cd C:\openclaw-products\mcp-faa-notams
python -m venv .venv
.\.venv\Scripts\activate
pip install -e .
notams airport KORD
MCP usage (Claude Desktop)
{
"mcpServers": {
"faa-notams": {
"command": "python",
"args": ["-m", "src.server"],
"cwd": "C:\\openclaw-products\\mcp-faa-notams"
}
}
}
Roadmap
- FIR-level NOTAMs (en route, not just airport)
- TFR (Temporary Flight Restriction) tooling
- METAR / TAF (weather) MCP — sister product
- Charted-fix lookup