Skip to content
LangChain

physician review for LangChain

health.anomaly/physician-review

Physicians for the agentic era. Book a US-licensed doctor: orders, prescribes, 90-day plan.

client:LangChain transport:streamable-http tools:4

Install physician review in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "physician-review": {
            "transport": "streamable_http",
            "url": "https://mcp.anomaly.health/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

physician review in other clients