Departi – Travel Compliance & Curated Booking for LangChain
eu.departi/travel-compliance
Travel-compliance intelligence and curated booking for digital nomads and long-stay travellers.
client:LangChain
transport:streamable-http
tools:7
Install Departi – Travel Compliance & Curated Booking in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"travel-compliance": {
"transport": "streamable_http",
"url": "https://mcp.departi.eu/v3",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs