← Registry

General Tools

flightpowers.com

Provides real-time hotel and flight search capabilities for travel planning.

3 endpoints8 known toolsFirst detected August 19, 2026Last detected August 19, 2026

ENDPOINT 1

https://hotels.flightpowers.com/mcp

No auth detected

MCP server metadata

Name
booking-hotels-mcp
Version
1.0.0
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Real-time Google Flights search, ad-free. Requires the caller's own RapidAPI key for the Google Flights Live API, supplied as an `x-rapidapi-key` header or a `?rapidapi_key=` query parameter on the server URL; get one at https://rapidapi.com/mtnrabi/api/booking-live-api Both tools accept a date RANGE and a LIST of destinations and expand them internally -- always express a flexible search as ONE call with a range, never as many single-date calls. Every combination is one request billed to the caller's plan, and the count is returned in `api_usage`.

Known tools 2

search_hotels

Search live hotel availability and nightly prices for a destination and date range.

Inferred read-only
find_hotel_by_name

Get availability and pricing for one named property.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.booking-hotels-mcp]
url = "https://hotels.flightpowers.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "booking-hotels-mcp": {
      "type": "http",
      "url": "https://hotels.flightpowers.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: booking-hotels-mcp
Remote MCP URL: https://hotels.flightpowers.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "booking-hotels-mcp": {
      "url": "https://hotels.flightpowers.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "booking-hotels-mcp": {
      "type": "http",
      "url": "https://hotels.flightpowers.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "booking-hotels-mcp",
  "transport": "streamable-http",
  "url": "https://hotels.flightpowers.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://lulu.flightpowers.com/mcp

No auth detected

MCP server metadata

Name
flight-powers-free
Version
0.1.0
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Free real-time Google Flights search. Both tools accept a date RANGE and a LIST of destinations and expand them internally -- always express a flexible search as ONE call with a range, never as many single-date calls.

Known tools 4

search_oneway_flights

Search real-time one-way flights from Google Flights.

Inferred read-only
search_roundtrip_flights

Search real-time round-trip flights from Google Flights, priced as paired legs rather than two separate one-ways.

Inferred read-only
search_hotels

Search live hotel availability and nightly prices for a destination and date range.

Inferred read-only
find_hotel_by_name

Get availability and pricing for one named property.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.flight-powers-free]
url = "https://lulu.flightpowers.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "flight-powers-free": {
      "type": "http",
      "url": "https://lulu.flightpowers.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: flight-powers-free
Remote MCP URL: https://lulu.flightpowers.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "flight-powers-free": {
      "url": "https://lulu.flightpowers.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flight-powers-free": {
      "type": "http",
      "url": "https://lulu.flightpowers.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "flight-powers-free",
  "transport": "streamable-http",
  "url": "https://lulu.flightpowers.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://flights.flightpowers.com/mcp

No auth detected

MCP server metadata

Name
google-flights-mcp
Version
1.0.0
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Real-time Google Flights search, ad-free. Requires the caller's own RapidAPI key for the Google Flights Live API, supplied as an `x-rapidapi-key` header or a `?rapidapi_key=` query parameter on the server URL; get one at https://rapidapi.com/mtnrabi/api/google-flights-live-api Both tools accept a date RANGE and a LIST of destinations and expand them internally -- always express a flexible search as ONE call with a range, never as many single-date calls. Every combination is one request billed to the caller's plan, and the count is returned in `api_usage`.

Known tools 2

search_oneway_flights

Search real-time one-way flights on Google Flights.

Inferred read-only
search_roundtrip_flights

Search real-time round-trip flights on Google Flights, priced as paired legs rather than two separate one-ways.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.google-flights-mcp]
url = "https://flights.flightpowers.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: google-flights-mcp
Remote MCP URL: https://flights.flightpowers.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "google-flights-mcp": {
      "url": "https://flights.flightpowers.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "google-flights-mcp": {
      "type": "http",
      "url": "https://flights.flightpowers.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "google-flights-mcp",
  "transport": "streamable-http",
  "url": "https://flights.flightpowers.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for flightpowers.com was fetched 2026-08-24T05:00:48.808Z.

Trust status Trusted

flightpowers.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.