Bota — car rental availability and bookings for LangChain
com.bota-chat/bota
Real availability, prices and bookings of car rental companies (rent-a-car), by conversation.
client:LangChain
transport:streamable-http
tools:8
Install Bota — car rental availability and bookings in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"bota": {
"transport": "streamable_http",
"url": "https://mcp.bota-chat.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs