therapy booking for LangChain
com.ellomind/therapy-booking
Check live availability and book therapy sessions with a Malayalam-speaking psychologist.
client:LangChain
transport:streamable-http
tools:4
Install therapy booking in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"therapy-booking": {
"transport": "streamable_http",
"url": "https://mcp.ellomind.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs