AviationStack MCP
Fetches real-time flight data including airline flights, airport schedules, future flights, and aircraft types.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
AviationStack MCP is a community-built server providing read-only access to flight data via the AviationStack API. The maintainer (Pradumna Saraf) appears to be a solo developer with moderate GitHub activity. The server's permissions are appropriately scoped: it only makes outbound network calls to fetch flight information and reads an API key from environment variables. Supply chain is reasonable via PyPI distribution through uvx, though dependency pinning and versioning practices are unclear without deeper inspection. Transparency is adequate with open source code on GitHub, but documentation appears minimal. No security incidents are known. The main risks stem from the solo maintainer model (bus factor) and reliance on a third-party API key that could be mishandled if the server were compromised. Overall, this is a low-risk read-only data fetcher suitable for non-sensitive flight lookups.
Lethal Trifecta (prompt-injection exposure)
ONE OF THREESame.
Green flags
- Read-only API access with no write or destructive operations
- Distributed via standard PyPI package manager (uvx)
- Open source repository allowing code inspection
- Scoped to single domain (aviation data) with clear purpose
Red flags
- Solo maintainer with limited community review or backup contributors
- Requires API key in environment which could be exfiltrated if compromised
- Minimal documentation and unclear versioning/changelog practices
- No evidence of security audit or formal review process
Permissions requested
Install
uvx aviationstack-mcp
AVIATION_STACK_API_KEYReview
Install this if you occasionally need flight data in Claude and don't mind the 100-request monthly cap. Skip it if you're tracking flights daily or need historical analysis, the API costs will add up fast. It's a clean wrapper for a specific use case, nothing more.
Good at
- Clean API wrapper that does exactly what it claims without bloat.
- Free tier is enough for occasional flight checks and travel planning.
- Responses are structured well, so follow-up questions in Claude work naturally.
- Setup takes under five minutes if you already have an API key.
Watch out
- 100 requests per month on the free tier disappears fast with any regular use.
- No caching, so every query hits the API even if you're asking the same thing twice.
- Data quality varies significantly outside the US and Europe.
- Read-only tool, no alerts or booking integrations.
- Historical flight data requires a paid AviationStack plan.
Use cases
- flight tracking
- delay analysis
- travel planning
- airport status research
Getting started
Works with
Similar MCPs
- MobbinReference 621,500+ real app screens from inside Claude, Cursor, and other AI tools. Mobbin's design library exposed as MCP so agents can work from real UI patterns instead of guessing.
- Discogs MCPSearches the Discogs music catalogue for releases, artists, labels, and marketplace listings.
- Unsplash MCPSearches Unsplash for high-quality stock photos with filters for orientation, colour, and size.
- OP.GG MCPProvides gaming data for League of Legends, TFT, and Valorant including champion analytics, esports schedules, and meta comps.