AviationStack Connector for AI agents.
11 live capabilities
Track real-time flights and global aviation routes with live data.
Waiting for input…
Why people use AviationStack
AviationStack Flight Tracking for Logistics Management
With AviationStack, you just tell your agent what you need. It pulls the real-time status, airport details, and schedules into one place. You get a single source of truth for your flight data without ever leaving your chat window.
What Vinkius changes
It turns your AI into a real-time aviation data terminal.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Tracking cargo delays
A logistics manager asks the agent for the status of a specific flight number to see if a cargo plane is delayed.
- Real-world use case 02
Building a travel app
A developer uses list_airports and list_cities to populate their application database without building scrapers.
- Real-world use case 03
Mapping carrier routes
A travel planner asks the agent to pull the routes for Emirates to see their major hubs and connections.
Complete set · 11capabilities
The complete AviationStack capability set.
These are the exact actions your AI can choose when you ask it to work with AviationStack.
01—04
4 capabilities in this set.
Part of 11 available through AviationStack.
- 01 Capability
List taxes
Get aviation taxes information. This helps with the financial side of travel logistics.
- 02 Capability
List timetable
Get airport timetables. This is useful for understanding peak traffic times.
- 03 Capability
List aircraft types
Get aircraft types and specifications. This helps you understand the hardware being used on certain routes.
- 04 Capability
List cities
Get cities worldwide. It's great for identifying geographic hubs quickly.
05—08
4 capabilities in this set.
Part of 11 available through AviationStack.
- 05 Capability
List airlines
Get global airlines list. Use this to filter your search by specific carriers.
- 06 Capability
List airplanes
Get specific aircraft details. It provides a deep dive into individual planes.
- 07 Capability
List airports
Get global airports list. This is the go-to for infrastructure data.
- 08 Capability
List countries
Get countries worldwide. This helps with broad geographic filtering of aviation data.
09—11
3 capabilities in this set.
Part of 11 available through AviationStack.
- 09 Capability
List flights
Get real-time and historical flight data. It's the primary way to track active movements.
- 10 Capability
List future flights
Get future flight schedules. This is essential for proactive planning.
- 11 Capability
List routes
Get scheduled airline routes. Use this to see where a carrier actually flies.
Set up in minutes
One URL. Then ask AviationStack to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use AviationStack from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_gVeJ5U3UWnJen2RhccWbTpG3VBmCIfYLKJaakxWE/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it AviationStack, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable AviationStack for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_gVeJ5U3UWnJen2RhccWbTpG3VBmCIfYLKJaakxWE/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the AviationStack URL.
- Step 03
Save and start
Save the connection and enable AviationStack in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"aviationstack-alternative": {
"url": "https://edge.vinkius.com/vk_preview_gVeJ5U3UWnJen2RhccWbTpG3VBmCIfYLKJaakxWE/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using AviationStack
Open Agent mode in chat and ask: "Using AviationStack, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"aviationstack-alternative": {
"url": "https://edge.vinkius.com/vk_preview_gVeJ5U3UWnJen2RhccWbTpG3VBmCIfYLKJaakxWE/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using AviationStack
Ask Copilot: "Using AviationStack, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"aviationstack-alternative": {
"url": "https://edge.vinkius.com/vk_preview_gVeJ5U3UWnJen2RhccWbTpG3VBmCIfYLKJaakxWE/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using AviationStack
Open Cascade and ask: "Using AviationStack, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"aviationstack-alternative": {
"url": "https://edge.vinkius.com/vk_preview_gVeJ5U3UWnJen2RhccWbTpG3VBmCIfYLKJaakxWE/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using AviationStack
Ask Cline: "Using AviationStack, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add aviationstack-alternative --transport http "https://edge.vinkius.com/vk_preview_gVeJ5U3UWnJen2RhccWbTpG3VBmCIfYLKJaakxWE/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using AviationStack
Ask Claude: "Using AviationStack, show me...". 11 tools are ready
Where the request belongs
Work AviationStack can move forward.
This is for logistics coordinators who need to know exactly where freight is landing, travel data analysts mapping global connectivity, and developers building travel apps who need reliable data feeds.
Logistics Coordinator
Checking flight statuses on a Tuesday afternoon to ensure ground crews are ready at the gate for a cargo arrival.
Travel Data Analyst
Mapping out regional hub connectivity to find the most efficient flight paths for a corporate fleet.
Software Developer
Pulling airport and city data to populate a new travel application database without writing custom scrapers.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAirLabs
Access global aviation data via AirLabs. track real-time flights, search airports and airlines, check schedules, and analyze routes from any AI agent.
Aviationstack
Global aviation data platform. track real-time flights, airports, and airline data via AI.
Netrows
Track global flights via Netrows Aviation API. search flights, monitor aircraft, check airport data, and access airline schedules from any AI agent.
FlightStats
Track real-time flight statuses, routes, airport departures/arrivals, and flight paths directly from your AI agent.
AeroAPI (FlightAware)
Track global flights. audit departures, arrivals, and airports via IA.
FlightAware
Track global flight status via FlightAware AeroAPI. search flights, monitor airport arrivals and departures, check weather, and access historical flight data from any AI agent.
Bring your own AI
Change the model, client or framework. Keep AviationStack connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about AviationStack.
The practical details behind the request, access and result.
Can AviationStack track flights in real-time?
Yes, it pulls live updates for active flights so you know exactly where a plane is right now.
Does it work for historical flight data?
You can look up past flights by providing a specific date to the agent to see where a flight went.
Can I get airport codes with AviationStack?
Yes, it provides IATA and ICAO codes for airports worldwide, which is perfect for data entry.
Is there a way to see future flight schedules?
You can pull upcoming schedules for future dates to help with long-term logistics and planning.
Can I use AviationStack for airline route mapping?
Yes, it pulls the scheduled routes for specific carriers so you can see their global reach and connections.
Does it include information on aviation taxes?
Yes, it can pull data regarding various aviation taxes for your logistics and financial planning.
Can I track a specific flight using its flight number?
Yes. Use the list_flights capability and provide the flight_number. You can also filter by airline_name or status like 'active' or 'landed'.
How do I find the IATA code for a specific airport?
You can use the list_airports capability to retrieve a global list of airports, which includes their IATA and ICAO codes, locations, and timezones.
Does this server support historical flight data?
Yes. By using the list_flights capability with the flight_date parameter (YYYY-MM-DD), you can access historical flight records.
One connection away
Give your agent a direct line to AviationStack.
Connect AviationStack once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available