HasData Google Flights for LangChain
com.hasdata/google-flights
Google Flights itineraries with fares, legs, carbon emissions and price history, as JSON.
client:LangChain
transport:streamable-http
runtime:npm
Install HasData Google Flights in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"google-flights": {
"transport": "streamable_http",
"url": "https://mcp.hasdata.com/mcp?apis=google_travel_flights",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs