Back to Home
openpharma-org icon

cdc-mcp

by openpharma-org

Overview

Provides a unified interface to access a wide range of public health data from the CDC's Socrata Open Data API, covering disease prevalence, risk factors, and real-time surveillance.

Installation

Run Command
tsc && node build/index.js

Environment Variables

  • CDC_APP_TOKEN

Security Notes

The `search_dataset` method directly injects user-provided `where_clause` into a SoQL (Socrata Query Language) query without sanitization. This is a significant injection vulnerability, allowing for arbitrary manipulation of the query against the external CDC API, potentially leading to unintended data access, exfiltration, or denial of service on the Socrata platform. While it does not directly lead to RCE on the server, it is a critical flaw in data interaction.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2025-12-22

Tags

CDCPublic HealthData APISurveillanceTypeScript