Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Free Flight and Hotel Search (no API key)

com.flightpowers/freemium-google-flights-and-booking

Free flight and hotel search, no API key. Ad-supported; paid tiers remove ads and caps.

Uptime
100.0%
1 direct probes · 30d
Response
869ms
last probe
Tools
4
callable
Resources
5
readable
Prompts
0
available

Tools · 4

search_oneway_flights

Search real-time one-way flights from Google Flights. IMPORTANT: for any flexible search, make ONE call with a date range and/or several destinations. Do NOT call this repeatedly, once per date -- pa…

search_roundtrip_flights

Search real-time round-trip flights from Google Flights, priced as paired legs rather than two separate one-ways. IMPORTANT: for any flexible search, make ONE call. Pass departure_date_from / departu…

search_hotels

Search live hotel availability and nightly prices for a destination and date range. Input: a free-text destination the way a person would say it ("Rome", "Tokyo Shibuya"), plus check-in and check-out …

find_hotel_by_name

Get availability and pricing for one named property. Input: the hotel name a person would type (adding the city helps when a chain has many properties) plus check-in and check-out dates -- no internal…

Resources · 5

sponsored_card ui://lulu-ads/sponsored.html
result_widget_search_oneway_flights ui://lulu-ads/result-search_oneway_flights.html
result_widget_search_roundtrip_flights ui://lulu-ads/result-search_roundtrip_flights.html
result_widget_search_hotels ui://lulu-ads/result-search_hotels.html
result_widget_find_hotel_by_name ui://lulu-ads/result-find_hotel_by_name.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "free_flight_and_hotel_search_(no_api_key)": {
      "url": "https://lulu.flightpowers.com/mcp",
      "transport": "streamable-http"
    }
  }
}