How to Use the Travelport MCP in Windsurf
Automate global travel bookings into any workflow with Windsurf's autonomous agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Travelport MCP to Windsurf
Create your Vinkius account to connect Travelport to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build Full Trip Workbenches
Windsurf handles the entire booking lifecycle. You start by creating a session using `create_workbench`, then add specific details, like adding a traveler via `add_traveler_to_workbench` or an air offer with `add_offer_to_workbench`. Cascade manages these steps until you commit the reservation using `commit_workbench`. This tool chain allows your agent to handle complex itineraries. It doesn't just search; it builds the trip segment by segment, ensuring all components—flights and hotels—are correctly linked before final booking.
Search and Price Global Travel
The MCP Server lets you discover options across air and ground travel. You can perform broad searches using `search_flights` or pinpoint properties with `search_stays_by_location`. For pricing, the agent uses `price_offer_full` to get complete cost details on an air offer. Need a specific reservation? Just call `retrieve_flight_reservation` or `retrieve_hotel_reservation`. The Windsurf agent reads this existing context and builds out surrounding necessary steps automatically.
Process Payments Securely
Booking requires payment handling, and the MCP Server supports that. Before committing, you can validate a card using `validate_card` or verify its address with `verify_address`. If things go wrong, you've got `reverse_authorization` to handle it. These financial tools work together to finalize any booking session. The agent ensures the payment is authorized first (`authorize_card`) before attempting to create the final reservation.
Set up Travelport MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Travelport MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Travelport payment history." If connected, Cascade will call the Travelport tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"travelport-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 Travelport. 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 Travelport MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Travelport MCP today
We host it, we monitor it, we maintain it. You just paste one token.