Skip to content
Back to search
60
MCP http

Search Google Flights MCP

rbxwilliams/tmcp

Search Google Flights-style itineraries with simple MCP tools for route lookup, date-range discovery, and flexible travel planning. This server provides: - `search_flights` for point-to-point flight search - `search_dates` for finding cheaper travel windows - helper prompts for direct flights and budget-date discovery - a configuration resource for defaults and environment settings Built for agents that need a clean flight-search MCP surface with structured responses.

Uptime
0.0%
2 direct probes · 30d
Response
256ms
last probe
Tools
0
callable
Resources
0
readable
Prompts
0
available

How to use

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

{
  "mcpServers": {
    "search_google_flights_mcp": {
      "url": "https://www.google.com/travel/flights",
      "transport": "http"
    }
  }
}