Skip to content
LangChain

Who Euro for LangChain

io.github.pipeworx-io/who-euro

WHO Regional Office for Europe — Data Warehouse API v5.

client:LangChain transport:streamable-http

Install Who Euro in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "who-euro": {
            "transport": "streamable_http",
            "url": "https://gateway.pipeworx.io/who-euro/mcp",
        }
})

tools = await client.get_tools()

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

Who Euro in other clients