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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (ISC).Pass
- Actively maintained (last published 159 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add andreacappelletti97-google-flights -- npx -y google-flights-mcp
{
"mcpServers": {
"andreacappelletti97-google-flights": {
"command": "npx",
"args": [
"-y",
"google-flights-mcp"
]
}
}
} {
"servers": {
"andreacappelletti97-google-flights": {
"command": "npx",
"args": [
"-y",
"google-flights-mcp"
]
}
}
} codex mcp add andreacappelletti97-google-flights -- npx -y google-flights-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"andreacappelletti97-google-flights": {
"type": "local",
"command": [
"npx",
"-y",
"google-flights-mcp"
],
"enabled": true
}
}
} openclaw mcp add andreacappelletti97-google-flights --command npx --arg -y --arg google-flights-mcp
mcp_servers:
andreacappelletti97-google-flights:
command: "npx"
args: ["-y", "google-flights-mcp"] {
"McpServers": {
"andreacappelletti97-google-flights": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"google-flights-mcp"
]
}
}
} assistant mcp add andreacappelletti97-google-flights -t stdio -c npx -a -y google-flights-mcp
{
"mcpServers": {
"andreacappelletti97-google-flights": {
"command": "npx",
"args": [
"-y",
"google-flights-mcp"
]
}
}
} 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
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 →
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 →
analyze_layovers ~89
Analyze layover quality for connecting flights. Reports connection time, risk level (tight/comfortable/long), and aircraft details.
| Name | Type | Req | Description |
|---|---|---|---|
| cabinClass | string | – | – |
| departureDate | string | yes | Departure date (YYYY-MM-DD) |
| destination | string | yes | Arrival airport IATA code |
| maxResults | integer | – | – |
| origin | string | yes | Departure 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.
| Name | Type | Req | Description |
|---|---|---|---|
| adults | integer | – | – |
| departureDate | string | yes | Departure date (YYYY-MM-DD) |
| destination | string | yes | Arrival airport IATA code |
| maxStops | integer | – | Max stops (0=nonstop) |
| origin | string | yes | Departure 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.
| Name | Type | Req | Description |
|---|---|---|---|
| airport | string | yes | IATA code of the airport to search around |
| radiusKm | number | – | Search 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.
| Name | Type | Req | Description |
|---|---|---|---|
| cabinClass | string | – | – |
| departureDate | string | yes | A date within the month to search (YYYY-MM-DD). Google returns ~60 days of prices around this date. |
| destination | string | yes | Arrival airport IATA code |
| origin | string | yes | Departure 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.
| Name | Type | Req | Description |
|---|---|---|---|
| adults | integer | – | – |
| cabinClass | string | – | – |
| departureDate | string | yes | Departure date (YYYY-MM-DD) |
| destination | string | yes | Arrival airport IATA code |
| origin | string | yes | Departure airport IATA code |
| returnDate | string | – | Return date (YYYY-MM-DD) for round-trip |
| stops | integer | – | Max 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.
| Name | Type | Req | Description |
|---|---|---|---|
| cabinClass | string | – | – |
| departureDate | string | yes | Travel date (YYYY-MM-DD) |
| destination | string | yes | Arrival airport IATA code |
| origin | string | yes | Departure 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.
| Name | Type | Req | Description |
|---|---|---|---|
| adults | integer | – | – |
| cabinClass | string | – | – |
| destination | string | yes | Arrival airport IATA code |
| endDate | string | yes | End of date range (YYYY-MM-DD) |
| origin | string | yes | Departure airport IATA code |
| startDate | string | yes | Start 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.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | City 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).
| Name | Type | Req | Description |
|---|---|---|---|
| adults | integer | – | Number of adult passengers |
| cabinClass | string | – | Cabin class |
| children | integer | – | Number of child passengers |
| departureDate | string | yes | Departure date in YYYY-MM-DD format |
| destination | string | yes | Arrival airport IATA code (e.g., NRT) |
| infants | integer | – | Number of infant passengers |
| maxResults | integer | – | Maximum number of results to return |
| maxStops | integer | – | Maximum number of stops (0=nonstop, 1, 2). Omit for any. |
| origin | string | yes | Departure airport IATA code (e.g., JFK) |
| returnDate | string | – | Return date in YYYY-MM-DD format (makes it round-trip) |
| sortBy | string | – | Sort 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.
| Name | Type | Req | Description |
|---|---|---|---|
| adults | integer | – | – |
| cabinClass | string | – | – |
| children | integer | – | – |
| infants | integer | – | – |
| maxResults | integer | – | – |
| maxStops | integer | – | – |
| segments | array | yes | Flight 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.
| Name | Type | Req | Description |
|---|---|---|---|
| cabinClass | string | – | – |
| departureDate | string | yes | Travel date (YYYY-MM-DD) |
| destination | string | yes | Arrival airport IATA code |
| origin | string | yes | Departure airport IATA code |
No output schema declared.
No examples provided.
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.