Skip to main content
Glama

mcp-disease

Disease MCP — 封装 disease.sh API(COVID-19 统计数据,无需认证)

Pipeworx 的一部分——一个将 AI 智能体连接到 1394+ 个实时数据源的 MCP 网关。

工具

工具

描述

get_global_stats

查看全球 COVID-19 总量统计。返回累计病例数、死亡数、治愈数、现存病例数,以及今日新增病例和死亡数。

get_country_stats

查询特定国家的 COVID-19 统计(例如 “US”、“India”、“GB”)。返回病例数、死亡数、治愈数、现存病例数、今日变化和人口。

get_historical

获取某个国家或全球的每日 COVID-19 时间线。返回按日期记录的病例、死亡和治愈的历史进展。

get_vaccine_stats

查询某个国家或全球的 COVID-19 疫苗接种进度。返回过去 30 天内每日累计接种的剂次。

Related MCP server: opendota-mcp-server

快速开始

将以下配置添加到你的 MCP 客户端(Claude Desktop、Cursor、Windsurf 等):

{
  "mcpServers": {
    "disease": {
      "url": "https://gateway.pipeworx.io/disease/mcp"
    }
  }
}

或者连接完整的 Pipeworx 网关,以访问全部 1394+ 个数据源:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

配合 ask_pipeworx 使用

无需直接调用工具,你可以用通俗的英语提问:

ask_pipeworx({ question: "your question about Disease data" })

网关会自动选择合适的工具,并自动填充参数。

更多

许可证

MIT

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables natural language queries of U.S. Census Bureau data, translating plain English questions into proper API calls and returning demographic, economic, and housing statistics with proper statistical interpretation and context.
    3
    20
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables querying UK Office for National Statistics datasets and their editions through natural language, with no authentication required.
    9
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-disease'

If you have feedback or need assistance with the MCP directory API, please join our Discord server