Skip to main content

gov-public-health

CDC open data and WHO global health indicators. 3 tools for public health intelligence.

跳到安装

来源信息

仓库
ShoumikSaha/agent-skill-security
最近来源活动
2026年5月12日 23:24
检测到的 SKILL.md 语言
英语
星标
17
分支
2

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
gov-public-health
description
CDC open data and WHO global health indicators. 3 tools for public health intelligence.
homepage
https://github.com/martc03/gov-mcp-servers
metadata
{"clawdbot":{"emoji":"🏥","requires":{"bins":"[Truncated]"}}}
# Public Health Intel Access CDC open data and WHO Global Health Observatory indicators. ## Setup ```bash 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`): ```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.
在 GitHub 查看