World Airfares Flight Search
com.worldairfares/flights-mcpFlight search MCP server providing search, pagination, and itinerary details for AI assistants.
Tools · 3
Get detailed information about a specific flight itinerary. Returns comprehensive details including: - Complete flight segments with airline, flight number, times, and aircraft type - Departure and ar…
Search for flights between cities. Returns categorized JSON results: 1. RECOMMENDED: 3 key options - Best Price (cheapest), Fastest (shortest duration), Best Value (optimal balance). 2. BY AIRLINE: …
Get additional pages of flight search results from cache. Use this when the user asks for 'more results', 'next page', 'show me more flights', or wants to see flights beyond the initial results. Optio…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"world_airfares_flight_search": {
"url": "https://mcp.worldairfares.com",
"transport": "streamable-http"
}
}
}