/install gov-public-health
Public Health Intel
Access CDC open data and WHO Global Health Observatory indicators.
Setup
mcporter add gov-health --url https://public-health-mcp.apify.actor/mcp --transport streamable-http
Or add to your OpenClaw MCP config (~/.openclaw/mcp.json):
{
"servers": {
"gov-health": {
"url": "https://public-health-mcp.apify.actor/mcp",
"transport": "streamable-http"
}
}
}
Available Tools
health_get_cdc_data
Query CDC Open Data using the Socrata SODA API. Access datasets on disease surveillance, vaccinations, mortality, and more.
Get CDC COVID-19 surveillance data
Query CDC dataset for vaccination rates
Parameters: datasetId (default "g4ie-h725"), query (SoQL where clause), limit, offset, orderBy
health_get_who_indicator
Query WHO Global Health Observatory indicators by country and year.
Get life expectancy data for Japan
Show WHO malaria incidence for Nigeria
Parameters: indicatorCode (default "WHOSIS_000001"), country (3-letter ISO code), year, limit
health_list_who_indicators
List available WHO GHO indicators. Search by keyword to find the right indicator code.
Search WHO indicators for tuberculosis
List available WHO health indicators
Parameters: search, limit
Data Sources
- CDC — Centers for Disease Control and Prevention (open data via Socrata)
- WHO GHO — World Health Organization Global Health Observatory
Use Cases
- Disease surveillance monitoring
- Global health research
- Public health policy analysis
- Epidemiological data access
All data from free government APIs. Zero cost. No API keys required.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gov-public-health - 安装完成后,直接呼叫该 Skill 的名称或使用
/gov-public-health触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gov Public Health 是什么?
CDC open data and WHO global health indicators. 3 tools for public health intelligence. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 491 次。
如何安装 Gov Public Health?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gov-public-health」即可一键安装,无需额外配置。
Gov Public Health 是免费的吗?
是的,Gov Public Health 完全免费(开源免费),可自由下载、安装和使用。
Gov Public Health 支持哪些平台?
Gov Public Health 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gov Public Health?
由 Martin(@martc03)开发并维护,当前版本 v1.0.0。