Integrations · Smithery
The servers on Smithery
If your MCP client installs from the Smithery registry, all three FlightPowers servers are listed there. Short page on purpose: the names, the key mechanics, and where the canonical servers live.
The listings
Three servers, exact qualified names
mrabi/google-flightspaid · BYO keyLive Google Flights search: one-way, round-trip, and Google's price band with the low | typical | high verdict. View on Smithery
mrabi/bookingpaid · BYO keyLive Booking.com rates: destination search, hotel-by-name, and per-market pricing via price_as_seen_from. View on Smithery
mrabi/freemium-google-flights-and-booking-mcpfree · ad-supportedA separate server: free to use, flights and hotels together, ad-supported. Sign in with Google, no RapidAPI key, and every result carries a sponsored card. Kept deliberately apart from the paid, ad-free servers above. View on Smithery
Key mechanics
One sign-in, through the gateway or not
Smithery’s gateway proxies the connection to the same servers: you connect, sign in with Google, and paste your RapidAPI key once. Usage meters on your own subscription either way.
Prefer to skip the gateway? Add the canonical hosts to your client yourself. One URL per server, then the same Google sign-in; a script with no browser sends the key on that same URL instead:
https://flights.flightpowers.com/mcp
https://hotels.flightpowers.com/mcp
no sign-in button? headers: { "x-rapidapi-key": "YOUR_RAPIDAPI_KEY" }Full direct-connection setup, tool inventory, and example prompts are on the MCP page.
Recipes
Seven things to build with Smithery
Each one is a full page: the connect block, the job in plain words, the exact call it makes, and the response fields your logic reads.
One-way flight search
Flights API · /v1/flights/oneway
Round-trip search
Flights API · /v1/flights/roundtrip
Price-insights check
Flights API · /v1/flights/oneway
Cheapest-date scan
Flights API · /v1/flights/oneway
Hotel search
Hotels API · /v1/hotels/search
Rate-parity check
Hotels API · /v1/hotels/by-name
Fare-alert cron
Flights API · /v1/flights/oneway
Questions, answered plainly
- How does my key reach the server through Smithery?
- Smithery’s gateway proxies the MCP connection to the same servers this site documents, so you connect on Smithery, sign in with Google, and paste your RapidAPI key once on the page that opens. Usage still meters against your own RapidAPI subscription.
- Should I connect via Smithery or directly?
- Both work. Direct (flights.flightpowers.com/mcp and hotels.flightpowers.com/mcp) is one hop shorter and what the rest of this site documents. Smithery is convenient if your client already installs servers from its registry.
- What is the freemium listing?
- A separate, free, ad-supported server that covers both flights and hotels. You sign in with Google and use it with no RapidAPI key; answers carry a sponsored card. The paid servers are ad-free and bring-your-own-key. They are different products; the paid ones are what this site documents.
- Are the qualified names above the real ones?
- Yes: mrabi/google-flights, mrabi/booking, and mrabi/freemium-google-flights-and-booking-mcp, verified against the live Smithery pages on 2026-08-26. Older documents elsewhere carry stale slugs; these are canonical.
Keep exploring
Related pages
Get live flight and hotel data
Live Google Flights and Booking.com data as clean JSON. Free tier on RapidAPI, no card to try.
Free tier: 10 requests/month. No card to try.