- Kiwi Travel MCP
Kiwi Travel MCP
Kiwi.com Flight Search MCP Server
Search and book flights directly from ChatGPT, Claude, Cursor, and other MCP-compatible AI assistants using Kiwi.com's real-time flight database.
Technical Overview
The Kiwi.com Flight Search MCP server implements the Model Context Protocol (MCP) standard to expose flight search capabilities through a single search-flight tool. This server connects AI assistants directly to Kiwi.com's comprehensive flight inventory, enabling real-time search and booking without tab switching.
API Capabilities
The MCP server exposes the following search parameters:
- Flight Types: Round-trip and one-way flight options
- Route Configuration: Origin/destination via city or airport codes
- Date Flexibility: Exact dates or ±3 day flexible search
- Passenger Configuration: Adult, child, and infant passenger types
- Cabin Class Options: Economy, premium economy, business, and first class
- Real-time Pricing: Live availability and pricing from Kiwi.com's database
Integration Requirements
- MCP-compatible AI assistant (ChatGPT Pro, Claude Pro/Teams, Cursor, etc.)
- Server URL:
https://mcp.kiwi.com - No additional API keys required
- Supports both direct booking links and search result comparisons
Usage Examples
Query your AI assistant with natural language:
- "Find flights from Madrid to Barcelona next Friday"
- "Search round-trip flights to Paris under €300 with flexible dates"
- "Book business class flights for 2 adults and 1 child to London"
The MCP server processes these queries and returns structured flight data with direct booking links to Kiwi.com, maintaining the same pricing and customer protections as the web platform.
Technical Specifications
- Protocol: Model Context Protocol (MCP)
- Endpoint:
https://mcp.kiwi.com - Response Format: Structured JSON with flight details
- Booking Integration: Direct links to Kiwi.com checkout
- Data Source: Kiwi.com real-time flight database
Server Config
{
"mcpServers": {
"kiwi-com-flight-search": {
"url": "https://mcp.kiwi.com"
}
}
}