Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.andreacappelletti97/google-flights

NPM · GOOGLE-FLIGHTS-MCP · SCANNED SEP 24

MCP server for Google Flights: search, price tracking, cabin comparison, emissions, and more.

Available components

0 this week 80 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 52 of 132 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability70
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1095 tokens (~91/item across 12 items; 12 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage90
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 71% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.andreacappelletti97/google-flights MCP server?

io.github.andreacappelletti97/google-flights runs locally as an npm package, launched with npx -y google-flights-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · google-flights-mcp

# add to Claude Code
claude mcp add andreacappelletti97-google-flights -- npx -y google-flights-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "andreacappelletti97-google-flights": {
      "command": "npx",
      "args": [
        "-y",
        "google-flights-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "andreacappelletti97-google-flights": {
      "command": "npx",
      "args": [
        "-y",
        "google-flights-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add andreacappelletti97-google-flights -- npx -y google-flights-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "andreacappelletti97-google-flights": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "google-flights-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add andreacappelletti97-google-flights --command npx --arg -y --arg google-flights-mcp
# ~/.hermes/config.yaml
mcp_servers:
  andreacappelletti97-google-flights:
    command: "npx"
    args: ["-y", "google-flights-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "andreacappelletti97-google-flights": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "google-flights-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add andreacappelletti97-google-flights -t stdio -c npx -a -y google-flights-mcp
// mcp.json
{
  "mcpServers": {
    "andreacappelletti97-google-flights": {
      "command": "npx",
      "args": [
        "-y",
        "google-flights-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 24 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 23 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 22 Sept 26 0
    • Stability: 0.97 → pass security
  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 24 Sept 2026 · Analysed npm/google-flights-mcp@1.0.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 132 packages
Packages resolved 132
Deprecated 1
Stale 51
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 12 exposed · ~1,095 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
analyze_layovers ~89

Analyze layover quality for connecting flights. Reports connection time, risk level (tight/comfortable/long), and aircraft details.

NameTypeReqDescription
cabinClassstring
departureDatestringyesDeparture date (YYYY-MM-DD)
destinationstringyesArrival airport IATA code
maxResultsinteger
originstringyesDeparture airport IATA code

No output schema declared.

No examples provided.

compare_cabin_classes ~91

Compare prices across economy, premium economy, business, and first class for the same route in one call.

NameTypeReqDescription
adultsinteger
departureDatestringyesDeparture date (YYYY-MM-DD)
destinationstringyesArrival airport IATA code
maxStopsintegerMax stops (0=nonstop)
originstringyesDeparture airport IATA code

No output schema declared.

No examples provided.

find_nearby_airports ~65

Find alternative airports near a given airport within a radius. Useful for finding cheaper flights from nearby cities.

NameTypeReqDescription
airportstringyesIATA code of the airport to search around
radiusKmnumberSearch radius in kilometers (default: 200)

No output schema declared.

No examples provided.

get_calendar_heatmap ~98

Get a full calendar of daily flight prices (~60 days). Single API call, no scanning. Shows cheapest dates at a glance.

NameTypeReqDescription
cabinClassstring
departureDatestringyesA date within the month to search (YYYY-MM-DD). Google returns ~60 days of prices around this date.
destinationstringyesArrival airport IATA code
originstringyesDeparture airport IATA code

No output schema declared.

No examples provided.

get_flight_url ~117

Generate a direct Google Flights URL for a route. Users can click to view and book flights in their browser.

NameTypeReqDescription
adultsinteger
cabinClassstring
departureDatestringyesDeparture date (YYYY-MM-DD)
destinationstringyesArrival airport IATA code
originstringyesDeparture airport IATA code
returnDatestringReturn date (YYYY-MM-DD) for round-trip
stopsintegerMax stops (0=nonstop)

No output schema declared.

No examples provided.

get_price_history ~73

View the recorded price history for a tracked route. Shows all past observations and the trend.

NameTypeReqDescription
cabinClassstring
departureDatestringyesTravel date (YYYY-MM-DD)
destinationstringyesArrival airport IATA code
originstringyesDeparture airport IATA code

No output schema declared.

No examples provided.

get_price_insights ~100

Find the cheapest travel dates for a route within a date range. Scans multiple departure dates.

NameTypeReqDescription
adultsinteger
cabinClassstring
destinationstringyesArrival airport IATA code
endDatestringyesEnd of date range (YYYY-MM-DD)
originstringyesDeparture airport IATA code
startDatestringyesStart of date range (YYYY-MM-DD)

No output schema declared.

No examples provided.

list_tracked_routes ~29

List all routes currently being price-tracked, with their last known price and number of observations.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

lookup_airport ~56

Look up airport IATA codes by city name, airport name, or country. Searches 8,800+ airports.

NameTypeReqDescription
querystringyesCity name, airport name, IATA code, or country code to search for

No output schema declared.

No examples provided.

search_flights ~207

Search for one-way or round-trip flights. Returns prices, airlines, durations, stops, aircraft, emissions, and price context (low/typical/high).

NameTypeReqDescription
adultsintegerNumber of adult passengers
cabinClassstringCabin class
childrenintegerNumber of child passengers
departureDatestringyesDeparture date in YYYY-MM-DD format
destinationstringyesArrival airport IATA code (e.g., NRT)
infantsintegerNumber of infant passengers
maxResultsintegerMaximum number of results to return
maxStopsintegerMaximum number of stops (0=nonstop, 1, 2). Omit for any.
originstringyesDeparture airport IATA code (e.g., JFK)
returnDatestringReturn date in YYYY-MM-DD format (makes it round-trip)
sortBystringSort results by

No output schema declared.

No examples provided.

search_multi_city ~87

Search for multi-city (multi-leg) flight itineraries. Supports 2-5 segments.

NameTypeReqDescription
adultsinteger
cabinClassstring
childreninteger
infantsinteger
maxResultsinteger
maxStopsinteger
segmentsarrayyesFlight segments (2-5 legs)

No output schema declared.

No examples provided.

track_price ~83

Track a flight price over time. Records the current cheapest price and reports if it has gone up, down, or stayed stable since last check.

NameTypeReqDescription
cabinClassstring
departureDatestringyesTravel date (YYYY-MM-DD)
destinationstringyesArrival airport IATA code
originstringyesDeparture airport IATA code

No output schema declared.

No examples provided.

Common questions

What is the io.github.andreacappelletti97/google-flights MCP server?

io.github.andreacappelletti97/google-flights is an MCP server listed in the public MCP registry as io.github.andreacappelletti97/google-flights. MCP server for Google Flights: search, price tracking, cabin comparison, emissions, and more. This page covers its npm package (google-flights-mcp).

Is the io.github.andreacappelletti97/google-flights MCP server safe to use?

io.github.andreacappelletti97/google-flights scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 24 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.andreacappelletti97/google-flights MCP server expose?

io.github.andreacappelletti97/google-flights exposes 12 tools: search_flights, search_multi_city, get_price_insights, get_calendar_heatmap, compare_cabin_classes, and 7 more. Their descriptions and schemas cost roughly 1,095 tokens of context every time the server is loaded.

Is the io.github.andreacappelletti97/google-flights MCP server still maintained?

io.github.andreacappelletti97/google-flights is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.andreacappelletti97/google-flights MCP server under?

io.github.andreacappelletti97/google-flights declares the ISC licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.