How to Use the Gordian Software (Airline Ancillaries API) MCP in Cursor
Inject real-time seat maps and baggage pricing directly into your editor using the Gordian Software MCP Server for Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Gordian Software (Airline Ancillaries API) MCP to Cursor
Create your Vinkius account to connect Gordian Software (Airline Ancillaries API) 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 ancillary code in Cursor with real API responses
The `start_search` tool lets Cursor run live airline queries from your active workspace using this MCP Server. Instead of writing code against mock payloads, the editor retrieves real JSON schemas using `get_search_results` to write accurate parsing logic. If you only need to write a UI component for baggage selection, run `get_search_results_by_product` to fetch targeted payloads. Having live seat and bag data in the Cursor chat window means you write fewer unit tests and catch integration bugs before compiling.
Build and test booking flows in Cursor Agent mode
The `create_trip` tool sets up a live test environment directly inside your workspace. Cursor can automatically assemble a complete booking flow by chaining `add_to_basket` for seat selection and verifying the items using `get_basket`. Running `check_basket` allows you to test how your application handles edge cases like pricing timeouts or expired seat inventory. The agent writes error-handling code based on the actual error codes returned by the API.
Implement refund and modification tools in your editor
The `fulfill_trip` tool lets you test settlement flows using real test-environment parameters. You can write and debug synchronization handlers for external schedule changes using `inform_changed` or `inform_cancelled` with the active Cursor codebase. When implementing refund interfaces, use `check_cancellation` to inspect the refundability of specific booking items. Cursor then helps you write the execution logic for `request_refund` and monitors the status with `get_refund`.
Set up Gordian Software (Airline Ancillaries API) 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 Gordian Software (Airline Ancillaries API) 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 Gordian Software (Airline Ancillaries API) transactions." If the MCP tools are loaded correctly, Cursor will call the Gordian Software (Airline Ancillaries API) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"gordian-software-airline-ancillaries-api-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 Gordian Software. 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 Gordian Software (Airline Ancillaries API) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Gordian Software (Airline Ancillaries API) MCP today
We host it, we monitor it, we maintain it. You just paste one token.