mcpbeat Sign in

Flight Search (Real-Time Fares) MCP Server

answering

Flight Search (Real-Time Fares) is answering right now. Last checked 4 min ago. It exposes 2 tools. Last commit 27 Aug 2026.

Real-time flight search: one-way and round-trip fares across date ranges, with price verdicts.

Uptime history 16 days of history
16 days agonow
100.0%
Uptime 24h
91 of 91 checks
2
Tools
read from the server
309 ms
Response time
average over 24h
2
Stars
last commit 27 Aug 2026

Tools have disappeared from this server

A tool that vanishes takes a piece of your agent with it, and the change arrives silently. Watch this server and every such change lands in your inbox.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add google-flights-mcp --transport http https://google-flights-mcp.flightpowers.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-flights-mcp": {
      "url": "https://google-flights-mcp.flightpowers.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.google-flights-mcp]
url = "https://google-flights-mcp.flightpowers.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "google-flights-mcp": {
      "url": "https://google-flights-mcp.flightpowers.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "google-flights-mcp": {
      "url": "https://google-flights-mcp.flightpowers.com/mcp"
    }
  }
}

Available tools 2

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

oneway
search_oneway_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`.
roundtrip
search_roundtrip_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`.

Tools removed

These were exposed before and are gone now. No other catalogue tracks this.

find_hotel_by_name
removed 18 Aug 2026
search_hotels
removed 18 Aug 2026

Endpoints

URLTransportStateLatencyChecked
https://google-flights-mcp.flightpowers.com/mcp streamable-http answering 215 ms 4 min ago

Alternatives to Flight Search (Real-Time Fares)

same job, measured the same way
Google Flights Search (Real-Time Fares)
by flightpowers

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

2 tools answering
Google Flights
by johnisanerd

Google Flights search data: fares, routes, stops, and price insights via a hosted MCP server.

answering
Restplass travel search
by restplass

Realtime package holiday and charter flight prices from Norway. Inventory not on Google Flights.

2 tools answering
Afbudsrejser travel search
by afbudsrejser

Realtime package holiday and charter flight prices from Denmark. Inventory not on Google Flights.

2 tools answering
Akkilahdot travel search
by akkilahdot

Realtime package holiday and charter flight prices from Finland. Inventory not on Google Flights.

2 tools answering
Sistaminuten travel search
by sistaminuten

Realtime package holiday and charter flight prices from Sweden. Inventory not on Google Flights.

2 tools answering
Google Flights
by pulsemcp

MCP server for searching Google Flights — flight search, date grid pricing, and airport lookup.

169 installs/wk local only
Perplexity
by mcparmory

Search the web, generate AI responses, and create embeddings with real-time information

293 installs/wk local only

Flight Search (Real-Time Fares) — questions

Answers built from our own checks of this server.

What can Flight Search (Real-Time Fares) do?
It exposes 2 tools, read directly from the server on our last check. Among them: search_oneway_flights, search_roundtrip_flights. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Flight Search (Real-Time Fares) working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 309 ms. The bar chart above shows every period we have measured.
Did Flight Search (Real-Time Fares) ever remove tools?
Yes. find_hotel_by_name, search_hotels are no longer exposed — we recorded the date each one disappeared. A tool vanishing usually means a breaking change for anything that depended on it.
How do I connect Flight Search (Real-Time Fares)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Flight Search (Real-Time Fares) need an API key?
No. Flight Search (Real-Time Fares) completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 2 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Flight Search (Real-Time Fares)?
It answers our handshake in 309 ms on average, which is faster than 56% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Flight Search (Real-Time Fares) open source?
Yes — it is published under the MIT licence, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.