# Google Flights Search (Real-Time Fares) (remote · flights.flightpowers.com)

Real-time Google Flights: one-way and round-trip fares over date ranges, with price verdicts.

- Trust score: 68/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-18

## Components

- remote · `flights.flightpowers.com`: 68/100 (this document), [markdown](https://verifymcp.io/servers/com-flightpowers-google-flights/flights.md), [page](https://verifymcp.io/servers/com-flightpowers-google-flights/flights)

## Channel facts

- Endpoint: `https://flights.flightpowers.com/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-18.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 69/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 773 tokens (~386/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http com-flightpowers-google-flights https://flights.flightpowers.com/mcp
```

### Codex

```toml
[mcp_servers.com-flightpowers-google-flights]
url = "https://flights.flightpowers.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-flightpowers-google-flights": {
      "type": "remote",
      "url": "https://flights.flightpowers.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-flightpowers-google-flights --url https://flights.flightpowers.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-flightpowers-google-flights:
    url: "https://flights.flightpowers.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-flightpowers-google-flights": {
      "type": "http",
      "url": "https://flights.flightpowers.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-18 (score 68)

First indexed and scored.

## MCP tools (2)

### `search_oneway_flights` (~323 tokens)

Search one-way flights

Search real-time one-way flights on Google Flights. Input: origin and destination IATA codes (destination may be a list) plus either one departure date or a date range. Returns each flight's price, airline, duration, stops, a bookable buy_link, and Google's historical price range (price_insights_low / price_insights_high) so you can say whether a fare is actually a good deal.

Use it for any one-way fare question, including open-ended ones. For a flexible search make ONE call with a date range and/or several destinations -- do NOT call it once per date. 'Cheapest flight to Sri Lanka anywhere in October' is one call, not thirty.

Requires the caller's own RapidAPI key. Each date/destination combination is one billed request; the count and the plan's remaining quota come back in `api_usage`.

Input parameters:

- `airline_codes`
- `arrival_time_max`
- `arrival_time_min`
- `currency` (string)
- `departure_date`
- `departure_date_from`
- `departure_date_to`
- `departure_time_max`
- `departure_time_min`
- `exclude_airline_codes`
- `from_airport` (string, required)
- `limit` (integer)
- `max_price`
- `max_searches`
- `max_stops`
- `passengers`
- `seat_type`
- `sort_by` (string)
- `to_airport` (required)
- `use_fallback` (boolean)

### `search_roundtrip_flights` (~321 tokens)

Search round-trip flights

Search real-time round-trip flights on Google Flights, priced as paired legs rather than two separate one-ways. Input: origin and destination IATA codes (destination may be a list), a departure date or range, and either a return date or a trip length in nights. Returns the total price for both legs, per-leg airline, stops and duration, and a single bookable buy_link for the trip.

Use it for any return-trip fare question. For a flexible search make ONE call: pass departure_date_from / departure_date_to for the outbound range and `nights` instead of return_date to compare trip lengths -- '5 to 7 nights in Rome sometime in May' is one call.

Requires the caller's own RapidAPI key. Each date/destination combination is one billed request; the count and the plan's remaining quota come back in `api_usage`.

Input parameters:

- `currency` (string)
- `departure_airline_codes`
- `departure_date`
- `departure_date_from`
- `departure_date_to`
- `from_airport` (string, required)
- `limit` (integer)
- `max_departure_stops`
- `max_price`
- `max_return_stops`
- `max_searches`
- `nights`
- `passengers`
- `return_airline_codes`
- `return_date`
- `seat_type`
- `sort_by` (string)
- `to_airport` (required)
- `use_fallback` (boolean)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-flightpowers-google-flights/flights#diagnostics

## Score history

- 2026-08-18: 68

## Links

- Remote endpoint: https://flights.flightpowers.com/mcp
- Authorisation metadata: https://flights.flightpowers.com/.well-known/oauth-protected-resource/mcp
- Repository: https://github.com/mtnrabi/travel-agent-skills
- Website: https://flights.flightpowers.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-flightpowers-google-flights/flights.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-flightpowers-google-flights/flights.json
- HTML version of this page: https://verifymcp.io/servers/com-flightpowers-google-flights/flights
