Google Flights Search (Real-Time Fares) for LangChain
com.flightpowers/google-flights
Real-time Google Flights: one-way and round-trip fares over date ranges, with price verdicts.
client:LangChain
transport:streamable-http
tools:2
Install Google Flights Search (Real-Time Fares) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"google-flights": {
"transport": "streamable_http",
"url": "https://flights.flightpowers.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs