4,500+ servers built on MCP Fusion
Vinkius
Harvard WHO Health logo
Vinkius
LangChain logo

How to Use the Harvard WHO Health MCP in LangChain

Build multi-step global health pipelines with LangChain and real WHO data.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Harvard WHO Health MCP on Cursor AI Code Editor MCP Client Harvard WHO Health MCP on Claude Desktop App MCP Integration Harvard WHO Health MCP on OpenAI Agents SDK MCP Compatible Harvard WHO Health MCP on Visual Studio Code MCP Extension Client Harvard WHO Health MCP on GitHub Copilot AI Agent MCP Integration Harvard WHO Health MCP on Google Gemini AI MCP Integration Harvard WHO Health MCP on Lovable AI Development MCP Client Harvard WHO Health MCP on Mistral AI Agents MCP Compatible Harvard WHO Health MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
LangChain

Connect Harvard WHO Health MCP to LangChain

Create your Vinkius account to connect Harvard WHO Health to LangChain and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Chain WHO Health Data with LangChain

The `search_indicators` tool feeds directly into your LangChain ReAct agents to locate specific global health metrics. You pass a disease keyword, the agent grabs the indicator code, and immediately triggers `get_indicator_data` to pull the time-series values. This setup turns raw WHO statistics into automated research workflows. You can pipe the results of `get_health_expenditure` straight into a custom prompt template, forcing the agent to calculate cost-per-capita trends without you writing the glue code. LangSmith tracks every token and MCP Server call along the way.

Cross-Reference Disease Burden

The `compare_countries` tool lets your agent pull a decade of metrics for specific nations in a single execution. Your pipeline can grab ISO codes using `get_countries`, then iterate through regions to compare baseline health factors. You build the logic, and the MCP Server handles the data layer. If you want to correlate `get_water_sanitation` rates with `get_malaria` incidence in Sub-Saharan Africa, your agent executes both tools sequentially. The output of the first query dictates the parameters of the second.

Automate Epidemiological Research

The `get_mortality` tool accepts common indicator codes like NCDMORT3070 to pull non-communicable disease death rates. You can wire this up with `get_ncd` to create a continuous monitoring chain for specific health outcomes. Your agent decides the execution order based on the initial prompt. It might check `get_life_expectancy` first, notice an anomaly in a specific year, and automatically query `get_health_workforce` to see if a drop in physician density explains the shift.

Setup guide

Set up Harvard WHO Health MCP in LangChain

Prerequisites

  • Python 3.10+ installed
  • langchain-mcp-adapters + langgraph packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run pip install langchain-mcp-adapters langgraph langchain-openai. The MCP adapters package converts MCP tools into native LangChain BaseTool objects.

  2. 2

    Connect via HTTP transport

    Use MultiServerMCPClient with "transport": "http" pointing to your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Create a ReAct agent

    Pass the discovered tools to create_react_agent() from LangGraph. The agent automatically routes Harvard WHO Health tool calls through the MCP protocol.

  4. 4

    Run with any LLM

    Swap ChatOpenAI for ChatAnthropic, ChatGoogleGenerativeAI, or any LangChain-compatible model. The MCP tools work identically across all providers.

agent.py
from langchain_mcp_adapters.client import MultiServerMCPClient
from langgraph.prebuilt import create_react_agent
from langchain_openai import ChatOpenAI

async with MultiServerMCPClient({
    "harvard-who-health-mcp": {
        "transport": "http",
        "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
    }
}) as client:
    tools = client.get_tools()

    agent = create_react_agent(
        ChatOpenAI(model="gpt-4o"),
        tools,
    )
    result = await agent.ainvoke({
        "messages": "List recent Harvard WHO Health transactions"
    })
    print(result["messages"][-1].content)

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by WHO GHO. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Harvard WHO Health MCP in LangChain

Install `langchain-mcp-adapters`. Then use `MultiServerMCPClient` with the server URL. Call `client.get_tools()` and pass them directly into your agent setup.
Yes. Give the agent access to `search_indicators`. It will query the database for the right WHO codes before attempting to pull time-series data.
It does. Every call to tools like `get_immunization` or `get_tuberculosis` registers as a discrete step in your LangSmith dashboard. You see exactly what the agent requested and what the MCP server returned.
The server is stateless by default. Use `client.session()` in your script to maintain persistent context while looping through multiple ISO codes.
The server processes read-only requests for macro-level `get_hiv_aids` prevalence percentages. No patient-level data exists in the WHO database. Your queries route through an ephemeral V8 Isolate Sandbox, meaning the parameters you search vanish the moment the connection closes.

Start using the Harvard WHO Health MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 16 tools

We've already built the connector for Harvard WHO Health. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 16 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.