FerryFlight for LangChain
com.ferryflighthub/ferryflight
Ferry-flight price estimates + aircraft, airport, FAA-registry, route & live-flight data.
client:LangChain
transport:streamable-http
Install FerryFlight in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"ferryflight": {
"transport": "streamable_http",
"url": "https://www.ferryflighthub.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs