Skip to content
LangChain

mechoulam.de Cannabis Evidence Register for LangChain

de.mechoulam/cannabis-evidence

GRADE-rated clinical evidence on cannabis as medicine (DE/EN). Search and cite studies.

client:LangChain transport:streamable-http tools:5

Install mechoulam.de Cannabis Evidence Register in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "cannabis-evidence": {
            "transport": "streamable_http",
            "url": "https://mechoulam.de/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

mechoulam.de Cannabis Evidence Register in other clients