Pradumnasaraf/aviationstack-mcp
by Various
An MCP server using the AviationStack API to fetch real-time flight data including airline flights, airport schedules, future flights and aircraft types ✈️.
MCP
Pradumnasaraf/aviationstack-mcp
Added 1 June 2026
Overview
An MCP server that wraps the AviationStack API to provide real-time flight data. It exposes tools for querying airline flights, airport schedules, future flights, and aircraft types through the Model Context Protocol.
Best for
Best for
Developers building AI assistants or automation tools that need live flight and airport data
Use cases
- Integrate live flight tracking into AI assistants or chatbots
- Build airport schedule lookup tools for travel applications
- Query aircraft type information for aviation data pipelines
How to use
Tools exposed
flights_with_airlinehistorical_flights_by_dateflight_arrival_departure_schedulefuture_flights_arrival_departure_schedulerandom_aircraft_typerandom_airplanes_detailed_inforandom_countries_detailed_inforandom_cities_detailed_infolist_airportslist_airlineslist_routeslist_taxes
Example client config
{\n "mcpServers": {\n "Aviationstack MCP": {\n "command": "uvx",\n "args": [\n "aviationstack-mcp"\n ],\n "env": {\n "AVIATION_STACK_API_KEY": "<your-api-key>"\n }\n }\n }\n} Notes
An MCP server that wraps the AviationStack API to provide real-time flight data. It exposes tools for querying airline flights, airport schedules, future flights, and aircraft types through the Model Context Protocol.
23 stars on GitHub. Last updated 2026-02-24. Licensed MIT.
Use cases
- Integrate live flight tracking into AI assistants or chatbots
- Build airport schedule lookup tools for travel applications
- Query aircraft type information for aviation data pipelines
Pros
- Provides structured access to real-time aviation data via MCP
- Simple Python implementation with clear API endpoints
- Useful for developers building AI tools that need flight context
Cons
- Requires an AviationStack API key, which may have usage limits or costs
- Limited to data available through AviationStack’s free tier
- Small community (23 stars) may mean slower updates or support
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Provides structured access to real-time aviation data via MCP
- Simple Python implementation with clear API endpoints
- Useful for developers building AI tools that need flight context
Cons
- Requires an AviationStack API key, which may have usage limits or costs
- Limited to data available through AviationStack's free tier
- Small community (23 stars) may mean slower updates or support
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.