com.pulsemcp/google-flights
NPM · GOOGLE-FLIGHTS-MCP-SERVER · SCANNED AUG 3
MCP server for searching Google Flights — flight search, date grid pricing, and airport lookup.
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 →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree. 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 (MIT).Pass
- Actively maintained (last published 37 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability76
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 968 tokens (~242/item across 4 items; 3 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · google-flights-mcp-server
claude mcp add com-pulsemcp-google-flights -- npx -y google-flights-mcp-server
codex mcp add com-pulsemcp-google-flights -- npx -y google-flights-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-pulsemcp-google-flights": {
"type": "local",
"command": [
"npx",
"-y",
"google-flights-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add com-pulsemcp-google-flights --command npx --arg -y --arg google-flights-mcp-server
mcp_servers:
com-pulsemcp-google-flights:
command: "npx"
args: ["-y", "google-flights-mcp-server"] {
"mcpServers": {
"com-pulsemcp-google-flights": {
"command": "npx",
"args": [
"-y",
"google-flights-mcp-server"
]
}
}
} 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.
- 2 Aug 26 +64
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → good ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Schema quality: unverified → 100 ▲ functional
- Licence: MIT functional
- 1 Aug 26 −19
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- 31 Jul 26 −27
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 51
First indexed and scored.
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 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 97 packages
97 packages in the resolved dependency tree · 97 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
find_airport_code ~94
Look up airport IATA codes by city name, airport name, or partial code. Use this to find the correct airport code before calling search_flights or get_date_grid. Returns matching airports with their IATA code, full name, city, and country.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | City name, airport name, or partial code (e.g., "San Francisco", "Heathrow", "LAX") |
No output schema declared.
No examples provided.
get_date_grid ~213
Get a date-price grid for a route showing the lowest flight price for each day. Returns an array of dates with their lowest prices, plus the overall cheapest date. Great for deal-hunting when the user has flexibility on travel dates — call this first to find the cheapest day, then use search_flights on that date. The grid typically covers ~60 days around the anchor date.
| Name | Type | Req | Description |
|---|---|---|---|
| adults | number | — | Number of adult passengers (default: 1) |
| currency | string | — | Currency code for prices (default: USD) |
| departure_date | string | — | Anchor date in YYYY-MM-DD. Grid shows prices around this date. Default: 7 days from now. |
| destination | string | yes | Destination airport IATA code (e.g., "LAX") |
| origin | string | yes | Origin airport IATA code (e.g., "SFO") |
| seat_class | string | — | Cabin class (default: economy) |
| trip_type | string | — | Trip type (default: one_way) |
No output schema declared.
No examples provided.
search_flights ~649
Search for flights on Google Flights with full filtering and pagination. Returns structured flight data including prices, airlines, times, durations, stops, individual flight segments with aircraft type and legroom, fare brand (e.g. "Economy", "Economy+", "Economy Flex"), and fare extensions (carry-on and checked bag inclusion). The fare_brand field indicates the fare tier: "Economy" (basic/lowest tier), "Economy+" (mid-tier with extras), or "Economy Flex" (higher tier with more flexibility). This is derived from Google's numeric fare tier data and may be null if unavailable. Use the extensions field (carry_on_included, checked_bags_included) for concrete amenity details. By default, basic economy fares (fare_brand "Economy") are excluded from results since they typically have significant restrictions (no carry-on, no seat selection, non-refundable). Set exclude_basic_economy to false to include all fare tiers. IMPORTANT — Handling large result sets: Popular routes often return 50-150+ flights. If total_results is high, recommend narrowing with filters (max_stops, sort_by, seat_class) rather than paginating through everything. For example, set max_stops to "nonstop" or sort_by to "price" to surface the most relevant options quickly. Pagination: The response includes has_more (boolean) and next_offset (number or null). To get the next page, call search_flights again with the same parameters but set offset to next_offset. Keep paginating while has_more is true. Each page returns up to max_results flights. Use find_airport_code first if you need to look up IATA airport codes. Use get_date_grid to find the cheapest dates before searching.
| Name | Type | Req | Description |
|---|---|---|---|
| adults | number | — | Number of adult passengers (default: 1) |
| children | number | — | Number of child passengers (default: 0) |
| currency | string | — | Currency code for prices (default: USD) |
| departure_date | string | yes | Departure date in YYYY-MM-DD format |
| destination | string | yes | Destination airport IATA code (e.g., "LAX") |
| exclude_basic_economy | boolean | — | Exclude basic economy fares (default: true). Set to false to include all fare tiers. |
| infants_in_seat | number | — | Number of infants with own seat (default: 0) |
| infants_on_lap | number | — | Number of infants on lap (default: 0) |
| max_results | number | — | Max results per page, 1-50 (default: 20) |
| max_stops | string | — | Max stops filter (default: any) |
| offset | number | — | Pagination offset (default: 0) |
| origin | string | yes | Origin airport IATA code (e.g., "SFO") |
| return_date | string | — | Return date in YYYY-MM-DD (required for round_trip) |
| seat_class | string | — | Cabin class (default: economy) |
| sort_by | string | — | Sort order (default: best) |
| trip_type | string | — | Trip type (default: one_way) |
No output schema declared.
No examples provided.