Skip to content
Back to search
100
MCP v1.0.0 streamable-http

World Airfares Flight Search

com.worldairfares/flights-mcp

Flight search MCP server providing search, pagination, and itinerary details for AI assistants.

Uptime
8.0%
25 probes
Response
60ms
last probe
Tools
3
callable

Tools · 3

get_itinerary_details

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_flights

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_more_results

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

com.pulsemcp/google-flights
MCP server for searching Google Flights — flight search, date grid pricing, and airport lookup.
0 tools
io.github.andreacappelletti97/google-flights
MCP server for Google Flights: search, price tracking, cabin comparison, emissions, and more.
0 tools
aviation-mcp-server
MCP server giving AI agents access to aviation data — live flights, airport weather, airline info
0 tools
io.github.simonenavifare/navifare-mcp
Flight price comparison MCP server. Search multiple booking sources to find better flight prices.
0 tools
bing-flights-mcp
MCP server for searching flights on Bing Flights
0 tools
flights-mcp
Flight search MCP server using Duffel API
0 tools

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"
    }
  }
}