Back to Home
pengfeiJoker icon

mcp-server-chart-bach

Verified Safe

by pengfeiJoker

Overview

A Model Context Protocol server for generating charts and performing data analysis using AntV visualization tools.

Installation

Run Command
npx -y @antv/mcp-server-chart

Environment Variables

  • VIS_REQUEST_SERVER
  • SERVICE_ID
  • DISABLED_TOOLS

Security Notes

The server uses `axios` to make outbound requests to `VIS_REQUEST_SERVER` (defaulting to AntV's service). While the default is trusted, if `VIS_REQUEST_SERVER` is configured via an environment variable to point to an untrusted endpoint, data could be sent to a malicious server. Input validation is performed using Zod, which helps mitigate injection risks for chart arguments. The streamable HTTP transport uses a wide-open CORS policy (`origin: '*'`), common for public APIs, but should be considered if deploying in a sensitive internal network without proper access control.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-20

Tags

chart generationdata visualizationAntVModel Context Protocoldata analysis