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.

Usage and pricing

Anonymous usage works without an account and is rate-limited per IP. For unlimited use, create a free account and send your API key in the X-Api-Key HTTP header. Keyed MCP tool calls are billed as normal API usage: 1,000 free requests included, then $2.00 per 1,000 successful requests with no minimums. Only successful requests are billed.

Ready to get started?

Create a free account to get your API key, or try the playground — no signup required.