Beaubi 行動美研 for LangChain
com.beaubitw/services
台灣到府美容服務(美甲、美睫、紋繡、採耳、肌膚管理、推拿;台北、新北、宜蘭、台中):查服務項目與起跳價、單一服務細節、會員制度、怎麼預約(預約在 Beaubi App 完成)。
client:LangChain
transport:streamable-http
tools:5
Install Beaubi 行動美研 in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"services": {
"transport": "streamable_http",
"url": "https://beaubitw.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs