How to Use the AirLabs MCP in Cursor
Inject live flight data, airport codes, and airline fleets directly into your code with AirLabs and the Cursor agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect AirLabs MCP to Cursor
Create your Vinkius account to connect AirLabs to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build Apps with Real Flight Data
Tell the Cursor agent to fetch active flights with `get_flights` and watch it write the code to parse the response. You're not working with stale mock data. You're building your app with live positions, altitudes, and speeds for flights in the air right now. Need to test a function that handles flight status? Ask the agent for details on 'UA123' using `get_flight_info`. It will call the tool, get the real-time status, and generate a test case using that live data. This closes the gap between your editor and the real world.
Populate Your UI with AirLabs Data
Stop hardcoding airport dropdowns. Have the Cursor agent use `autocomplete_airport` to generate a list of matching airports as you type, complete with IATA codes. It can then wire up a call to `get_airport_delays` to show live delay stats for the selected airport. Working on a fleet analysis tool? Ask the agent to 'get the fleet for American Airlines' using `get_airline_fleet`. It will generate the code to fetch and display the entire list of aircraft, their types, and their ages. The MCP Server handles the API call; you just focus on the code.
Code Against Real Airline Schedules
When you're building a travel app, you need real route data. Use `get_airline_routes` to have the agent write functions that can check if an airline flies between two cities. It pulls the actual route map, so your logic is based on reality. You can also generate code that works with flight timetables. Ask the agent to fetch the schedule from JFK to LAX for next Tuesday using `get_schedules`. It will pull the data and write the necessary structures and functions to handle it in your language of choice.
Set up AirLabs MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the AirLabs MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent AirLabs transactions." If the MCP tools are loaded correctly, Cursor will call the AirLabs tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"airlabs-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by AirLabs. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about AirLabs MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the AirLabs MCP today
We host it, we monitor it, we maintain it. You just paste one token.