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. Cloud clients use OAuth; local clients can use an API key.

https://ignav.com/mcp
  • Live one-way and round-trip fares
  • Booking URLs in every result
  • Airport lookup built in
  • 1,000 free account 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
Price + link

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

ChatGPT and Claude use OAuth. Grok web, local clients, and agent IDEs can use your API key.

ChatGPT

Connector
Connector
MCP server URL
https://ignav.com/mcp

Authentication
OAuth

Claude

Connector
Connector
MCP server URL
https://ignav.com/mcp

Authentication
OAuth

Grok

Basic URL
Basic URL
MCP server URL
https://ignav:YOUR_API_KEY@ignav.com/mcp

Claude Code

CLI
CLI
claude mcp add --transport http ignav https://ignav.com/mcp \
  --header "Authorization: Bearer $IGNAV_API_KEY"

Cursor

mcp.json
mcp.json
{
  "mcpServers": {
    "ignav": {
      "url": "https://ignav.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Codex

CLI
CLI
codex mcp add ignav --url https://ignav.com/mcp \
  --bearer-token-env-var IGNAV_API_KEY

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

Connect with OAuth from cloud clients, or create an API key for local tools.

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