mcpbeat Sign in

Cdc Data MCP Server

local only

Cdc Data MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

CDC public data APIs: open datasets via Socrata endpoints.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · cdc-data-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cdc-data-mcp -- npx -y cdc-data-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cdc-data-mcp": {
      "args": [
        "-y",
        "cdc-data-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cdc-data-mcp]
command = "npx"
args = ["-y", "cdc-data-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cdc-data-mcp": {
      "args": [
        "-y",
        "cdc-data-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cdc-data-mcp": {
      "args": [
        "-y",
        "cdc-data-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Cdc Data MCP

same job, measured the same way
Cdc
by pipeworx-io

CDC MCP — wraps CDC open data via Socrata API (data.cdc.gov)

33 tools answering
Reddit
by pipeworx-io

Reddit MCP — public Reddit data via JSON endpoints (no auth required)

34 tools answering
Connecticut Open Data
by pipeworx-io

Connecticut open data via Socrata SoQL — agencies, public health, education, transport.

34 tools answering
Data Seattle
by pipeworx-io

DataSeattle MCP — Seattle open data (data.seattle.gov, Socrata SODA API).

39 tools answering
Data Edmonton
by pipeworx-io

DataEdmonton MCP — Edmonton open data (data.edmonton.ca, Socrata SODA API).

34 tools answering
Data Calgary
by pipeworx-io

DataCalgary MCP — Calgary open data (data.calgary.ca, Socrata SODA API).

34 tools answering
Sbb Opendata MCP
by malkreide

SBB Open Data via OpenDataSoft

65 installs/wk local only
App Store data for agents
by fetcher-appstore

9 App Store endpoints. Pay per call in USDC via x402.

11 tools answering

Cdc Data MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cdc Data MCP?
Cdc Data MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package cdc-data-mcp.
Is Cdc Data MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Cdc Data MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cdc-data-mcp straight from npm; nothing to host, nothing to sign up for.