Aviationstack Connector for AI agents.
9 live capabilities
Track real-time flights and global aviation data with your AI client.
Waiting for input…
Why people use Aviationstack
Aviationstack for Real-Time Flight Tracking
Aviationstack changes that. Your agent can pull all that data in one go. You just ask for a flight status or a list of airports in a region, and the Connector handles the heavy lifting. You get a clean summary of the data you actually need without the manual copy-pasting.
What Vinkius changes
You get a live feed of global aviation data directly inside your AI chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Tracking a delayed cargo shipment
A logistics manager asks the agent for the current status of a specific flight and gets the real-time location and estimated arrival.
- Real-world use case 02
Researching aircraft history
An aviation enthusiast asks for the technical specs of a Boeing 747 and gets a detailed breakdown of the aircraft type and registration.
- Real-world use case 03
Planning a multi-city tour
A travel agent asks for all airports in Tokyo and gets a list of HND and NRT with their geographic data.
Complete set · 9capabilities
The complete Aviationstack capability set.
These are the exact actions your AI can choose when you ask it to work with Aviationstack.
01—03
3 capabilities in this set.
Part of 9 available through Aviationstack.
- 01 Capability
List airlines
Browse a directory of airlines and their technical identifiers. It helps map out who operates where.
- 02 Capability
List countries
See which countries are part of the aviation network. It's useful for high-level regional analysis.
- 03 Capability
List aircraft types
Get a list of different aircraft types. Use this to understand the variety of planes in service.
04—06
3 capabilities in this set.
Part of 9 available through Aviationstack.
- 04 Capability
List airplanes
Find specific airplanes using their registration details. This is great for identifying individual aircraft.
- 05 Capability
List airports
Fetch metadata for global airports, including IATA and ICAO codes. It provides the building blocks for travel planning.
- 06 Capability
List cities
Get a list of cities served by the global aviation network. This helps ground your search in real geography.
07—09
3 capabilities in this set.
Part of 9 available through Aviationstack.
- 07 Capability
List flights
Get real-time status for active and scheduled flights worldwide. This helps you track current movements without manual searching.
- 08 Capability
List routes
Pull scheduled flight routes between specific airport identifiers. It's perfect for auditing regular paths.
- 09 Capability
List taxes
See a list of aviation taxes in different regions. This helps with logistics and cost planning.
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_gHiI6ncXMGUvUZwHpqYsR9yZ1TSx18ni3h5vuNa5/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_gHiI6ncXMGUvUZwHpqYsR9yZ1TSx18ni3h5vuNa5/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": {
"url": "https://edge.vinkius.com/vk_preview_gHiI6ncXMGUvUZwHpqYsR9yZ1TSx18ni3h5vuNa5/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...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"aviationstack": {
"url": "https://edge.vinkius.com/vk_preview_gHiI6ncXMGUvUZwHpqYsR9yZ1TSx18ni3h5vuNa5/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...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"aviationstack": {
"url": "https://edge.vinkius.com/vk_preview_gHiI6ncXMGUvUZwHpqYsR9yZ1TSx18ni3h5vuNa5/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...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"aviationstack": {
"url": "https://edge.vinkius.com/vk_preview_gHiI6ncXMGUvUZwHpqYsR9yZ1TSx18ni3h5vuNa5/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...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add aviationstack --transport http "https://edge.vinkius.com/vk_preview_gHiI6ncXMGUvUZwHpqYsR9yZ1TSx18ni3h5vuNa5/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...". 9 tools are ready
Where the request belongs
Work Aviationstack can move forward.
This is for the logistics pro who can't afford to miss a cargo update, the aviation nerd hunting for specific plane specs, or the data analyst building a global travel model.
Logistics Manager
Tracks shipments and coordinates cargo plane movements in real-time.
Aviation Data Analyst
Builds reports on global flight routes and airline performance.
Corporate Travel Coordinator
Checks airport conditions and flight statuses for large teams.
Software Developer
Builds aviation apps that need live flight and airport data.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAviationStack
Real-time flight tracking and global aviation data. monitor flights, routes, airports, and airline schedules directly from any AI agent.
AirLabs
Access global aviation data via AirLabs. track real-time flights, search airports and airlines, check schedules, and analyze routes from any AI agent.
Netrows
Track global flights via Netrows Aviation API. search flights, monitor aircraft, check airport data, and access airline schedules from any 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.
FlightStats
Track real-time flight statuses, routes, airport departures/arrivals, and flight paths directly from your 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 help me track live flights?
Yes, Aviationstack lets your AI agent pull real-time flight statuses. You can check if a plane is on time, active, or delayed without leaving your chat.
How do I get airport codes with Aviationstack?
You can ask your agent to list airports in any city or country. It will provide the IATA and ICAO codes, along with timezone and metadata.
Can I use Aviationstack to find airline information?
Yes, it can list and inspect airlines worldwide. Your agent can pull technical identifiers and directory info for various carriers.
Does Aviationstack provide aircraft technical data?
It does. You can ask for specific airplane registration details or get a list of different aircraft types and their configurations.
Can I check aviation taxes using this Connector?
Yes, Aviationstack can list aviation taxes. This is helpful for logistics planning and understanding the costs of moving cargo or passengers.
Is Aviationstack good for logistics planning?
It's a great capability for logistics. It allows your agent to audit flight routes and track real-time cargo movements across global infrastructure.
Can I track a specific flight by its number?
Yes! Use the list_flights capability and provide the flight number in the flight_number parameter. Your agent will retrieve the real-time status and details for that specific flight.
How do I find the IATA code for a specific airport?
Use the list_airports capability and provide the airport name or city in the search parameter. The response will include the corresponding IATA and ICAO codes for all matching airports.
Does the integration provide technical aircraft specifications?
Absolutely. You can use the list_aircraft_types capability to retrieve a comprehensive list of specifications for various aircraft models used in the global fleet.
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