Ignav Flights
gordgus/ignav-flightsHosted MCP server providing live flight prices, booking links, and airport lookup for AI agents and travel apps.
Tools · 2
Find airport IATA codes by city, airport name, metro area, or code.
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.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ignav_flights": {
"url": "https://ignav.com/docs/mcp",
"transport": "http"
}
}
}