air-routes.com for LangChain
io.github.idragulin/air-routes
Global scheduled passenger flight routes: which exist, direct or connecting, and days flown.
client:LangChain
transport:streamable-http
tools:4
Install air-routes.com in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"air-routes": {
"transport": "streamable_http",
"url": "https://air-routes.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs