com.pulsemcp/google-flights
NPM · GOOGLE-FLIGHTS-MCP-SERVER · SCANNED SEP 20
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 → 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
- 31 of 98 dependencies flagged as unhealthy. 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 85 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability74
- 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 Management100
- No destabilizing schema changes in the last 30 days.Pass
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
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 4 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 com.pulsemcp/google-flights MCP server?
com.pulsemcp/google-flights runs locally as an npm package, launched with npx -y google-flights-mcp-server. 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-server
claude mcp add com-pulsemcp-google-flights -- npx -y google-flights-mcp-server
{
"mcpServers": {
"com-pulsemcp-google-flights": {
"command": "npx",
"args": [
"-y",
"google-flights-mcp-server"
]
}
}
} {
"servers": {
"com-pulsemcp-google-flights": {
"command": "npx",
"args": [
"-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": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"google-flights-mcp-server"
]
}
}
} assistant mcp add com-pulsemcp-google-flights -t stdio -c npx -a -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.
- 20 Sept 26 +1
- Stability: 0.97 → pass security
- 18 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 16 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 15 Sept 26 −3
- Stability: pass → 0.83 functional
- 14 Sept 26 +1
- Stability: 0.97 → pass security
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 10 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 8 Sept 26 −3
- Stability: pass → 0.80 functional
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 20 Sept 2026 · Analysed npm/google-flights-mcp-server@0.2.6
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 98 packages
| Packages resolved | 98 |
|---|---|
| Stale | 31 |
| 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 →
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.
What is the com.pulsemcp/google-flights MCP server?
com.pulsemcp/google-flights is an MCP server listed in the public MCP registry as com.pulsemcp/google-flights. MCP server for searching Google Flights, flight search, date grid pricing, and airport lookup. This page covers its npm package (google-flights-mcp-server).
Is the com.pulsemcp/google-flights MCP server safe to use?
com.pulsemcp/google-flights scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 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 com.pulsemcp/google-flights MCP server expose?
com.pulsemcp/google-flights exposes 3 tools: search_flights, get_date_grid, find_airport_code. Their descriptions and schemas cost roughly 956 tokens of context every time the server is loaded.
Is the com.pulsemcp/google-flights MCP server still maintained?
com.pulsemcp/google-flights is still listed as active in the MCP registry. We last reached this channel on 20 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 com.pulsemcp/google-flights MCP server under?
com.pulsemcp/google-flights declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.