Hormonaly Clinical Intelligence for LangChain
io.github.hormonaly-ai/hormonaly
24 tools for evidence-graded clinical queries, hormones, peptides, longevity & drug interactions.
client:LangChain
transport:streamable-http
Install Hormonaly Clinical Intelligence in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"hormonaly": {
"transport": "streamable_http",
"url": "https://mcp.hormonaly.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs