ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Gordian Software with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Search and book airline ancillaries like seats, bags, and lounge access directly through Gordian Software's API.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 17 capabilities

The complete Gordian Software capability set.

These are the exact actions your AI can choose when you ask it to work with Gordian Software.

Capability set01 / 05

01-04

4 capabilities in this set.

Part of 17 available through Gordian Software.

  1. 01

    Get basket

    Get current basket items

  2. 02

    Get search results

    Contains itineraries and products. Get search results by search ID

  3. 03

    Request refund

    Request an airline refund for a ticket

  4. 04

    Add to basket

    Add products to the basket

Capability set02 / 05

05-08

4 capabilities in this set.

Part of 17 available through Gordian Software.

  1. 05

    Check basket

    Re-validate items in the basket

  2. 06

    Check cancellation

    Check if items are refundable

  3. 07

    Create trip

    Can optionally include a search object to start an ancillary search immediately. Initialize a new trip

  4. 08

    Fulfill trip

    Payment types: gordian_settlement or bsp_cash. Initiate the purchase of all valid items in the basket

Capability set03 / 05

09-11

3 capabilities in this set.

Part of 17 available through Gordian Software.

  1. 09

    Get refund

    Get refund details for a trip

  2. 10

    Get search results by product

    G., seat, bag). Get search results filtered by product type

  3. 11

    Get trip

    Retrieve current trip state

Capability set04 / 05

12-14

3 capabilities in this set.

Part of 17 available through Gordian Software.

  1. 12

    Inform cancelled

    Inform Gordian of an external flight cancellation

  2. 13

    Inform changed

    Inform Gordian of an external flight change

  3. 14

    Start search

    G., seat, bag). Start an asynchronous search for specific product types

Capability set05 / 05

15-17

3 capabilities in this set.

Part of 17 available through Gordian Software.

  1. 15

    Subscribe callback

    Subscribe to asynchronous event callbacks

  2. 16

    Update trip

    G., adding a PNR/Record Locator after flight booking). Update trip details

  3. 17

    Cancel trip

    Execute the cancellation of a trip

Observed, not estimated

980ms average. Fast in production.

Gordian Software is checked daily against the live service.

Daily averagePeak 1199ms
Aug 20Today
Fastest day
822ms
Slowest day
1199ms
14-day trend
Stable0%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 17 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Gordian Software, so you can see the experience inside your AI.

It does not authenticate your account with Gordian Software. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Gordian Software Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_PY1Sz6LT5oNRy6GodQYjEAIwUGxW7116iJF2oG3o/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Gordian Software capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "gordian-software-airline-ancillaries-api-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_PY1Sz6LT5oNRy6GodQYjEAIwUGxW7116iJF2oG3o/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Gordian Software owners ask.

  • 01

    How do I check for available seats or bags for a specific trip?

    First, use the start_search capability with your trip_id and set seat_search or bag_search to true. Then, use the get_search_results capability with the returned search_id to see the available options once the search status is successful.

  • 02

    Can I update a trip with a PNR after the flight is booked?

    Yes. Use the update_trip capability by providing the trip_id and a JSON object containing the new fields (like the record locator) to keep your Gordian trip state in sync with your airline booking.

  • 03

    How do I finalize the purchase of items in the basket?

    Once you have added items using add_to_basket, use the fulfill_trip capability. You can specify the payment_type (e.g., 'gordian_settlement') to initiate the actual purchase process.