Free Flight and Hotel Search (no API key)
com.flightpowers/freemium-google-flights-and-bookingFree flight and hotel search, no API key. Ad-supported; paid tiers remove ads and caps.
Tools · 4
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 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 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 …
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
ui://lulu-ads/sponsored.html
ui://lulu-ads/result-search_oneway_flights.html
ui://lulu-ads/result-search_roundtrip_flights.html
ui://lulu-ads/result-search_hotels.html
ui://lulu-ads/result-find_hotel_by_name.html
Similar MCP servers embedding-nearest
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"
}
}
}