Skip to main content
mcpSource-backedReview first Safety Privacy

Ignav Flights

MCP server providing live flight prices and booking links.

HarnessClaude CodeCodexCursorClaude Desktop
Review first review before installing

Open the source and read safety notes before installing.

Safety notes

  • User-entered trip details are sent to Ignav to retrieve live flight prices and booking links.

Privacy notes

  • Trip data provided by users is shared with Ignav solely to retrieve flight search results.

Prerequisites

  • Claude Code or another MCP client that supports remote HTTP servers.

Schema details

Install type
cli
Troubleshooting
No
Source repository stats
Scope
Source repo
Collection metadata
Estimated setup
1 minute
Difficulty
beginner
Tool listing metadata
Full copyable content
{
  "mcpServers": {
    "ignav": {
      "url": "https://ignav.com/mcp"
    }
  }
}

About this resource

Content

Ignav Flights is a hosted remote MCP server providing AI agents and travel apps with live flight prices, itinerary details, booking links, and airport lookup.

Ignav Flights enables agents to access live flight data quickly, providing accurate pricing, booking URLs, and airport details for streamlined trip planning.

Features

  • Live flight prices
  • Detailed itineraries
  • Direct booking links
  • Airport search and lookup
  • Tools: search_airports, search_flights

Installation

Add Ignav Flights as a remote MCP server using the Claude CLI:

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

Configuration

Example Claude configuration snippet:

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

Verification

Test installation by performing a basic airport or flight search through your Claude agent and confirming results include live prices and working booking links.

Source citations

Add this badge to your README

Show that Ignav Flights is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.

Listed on HeyClaude
[![Listed on HeyClaude](https://heyclau.de/badge/mcp/ignav-flights.svg)](https://heyclau.de/entry/mcp/ignav-flights)

How it compares

Ignav Flights side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.

FieldIgnav Flights

MCP server providing live flight prices and booking links.

Open dossier
Fli Google Flights MCP Server

Google Flights MCP server, CLI, and Python library for searching flights, flexible travel dates, airports, and booking options through a reverse engineered Google Flights API workflow.

Open dossier
AutoRFP.ai MCP Server for Claude

Official AutoRFP.ai remote MCP server for read-only access to RFP projects, requirements, approved content library search, and organisation tags from Claude and other MCP clients via OAuth.

Open dossier
Exa MCP Server

Web search and web fetch MCP server that connects AI assistants to Exa's hosted search, crawling, code search, and research capabilities.

Open dossier
Trust
Install riskReview firstReview firstReview firstReview first
Notes Safety Privacy Safety Privacy Safety Privacy Safety Privacy
Categorymcpmcpmcpmcp
Sourcesource-backedsource-backedsource-backedsource-backed
AuthorGus GordonpunitaraniAutoRFP.aiExa Labs
Added2026-06-172026-06-062026-06-142026-06-05
Platforms
Claude CodeCodexCursorClaude Desktop
Claude CodeClaude Desktop
Claude CodeClaude Desktop
Claude CodeClaude Desktop
Source repo
Safety notesUser-entered trip details are sent to Ignav to retrieve live flight prices and booking links.Fli is not an official Google project; upstream describes reverse engineered Google Flights API access. Flight availability, fares, booking options, baggage fees, cabin details, and vendor links can change quickly and must be verified on the airline or booking provider before purchase. The search client impersonates browser-like requests, rate limits calls, and retries failures; excessive automated searches may be blocked or violate service expectations. The MCP server returns booking links but does not buy tickets, spend money, or manage reservations. Travel results should not be treated as legal, immigration, visa, safety, or airline-policy advice.The connection is read-only; it cannot create, edit, or delete AutoRFP.ai records. Each user inherits their own AutoRFP.ai permissions, so MCP results reflect that user's normal app access. OAuth tokens grant persistent read access until revoked in AutoRFP.ai or the MCP client. Do not share OAuth-approved connector sessions across users or paste access tokens into public issues.Web search and fetch results may be incomplete, stale, biased, or adversarial; verify important claims against primary sources. Fetching pages can retrieve untrusted web content that may contain prompt injection or malicious instructions. Advanced search filters and domain targeting should be reviewed when used for compliance, hiring, due diligence, or security research. Protect Exa API keys and avoid placing real keys in shared config files, screenshots, logs, or prompts.
Privacy notesTrip data provided by users is shared with Ignav solely to retrieve flight search results.Search queries can reveal travel plans, home or work locations, dates, passenger counts, cabin preferences, airline preferences, alliances, budgets, and destination interests. Requests and returned results may be visible to Google Flights, MCP client logs, model providers, and local process logs. Booking URLs and vendor options can contain itinerary parameters that should not be shared publicly when travel plans are sensitive. Avoid entering passport data, loyalty account credentials, payment details, traveler names, or private booking confirmations into prompts.MCP tool results can expose RFP project names, requirement text, approved answer content, and organisation tag vocabulary. Search queries sent to the content library are processed by AutoRFP.ai under its own data-handling terms. Public support notes should describe connector scope, not full requirement or library excerpts.Search queries, fetched URLs, tool parameters, page contents, API keys, and surrounding prompts may be sent to Exa and the MCP client. Research topics can reveal product plans, customers, vulnerabilities, hiring activity, legal matters, or personal interests. Review Exa's current data handling, account, and rate-limit policies before using it with proprietary or regulated workflows.
Prerequisites
  • Claude Code or another MCP client that supports remote HTTP servers.
  • Python 3.10 or newer with pipx, pip, or another Python package runner.
  • MCP optional dependencies installed, for example with `pipx install "flights[mcp]"`.
  • Network access to Google Flights endpoints from the machine running the MCP server.
  • Review of Google Flights terms, travel-search rate limits, and internal travel-data policies.
  • AutoRFP.ai account with access to the projects and content library you want to query.
  • Claude Pro, Team, or Enterprise plan with Connectors support, or another MCP client with custom remote connectors.
  • Claude organisation admin for the one-time org connector setup in Claude Team/Enterprise environments.
  • Knowledge of your AutoRFP.ai data residency region (APAC, EU, or US) to select the correct MCP endpoint.
  • MCP client with hosted or remote MCP support, or mcp-remote for clients that need a stdio bridge.
  • Exa API key for higher limits, production usage, or npm-package configuration.
  • Network access to the Exa hosted MCP endpoint and target webpages.
Install
claude mcp add --transport http ignav https://ignav.com/mcp
pipx install "flights[mcp]"
claude mcp add --transport http autorfp https://api.autorfp.ai/mcp
npx -y mcp-remote https://mcp.exa.ai/mcp
Config
{
  "mcpServers": {
    "ignav": {
      "url": "https://ignav.com/mcp"
    }
  }
}
{
  "mcpServers": {
    "fli": {
      "command": "fli-mcp",
      "args": [],
      "type": "stdio"
    }
  }
}
{
  "mcpServers": {
    "autorfp": {
      "url": "https://api.us.autorfp.ai/mcp",
      "type": "http"
    }
  }
}
{
  "mcpServers": {
    "exa": {
      "url": "https://mcp.exa.ai/mcp"
    }
  }
}
Citations
ClaimUnclaimedUnclaimedUnclaimedUnclaimed

Signals

Loading live community signals…

More like this, weekly

A short, calm digest of reviewed Claude resources. Unsubscribe any time.