Samuelz Chauffeur Booking for LangChain
io.github.samuelzcom/chauffeur-booking
Public chauffeur prices, policy and consent-led offers for travel bookers and AI assistants.
client:LangChain
transport:streamable-http
tools:5
Install Samuelz Chauffeur Booking in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"chauffeur-booking": {
"transport": "streamable_http",
"url": "https://platform-api.samuelz.com/api/v1/mcp/chauffeur/samuelz-chauffeur",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs