PluginBench
MCP Server

Cdc MCP Server

io.github.pipeworx-io/cdc

What is the Cdc MCP server?

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

How to install Cdc

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cdc": {
      "url": "https://gateway.pipeworx.io/cdc/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cdc": {
      "serverUrl": "https://gateway.pipeworx.io/cdc/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cdc": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/cdc/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "cdc": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.pipeworx.io/cdc/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http cdc https://gateway.pipeworx.io/cdc/mcp

Related MCP servers

Abgeordnetenwatch MCP — German federal & state parliament data.

View repository →

Australian Bureau of Statistics (ABS) Data API MCP.

View repository →

AbuseIPDB MCP — wraps AbuseIPDB v2 API (api.abuseipdb.com/api/v2)

View repository →

ACLED MCP — Armed Conflict Location & Event Data Project

View repository →