{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
    "name": "io.github.antvis/mcp-server-chart",
    "description": "A Model Context Protocol server for generating charts using AntV.",
    "repository": {
        "url": "https://github.com/antvis/mcp-server-chart",
        "source": "github"
    },
    "version": "1.0.0",
    "packages": [
        {
            "registryType": "npm",
            "registryBaseUrl": "https://registry.npmjs.org",
            "identifier": "@antv/mcp-server-chart",
            "version": "0.9.0-beta.1",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Custom chart generation service URL for private deployment",
                    "format": "string",
                    "default": "https://antv-studio.alipay.com/api/gpt-vis",
                    "name": "VIS_REQUEST_SERVER"
                },
                {
                    "description": "Service identifier for chart generation records",
                    "format": "string",
                    "isSecret": true,
                    "name": "SERVICE_ID"
                },
                {
                    "description": "Comma-separated list of tool names to disable",
                    "format": "string",
                    "name": "DISABLED_TOOLS"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2025-09-15T12:44:26.492264Z",
            "publishedAt": "2025-09-15T12:44:26.492264Z",
            "updatedAt": "2025-09-15T12:44:26.492264Z",
            "isLatest": true
        }
    }
}