← Registry

Data Collection

infectrisk.com

An MCP server that tracks global infectious disease activity and outbreaks, providing country coverage, current respiratory illness levels, and WHO/ECDC outbreak notifications.

1 endpoint3 known toolsFirst detected September 19, 2026Last detected September 19, 2026

ENDPOINT 1

https://infectrisk.com/api/mcp

No auth detected

MCP server metadata

Name
infectrisk
Version
0.2.1
Capabilities
tools
Server instructions

InfectRisk reports current respiratory illness activity (influenza, COVID-19, RSV) for 24 countries from aggregated public surveillance data (RKI, ECDC, UKHSA, CDC, WHO FluNet). Answers are qualitative only: activity level, direction, reported week, data date and source. This server never returns incidence numbers, case counts, prevalence or regional breakdowns, and it is not medical advice, not a diagnosis and not a personal risk assessment. Upstream sources publish weekly; data is refetched every 6 hours. A third tool, list_outbreaks, covers a separate dataset: the tracked WHO and ECDC outbreak notifications (Ebola, cholera, mpox and the like) with their region, status, WHO link and a plain language brief. Case figures appear there only where the published pages already show them, and they are reproduced as reported, not verified by InfectRisk. When `stale` is true the source has not published recently; say so instead of reporting the level as current.

Known tools 3

list_countries

List the 24 countries InfectRisk covers, with their English and German names and the surveillance source behind each one.

Inferred read-only
get_infection_activity

Return the current respiratory illness activity (influenza, COVID-19, RSV) for one country as a qualitative level plus direction, reported week, data date, age of that data and source.

Inferred read-only
list_outbreaks

List the outbreak notifications InfectRisk tracks (WHO Disease Outbreak News, ECDC and news consensus): disease, affected region, lifecycle status, WHO link, a plain language brief and the page a reader can open.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.infectrisk]
url = "https://infectrisk.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "infectrisk": {
      "type": "http",
      "url": "https://infectrisk.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: infectrisk
Remote MCP URL: https://infectrisk.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "infectrisk": {
      "url": "https://infectrisk.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "infectrisk": {
      "type": "http",
      "url": "https://infectrisk.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "infectrisk",
  "transport": "streamable-http",
  "url": "https://infectrisk.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.