travel insurance for LangChain
io.github.hellosafe/travel-insurance
Compare travel insurance quotes from 15+ insurers — Schengen, WHV, students, long stays, seniors.
client:LangChain
transport:streamable-http
tools:2
Install travel insurance in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"travel-insurance": {
"transport": "streamable_http",
"url": "https://hellosafe.com/api/mcp-travel",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs