{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.cyanheads/cdc-health-mcp-server",
    "description": "MCP server for discovering and querying CDC public health datasets via the Socrata SODA API.",
    "repository": {
        "url": "https://github.com/cyanheads/cdc-health-mcp-server",
        "source": "github"
    },
    "version": "0.3.0",
    "packages": [
        {
            "registryType": "npm",
            "registryBaseUrl": "https://registry.npmjs.org",
            "identifier": "@cyanheads/cdc-health-mcp-server",
            "runtimeHint": "node",
            "version": "0.8.0",
            "packageArguments": [
                {
                    "type": "positional",
                    "value": "run"
                },
                {
                    "type": "positional",
                    "value": "start:stdio"
                }
            ],
            "environmentVariables": [
                {
                    "name": "CDC_APP_TOKEN",
                    "description": "Socrata app token for higher rate limits.",
                    "format": "string",
                    "isRequired": false
                },
                {
                    "name": "MCP_LOG_LEVEL",
                    "description": "Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').",
                    "format": "string",
                    "isRequired": false,
                    "default": "info"
                }
            ],
            "transport": {
                "type": "stdio"
            }
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-04-03T20:23:16+00:00",
            "updatedAt": "2026-04-03T20:23:16+00:00"
        }
    }
}