{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.cyanheads/cdc-health-mcp-server",
    "description": "Search and query CDC public health data \u2014 mortality, vaccinations, surveillance, behavioral risk.",
    "repository": {
        "url": "https://github.com/cyanheads/cdc-health-mcp-server",
        "source": "github"
    },
    "version": "0.7.1",
    "packages": [
        {
            "registryType": "npm",
            "registryBaseUrl": "https://registry.npmjs.org",
            "identifier": "@cyanheads/cdc-health-mcp-server",
            "version": "0.7.1",
            "runtimeHint": "node",
            "transport": {
                "type": "stdio"
            },
            "packageArguments": [
                {
                    "value": "run",
                    "type": "positional"
                },
                {
                    "value": "start:stdio",
                    "type": "positional"
                }
            ],
            "environmentVariables": [
                {
                    "description": "Socrata app token for higher rate limits.",
                    "format": "string",
                    "name": "CDC_APP_TOKEN"
                },
                {
                    "description": "Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').",
                    "format": "string",
                    "default": "info",
                    "name": "MCP_LOG_LEVEL"
                }
            ]
        }
    ],
    "remotes": [
        {
            "type": "streamable-http",
            "url": "https://cdc.caseyjhand.com/mcp"
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-11T01:34:26.270041Z",
            "publishedAt": "2026-07-11T01:34:26.270041Z",
            "updatedAt": "2026-07-11T01:34:26.270041Z",
            "isLatest": false
        },
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-07-11T01:34:26+00:00",
            "updatedAt": "2026-07-11T01:34:26+00:00"
        }
    }
}