MCP server exposing 4 tools for disease.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/disease/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
get_global_stats — Check worldwide COVID-19 totals. Returns cumulative cases, deaths, recovered, active cases, plus today's new cases and deaths.get_country_stats — Check COVID-19 stats for a specific country (e.g., "US", "India", "GB"). Returns cases, deaths, recovered, active cases, today's change, and population.get_historical — Get daily COVID-19 timeline for a country or globally. Returns historical progression of cases, deaths, and recoveries by date.get_vaccine_stats — Check COVID-19 vaccination progress for a country or globally. Returns cumulative doses administered daily over the past 30 days.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/disease/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io