Skip to content
LangChain

trips for LangChain

us.thistripbtw/trips

Hand someone a complete trip as a private, editable map link. No account, no API key, no card.

client:LangChain transport:streamable-http runtime:npm tools:6

Install trips in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "trips": {
            "transport": "streamable_http",
            "url": "https://thistripbtw.us/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

trips in other clients