How to Use the Travelport MCP in Claude Code
Run travel API calls in CI/CD pipelines with Claude Code's headless terminal execution.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Travelport MCP to Claude Code
Create your Vinkius account to connect Travelport to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automated Reservation Workflows
In a shell script, you can execute the entire booking lifecycle. Start by calling `create_workbench`, then use `add_offer_to_workbench` to stage the travel details. The final step is running `commit_workbench` to make it live. This capability makes your CI/CD pipeline capable of testing full end-to-end booking paths without needing a GUI or browser.
Scheduled Travel Data Checks
Set up cron jobs that run the MCP Server. You can schedule regular checks for flight availability using `search_flights` or check hotel inventory via `search_stays_complete`. The output pipes directly into logs or ticketing systems. This is perfect for nightly reports, ensuring you always have fresh data on air and lodging options.
Payment Validation Hooks
Integrate payment checks into deployment scripts. Before any critical action, run `validate_card` to ensure the stored card details are still active. You can also use `verify_address` as a pre-flight check for billing information. This guarantees that your backend systems don't fail due to stale or incorrect client payment data.
Set up Travelport MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seetravelport-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Travelport transactions." It will automatically discover and invoke the available Travelport tools.
claude mcp add --transport http travelport-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Claude Code
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.