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

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.

+18 this week 69 Trust /100
Trust breakdown (6 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 →

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
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
Install

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

# add to Claude Code
claude mcp add com-pulsemcp-google-flights -- npx -y google-flights-mcp-server
# add to Codex CLI
codex mcp add com-pulsemcp-google-flights -- npx -y google-flights-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-pulsemcp-google-flights": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "google-flights-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-pulsemcp-google-flights --command npx --arg -y --arg google-flights-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  com-pulsemcp-google-flights:
    command: "npx"
    args: ["-y", "google-flights-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "com-pulsemcp-google-flights": {
      "command": "npx",
      "args": [
        "-y",
        "google-flights-mcp-server"
      ]
    }
  }
}
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.

  • 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.

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 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.

MCP tools — 3 exposed · ~956 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.

Tool Tokens
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.

NameTypeReqDescription
querystringyesCity 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.

NameTypeReqDescription
adultsnumberNumber of adult passengers (default: 1)
currencystringCurrency code for prices (default: USD)
departure_datestringAnchor date in YYYY-MM-DD. Grid shows prices around this date. Default: 7 days from now.
destinationstringyesDestination airport IATA code (e.g., "LAX")
originstringyesOrigin airport IATA code (e.g., "SFO")
seat_classstringCabin class (default: economy)
trip_typestringTrip 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.

NameTypeReqDescription
adultsnumberNumber of adult passengers (default: 1)
childrennumberNumber of child passengers (default: 0)
currencystringCurrency code for prices (default: USD)
departure_datestringyesDeparture date in YYYY-MM-DD format
destinationstringyesDestination airport IATA code (e.g., "LAX")
exclude_basic_economybooleanExclude basic economy fares (default: true). Set to false to include all fare tiers.
infants_in_seatnumberNumber of infants with own seat (default: 0)
infants_on_lapnumberNumber of infants on lap (default: 0)
max_resultsnumberMax results per page, 1-50 (default: 20)
max_stopsstringMax stops filter (default: any)
offsetnumberPagination offset (default: 0)
originstringyesOrigin airport IATA code (e.g., "SFO")
return_datestringReturn date in YYYY-MM-DD (required for round_trip)
seat_classstringCabin class (default: economy)
sort_bystringSort order (default: best)
trip_typestringTrip type (default: one_way)

No output schema declared.

No examples provided.