Timeplex K-Beauty Booking for LangChain
ai.timeplex/booking
Real-time booking for Korean beauty & wellness shops — search availability, get a booking link.
client:LangChain
transport:streamable-http
tools:5
Install Timeplex K-Beauty Booking in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"booking": {
"transport": "streamable_http",
"url": "https://chat.timeplex.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs