Hosted MCP endpoint

Flight MCP server for AI agents

Give your agent live flight prices and booking links over Streamable HTTP. No local server. No scraping stack. Start anonymously, then add an API key when usage grows.

https://ignav.com/mcp
  • Live one-way and round-trip fares
  • Booking URLs in every result
  • Airport lookup built in
  • 1,000 free requests

Agent flow

From prompt to booking link

1

User

Asks for a real trip

SF to NYC next month

plain-language request

2

Route

Turns it into airport codes

SF -> SFO / NYC -> JFK

cities become airport codes

3

search_flights

Searches live fares

SFO -> JFK on 2026-08-03

one-way or round-trip

4

Result

Returns a bookable option

$189 + booking_url

price plus checkout link

Tool count
2
Output
URL

One hosted endpoint. Two flight tools.

Ignav exposes the flight workflow agents actually need: resolve where the user means, search live fares, and hand back a booking URL the user can open.

Tool

search_airports

Resolve cities, airport names, metro areas, and IATA codes before searching.

Tool

search_flights

Search one-way or round-trip fares and return itineraries with booking URLs.

Use it from the client you already have

These are the quick examples. The docs cover API-key headers, plan details, and the rest of the setup.

Claude

Custom connector
Custom connector
Custom connector URL
https://ignav.com/mcp

ChatGPT

Connector
Connector
Name: Ignav Flights
Connector URL: https://ignav.com/mcp
Authentication: No authentication

Cursor

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

Codex

CLI
CLI
codex mcp add ignav --url https://ignav.com/mcp

Built for real travel workflows

This is not a flight-status toy. The server returns live fare results and booking links so an assistant can move from idea to bookable itinerary.

  • AI travel agents that need live fares
  • Popular MCP clients and agent IDEs
  • Trip-planning flows that need real booking links
  • Apps that want hosted flight search without running a local server

Give your agent live flights

Try the MCP server anonymously, or create a free API key for normal usage.

1,000 free requests. Then $2 per 1,000 successful requests.