How to Use the AeroAPI (FlightAware) MCP in Cursor
Inject live FlightAware AeroAPI tracking data directly into your codebase using Cursor Agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect AeroAPI (FlightAware) MCP to Cursor
Create your Vinkius account to connect AeroAPI (FlightAware) 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.
Generate Flight Code in Cursor with Real AeroAPI Data
The `get_flight_details` tool fetches real-time flight telemetry and path data directly into your Cursor editor. Instead of writing code against mock JSON files, your Cursor Agent pulls live FlightAware payloads to build your software. This changes how you write tracking applications inside Cursor. You get actual FlightAware data structures to test your Cursor parsing logic immediately, reducing the time spent debugging unexpected API payloads.
Query Live Flight Logs inside the Cursor Terminal
The `search_flights` tool lets your agent find active operations based on origin, destination, or tail numbers right inside the Cursor editor. You can test your query parameters and verify FlightAware API responses inside your active Cursor coding workspace. Running this via Cursor's MCP Server integration lets you populate local databases with real flight records directly from your editor. You do not need to switch to an external API client to test your Cursor flight search queries.
Map Airport Codes to Coordinates in Your Editor
The `get_airport_details` tool retrieves precise coordinates and metadata for any airport code directly into your active Cursor file. You can instantly populate configuration files or test database seeds with real FlightAware airport profiles inside Cursor. Your agent handles the lookup via `list_airport_flights` to verify which routes are active in your Cursor workspace. This gives you a fast way to validate your routing algorithms against real FlightAware flight schedules in Cursor.
Set up AeroAPI (FlightAware) 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 AeroAPI (FlightAware) 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 AeroAPI (FlightAware) transactions." If the MCP tools are loaded correctly, Cursor will call the AeroAPI (FlightAware) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"aeroapi-flightaware-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 AeroAPI (FlightAware). 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 AeroAPI (FlightAware) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the AeroAPI (FlightAware) MCP today
We host it, we monitor it, we maintain it. You just paste one token.