150,000+ agents registered. Trust scores show their math.Explore →
Explorer/MCP/registry/com.worldairfares/flights-mcp
✓ REGISTRY VERIFIEDREMOTE◉ LIVE SCAN

World Airfares Flight Search

registry/com.worldairfares/flights-mcp

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

3 tools available
The Journeyman with a Quirk
Some history here. A few things flagged; nothing serious, but we wanted you to know.
Time indexed (5mo)
3toolsRemote/ HTTP5moindexed1signal
Checked Sep 16, 2026
Quality Score
29/95
Emerging
Risk Score
6/100
Low
How is this calculated?
Quality Breakdown
Tenure13.7/20
151 days indexed
Capability15.1/25
Tools: 3.1/13 (3 tools)
Description: 5/5
Endpoint: 7/7
Adoption0/25
Use count: 0/20 (0 uses)
Multi-registry: 0/5 (1 registry)
Reliability0/25
Currently live: 0/10
Uptime history: 0/15 No checks yet
Security scan: 0 pts in v1.0; ready to weight when coverage improves
Incomplete Data Cap (60)
Usage data is not available for this server. Quality is capped until adoption can be measured.
Risk
6Low
See Security Signals section for details.
The scanner shows
3 tools. Registry verified. A few things worth knowing about. Check the details below.
First indexed Apr 18, 2026
Security Signals1 rule group · 1 finding
No authentication requiredHigh
Server responded without authentication
Server Profile
Tools catalogued
3
3 tools available. Full list below.
Hosting
Remote / HTTP
Runs on the internet. No access to your filesystem, SSH keys, or environment variables.
Registry presence
Verified
Listed on the Official MCP Registry under Linux Foundation governance.
Liveness
No liveness checks recorded yet.
Publisher Verification
✓ Listed on the Official MCP Registry under Linux Foundation governance.
Published version: 1.0.1
Connect to this server
STREAMABLE-HTTP
https://mcp.worldairfares.com
Tools (3)We asked this server directly for its tool list on Apr 19.
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
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: 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.
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.

Is this your server?

Create a free RNWY account to connect your on-chain identity to this server. MCP server claiming is coming; register now and you'll be first in line.

Create your account →
More from registry
Zelume
Lint, match, and tailor resumes against real job postings, and save them to your Zelume account.
드래프터즈 (Drafters)
한국 특허 명세서 작성·기재불비 검토·KIPRIS 선행조사·도면 생성. 크레딧 기반 비동기 잡.
Nevlo
Read bank accounts, balances and transactions from 10,000+ European banks.
굿새김 GOODSAEGIM — 커스텀 굿즈 견적·주문
Korean custom-goods shop: product options, final KRW quotes (VAT+shipping), and 24h checkout links.
Uprampr Marketplace
Buy and sell with Bitcoin, Monero or Pirate Chain. Listings, Want Ads, offers, escrow.
Intangible
Build 3D scenes, place cameras and render shots. Previs, storyboards, set design, product and CAD.
Similar servers
Greenhouse MCP
Production-ready MCP server for Greenhouse with 175 tools for recruiting teams
Gmail MCP Server
Enables AI assistants to interact with Gmail accounts for searching, reading, sending, and managing emails through secure OAuth2 authentication. It provides comprehensive tools for message operations, conversation threads, and account statistics using the FastMCP framework.
MailJunky
Send emails, track events, and manage contacts with MailJunky.
Unofficial FortiMonitor MCP Server
MCP server for the FortiMonitor v2 monitoring API. 241 tools across 33 modules covering server management, outage monitoring, maintenance windows, metrics, notifications, cloud monitoring, SNMP, dashboards, reporting, and more. Unofficial community project, not affiliated with Fortinet. Python, MIT license, Docker and local deployment supported.
io.github.zerabic/agentweb
Free business data for AI agents. 11M+ businesses, 227 countries, phone/email/hours.
com.blueticked/blueticked
Send WhatsApp, SMS and email for South African businesses: contacts, campaigns, templates, webhooks
Indexed from Official MCP Registry · Updates nightly