{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/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": "0.9.10",
    "packages": [
        {
            "registryType": "npm",
            "registryBaseUrl": "https://registry.npmjs.org",
            "identifier": "@antv/mcp-server-chart",
            "version": "0.9.10",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "URL for the chart generation service. Defaults to the public AntV service, but can be overridden for private deployments.",
                    "format": "string",
                    "default": "https://antv-studio.alipay.com/api/gpt-vis",
                    "name": "VIS_REQUEST_SERVER"
                },
                {
                    "description": "A unique identifier for your service, used for tracking chart generation records. This may be required for certain service levels or features.",
                    "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": "2026-02-25T03:36:52.127604Z",
            "publishedAt": "2026-02-25T03:36:52.127604Z",
            "updatedAt": "2026-02-25T03:36:52.127604Z",
            "isLatest": false
        },
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-02-25T03:36:52+00:00",
            "updatedAt": "2026-02-25T03:36:52+00:00"
        }
    }
}