Back to Home
openpharma-org icon

who-mcp

Verified Safe

by openpharma-org

Overview

Provides AI assistants and applications access to the World Health Organization's Global Health Observatory (GHO) data via its OData API for searching, retrieving, and analyzing health indicators and statistics.

Installation

Run Command
node build/index.js

Security Notes

The server leverages the Model Context Protocol (MCP) SDK which enforces strict input schema validation, significantly reducing common injection vulnerabilities. API calls to the WHO OData endpoint are constructed carefully, although direct string interpolation for OData filter parameters exists. However, OData's parsing mechanism typically treats these as data values, reducing the risk of code injection compared to SQL. No 'eval' or direct command execution found. The XML parsing utility is included but not used by the core logic, thereby avoiding potential XML-related vulnerabilities. No hardcoded sensitive credentials detected.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens20000
Stars0
Forks0
Last Update2025-12-16

Tags

WHOGlobal HealthHealth DataOData APIMCP Server