Back to search
100
MCP live v0.1.6 streamable-http

io.github.cyanheads/who-gho-mcp-server

io.github.cyanheads/who-gho-mcp-server

WHO Global Health Observatory — 3,059 indicators across 194 member states.

Uptime
11.1%
9 probes
Response
536ms
last probe
Tools
6
callable

Tools · 6

who_list_dimensions

List all dimension type codes and human-readable titles available in the WHO Global Health Observatory API. Use this to discover valid dimension codes before calling who_list_dimension_values. Common …

who_list_dimension_values

List valid codes and labels for a WHO GHO dimension type such as COUNTRY, REGION, SEX, WORLDBANKINCOMEGROUP, or AGEGROUP. Use this to discover valid filter values before calling who_query_indicator_da…

who_search_indicators

Search the WHO Global Health Observatory indicator catalog by keyword in the indicator name. Returns indicator codes and names for use with who_query_indicator_data. The search uses a substring match …

who_list_indicators

Browse the WHO Global Health Observatory indicator catalog with pagination. Use when you want to explore indicators without a keyword, or to page through the full catalog. Use who_search_indicators wh…

who_get_indicator_metadata

Fetch metadata for one or more WHO GHO indicator codes: the full indicator name and the dimensions it supports (e.g. COUNTRY, REGION, SEX, YEAR, WORLDBANKINCOMEGROUP, AGEGROUP). Call this before query…

who_query_indicator_data

Query data rows for a single WHO GHO indicator with optional spatial, temporal, and dimension filters. Returns rows with numeric values, uncertainty intervals (Low/High), and spatial/time metadata. Th…

Similar MCP servers embedding-nearest

@cyanheads/who-gho-mcp-server
Query WHO Global Health Observatory data — 3,059 indicators across 194 member states with country, region, year, and sex filters via MCP. ST
0 tools
WHO Global Health Observatory
WHO Global Health Observatory — 3,059 indicators across 194 member states.
0 tools
io.github.cyanheads/worldbank-mcp-server live
Query 29,500+ World Bank development indicators for 200+ countries across 60+ years.
7 tools · streamable-http
World Bank Indicators
Access World Bank development indicators for 200+ countries.
0 tools · streamable-http
@cyanheads/worldbank-mcp-server
Query 29,500+ World Bank development indicators for 200+ countries across 60+ years via MCP. STDIO or Streamable HTTP.
0 tools
UNICEF Stats MCP
UNICEF child development statistics: 790+ indicators, 200+ countries, SDMX-sourced. No API key.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/who-gho-mcp-server": {
      "url": "https://who-gho.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}