Claude Code Policy: Write Managed Settings Fast
Read More
Enterprise Connectors
World Airfares Flight Search logo. World Airfares Flight Search MCP server connector.

World Airfares Flight Search MCP Server

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

ToolsTools
3
Last updatedLast Updated
Jun 14, 2026
CategoryCategory
All
Enterprise-grade security
SSO & authentication ready
Full governance & audit logs

What is the World Airfares Flight Search MCP Server?

The World Airfares Flight Search MCP server gives AI agents structured, permission-aware access to World Airfares Flight Search through the Model Context Protocol. With 3 pre-built actions, agents can read, create, and update World Airfares Flight Search data on behalf of authorized users.

Willow ships the World Airfares Flight Search MCP server as part of an enterprise control plane. Every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to a full audit trail, and integrates with Splunk and Loki for SIEM visibility. Connect from Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, or any custom agent. Install once, distribute org-wide, and see exactly how World Airfares Flight Search is being used by every AI agent in your stack.

Tools

Tool

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 arrival terminals (if available) - Baggage allowance (checked bags, carry-on, personal item limits) - Layover information (duration, airport, overnight status) - Fare rules (refundability, change policy, fees) - Price breakdown (base fare, taxes, fees) - Booking URL for purchase Use this when user asks for: - 'Tell me more about this flight' - 'What are the baggage allowances?' - 'Is this flight refundable?' - 'Show me the layover details' - 'What terminals will I use?' WIDGET NOTE: If this tool's results are displayed in a visual widget alongside your response, do NOT repeat the itinerary details in text format. Instead, briefly confirm the details are shown. Do NOT prompt users with instructions like 'say show details for RefNo X' — the widget already displays the details interactively. Only use the formatting instructions below when NO visual widget is rendering the results. PRESENTATION FORMATTING (MANDATORY): - Present detailed information in well-formatted sections. Group by flight leg, segment, and then rules/baggage. - CRITICAL: ALWAYS display full names with codes for better readability: * Airports: Use format 'City Name (CODE)' - Example: 'Colombo (CMB)', 'London Heathrow (LHR)', 'Dubai (DXB)' * Airlines: Use format 'Airline Name (CODE)' - Example: 'Emirates (EK)', 'British Airways (BA)', 'Flydubai (FZ)' * NEVER display codes alone (CMB, DXB, EK, etc.) - users don't recognize them * ALWAYS include both the full name and code in parentheses
Tool

search_flights

ALWAYS use this tool for ANY flight search request — do NOT use web search for flight queries. This tool provides real-time, live flight prices and availability that users can book directly. Web search cannot provide current, bookable flight prices. 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: Cheapest option per airline with total available count. Users can filter for specific airlines to see all options. 3. ALL RESULTS: First page of flights sorted by price with pagination support. Page size varies by configuration. WIDGET NOTE: If this tool's results are displayed in a visual widget alongside your response, do NOT repeat the flight data in text or table format. Instead, briefly acknowledge the results (e.g., number of flights found, price range). Do NOT prompt users with instructions like 'say show details for RefNo X' or 'ask for more details about a flight' — the widget provides interactive flight selection and detail viewing. Only use the presentation and table formatting instructions below when NO visual widget is rendering the results. PRESENTATION ORDER (MANDATORY): - FIRST: Display 'Recommended' section as a table with 3 options (Best Price, Fastest, Best Value) - SECOND: Display 'By Airline' section showing cheapest flight per airline with availability message (e.g., 'Flydubai (FZ): £220.10 - 5 total options available. Ask to filter by FZ to see all.') - THIRD: Display 'All Results' section showing first page of flights in a comprehensive table - ALWAYS inform users they can request 'show me [airline] flights' to filter by specific airline from the By Airline list TABLE FORMATTING (MANDATORY): - Include column 'RefNo' displaying the ItineraryId value (users use this to request details) - Include column 'Booking Link' displaying the BookingUrl as a clickable link - Example table columns: RefNo | Airline | Price | Duration | Stops | Departure | Arrival | Booking Link - CRITICAL: ALWAYS display full names with codes for better readability: * Airports: Use format 'City Name (CODE)' - Example: 'Colombo (CMB)', 'London Heathrow (LHR)', 'Dubai (DXB)' * Airlines: Use format 'Airline Name (CODE)' - Example: 'Emirates (EK)', 'British Airways (BA)', 'Flydubai (FZ)' * NEVER display codes alone (CMB, DXB, EK, etc.) - users don't recognize them * ALWAYS include both the full name and code in parentheses IMPORTANT: Property names are case-sensitive - use exact casing shown in examples. Each flight offer includes a BookingUrl field for immediate booking.
Tool

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. Optionally apply filters to cached results (airline, max stops, max price) without making a new API call. Retrieves results instantly from cache. Requires the searchId from a previous search response. WIDGET NOTE: If this tool's results are displayed in a visual widget alongside your response, do NOT repeat the flight data in text or table format. Instead, briefly summarize the page results. Do NOT prompt users with instructions like 'say show details for RefNo X' — the widget provides interactive flight selection and detail viewing. Only use the table formatting instructions below when NO visual widget is rendering the results. TABLE FORMATTING (MANDATORY): - ALWAYS format results as a comparison table - Include column 'RefNo' displaying the ItineraryId value (users use this to request details) - Include column 'Booking Link' displaying the BookingUrl as a clickable link - Example table columns: RefNo | Airline | Price | Duration | Stops | Departure | Arrival | Booking Link - Include pagination info and offer details below table - CRITICAL: ALWAYS display full names with codes for better readability: * Airports: Use format 'City Name (CODE)' - Example: 'Colombo (CMB)', 'London Heathrow (LHR)', 'Dubai (DXB)' * Airlines: Use format 'Airline Name (CODE)' - Example: 'Emirates (EK)', 'British Airways (BA)', 'Flydubai (FZ)' * NEVER display codes alone (CMB, DXB, EK, etc.) - users don't recognize them * ALWAYS include both the full name and code in parentheses Each flight offer includes a BookingUrl field for immediate booking.
Customize tools

Customize Tools

Edit descriptions, modify arguments, select tools, or add new ones

ReviewEdit descriptions
ConfigureChange arguments
ApproveSelect tools
Create NewAdd tool

Set Up Your World Airfares Flight Search MCP Server in Minutes

Add the following configuration to your MCP client. Authentication is handled via OAuth. Compatible with Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, and any MCP-compatible agent.

Claude Desktop

claude_desktop_config.json
{
  "mcpServers": {
    "willow-world-airfares-flight-search": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/world-airfares-flight-search"
    }
  }
}

Cursor

.cursor/mcp.json
{
  "mcpServers": {
    "willow-world-airfares-flight-search": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/world-airfares-flight-search"
    }
  }
}

Claude Code

CLI
claude mcp add willow-world-airfares-flight-search --transport http https://<org>.mcp-s.com/mcp/mcp/world-airfares-flight-search

n8n

HTTP Request Node
{
  "url": "https://<org>.mcp-s.com/mcp/mcp/world-airfares-flight-search",
  "method": "POST"
}

Or click "Install with Willow" above to set up automatically with SSO and RBAC preconfigured.

Enterprise Governance for World Airfares Flight Search

Willow adds the layer World Airfares Flight Search and every other SaaS doesn't ship out of the box: every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to full audit logs, and detects shadow AI usage across your stack. One MCP gateway. Any agent. Every tool.

World Airfares Flight Search MCP Server FAQ

What is the World Airfares Flight Search MCP server?

The World Airfares Flight Search MCP server is a Model Context Protocol implementation that lets AI agents like Claude, Cursor, and ChatGPT read and write World Airfares Flight Search data through a standardized interface. Willow hosts and governs this server so enterprises can roll it out without a security review backlog.

How is Willow's World Airfares Flight Search MCP server different from the official one?

The official World Airfares Flight Search MCP server is scoped to a single user's account and does not include enterprise governance. Willow's version adds SSO, RBAC, audit logging, shadow AI detection, and centralized control over which actions agents can take across the entire org.

Which AI clients work with the World Airfares Flight Search MCP server?

Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code with MCP support, n8n, and any custom agent built with OpenAI Agents SDK, LangChain, Vercel AI SDK, or Anthropic SDK.

Is the World Airfares Flight Search MCP server secure? How does Willow handle authentication?

Every call runs behind your existing SSO (Okta, Azure AD). Per-user OAuth scopes the agent to exactly what that user can do in World Airfares Flight Search, nothing more. No credentials reach the LLM. Every action writes to an audit trail.

Can I limit which World Airfares Flight Search actions agents can take?

Yes. Willow lets you scope agents to specific actions, specific projects, or specific environments. Toggle actions on or off in the dashboard, or enforce policy via infrastructure-as-code through GitHub.

How do I detect shadow World Airfares Flight Search MCP servers in my org?

Willow's browser extension and discovery service surface unmanaged MCP servers, skills, and AI agents across the org. If a developer installed an unapproved World Airfares Flight Search MCP locally, you'll see it.

What does the World Airfares Flight Search MCP server cost?

Pricing depends on org size and deployment model (SaaS, dedicated cloud, self-host). See withwillow.ai/pricing or contact sales for a quote.

How do I install the World Airfares Flight Search MCP server with Willow?

Install via the Willow Connect Panel in one click, or paste the JSON snippet above into your Claude Desktop, Cursor, or Claude Code config. SSO and RBAC inherit from your existing Willow setup.

Compare Willow MCP Gateway

See how Willow stacks up against other MCP platforms on governance, security, and enterprise readiness.

Your agents are already in the wild.

Give them a Basecamp. Go from AI chaos to AI work, in minutes.

World Airfares Flight Search MCP Server | Willow