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
4.3%
46 probes
Response
60ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

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…

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