Labsco
pylonapi logo

Ignav Flights

from pylonapi

Hosted MCP server for live flight prices, booking links, and airport lookup.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

MCP Server

Ignav runs a hosted Model Context Protocol (MCP) server that connects AI agents and assistants to live flight search with real booking links. Point any MCP client at the endpoint and it can search fares and hand users URLs that open airline and OTA checkout pages with the flight pre-selected.

The endpoint is https://ignav.com/mcp, using the Streamable HTTP transport. There is nothing to install or host.

Tools

  • search_airports โ€” resolve cities, airport names, and metro areas into IATA airport codes.

  • search_flights โ€” search one-way and round-trip fares. Every returned itinerary includes a booking_url that links directly to an airline or OTA booking page.

Claude Code

claude mcp add --transport http ignav https://ignav.com/mcp

Claude (web and desktop)

In Claude settings, add a custom connector with the URL https://ignav.com/mcp.

Cursor

Add the server to your mcp.json:

{
 "mcpServers": {
 "ignav": {
 "url": "https://ignav.com/mcp"
 }
 }
}

Any other MCP client that supports remote HTTP servers works the same way โ€” point it at https://ignav.com/mcp.