67
/ 100
6 days ago
glama

preflight-mcp

Enables pilots to assemble a preflight briefing per 14 CFR §91.103 by fetching weather, airport info, aircraft performance, fuel estimates, alternates, and NOTAMs.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Secret credentials may flow to a network call
1 flow detected: FAA_NOTAM_CLIENT_SECRET. We can’t prove the destination matches the brand the credential belongs to.
⚠️
Tool descriptions don’t match what handlers do
2 tools describe read intent but their handlers mutate — find_alternates (line 21: /^(\d+(?:\.\d+)?)/.exec(visib)); get_airport_info (line 40: /^(\d+)\s*[xX]\s*(\d+)$/.exec(rwy.dimension.trim()))
🔐
You'll be asked for 1 credential: FAA_NOTAM_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configFAA_NOTAM_CLIENT_ID// error text when / FAA_NOTAM_CLIENT_SECRET are unset (isError: true)
🔐 secretFAA_NOTAM_CLIENT_SECRET// error text when FAA_NOTAM_CLIENT_ID / are unset (isError: true)
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 9 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/eddiehale3-preflight-mcp-11ca7g)](https://m8ven.ai/mcp/eddiehale3-preflight-mcp-11ca7g)
commit: 4784c67ba45cf7e349c225df25c2b579fc7ff953
code hash: d5d04b30af5ae1b4916d1cc3210146018f7e2168c72976edf31f1e29a34b620c
verified: 7/25/2026, 8:48:09 AM
view raw JSON →