Skip to content
Back to search
90
MCP live http

Ignav Flights

gordgus/ignav-flights

Hosted MCP server providing live flight prices, booking links, and airport lookup for AI agents and travel apps.

Uptime
100.0%
261 probes
Response
447ms
last probe
Tools
2
callable
Resources
0
readable
Prompts
0
available

Tools · 2

search_airports

Find airport IATA codes by city, airport name, metro area, or code.

search_flights

Search one-way or round-trip flight prices between two IATA airport codes. Returns only itineraries with a preferred booking link and includes a top-level booking_url for each itinerary.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ignav_flights": {
      "url": "https://ignav.com/docs/mcp",
      "transport": "http"
    }
  }
}