mcp-server-chart vs agentseal
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | agentseal by getagentseal | |
|---|---|---|
| Stars | ★ 4,068 | ★ 256 |
| 30d uses | 10,239 | — |
| Score | 84 | 49 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | SecurityAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | Python |
| Last commit | this month | 1 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
agentseal · Summary
Security toolkit for AI agents with MCP server scanning, prompt injection testing, and real-time monitoring capabilities.
mcp-server-chart · Use cases
- Data analysts creating visual reports from datasets
- AI assistants generating custom charts based on user requests
- Web applications embedding visualization capabilities via HTTP API
agentseal · Use cases
- Security teams red-teaming AI agent prompts against 225+ adversarial attack probes
- Organizations scanning their machines for dangerous skills and poisoned MCP configurations
- Developers auditing live MCP servers for tool description poisoning before integration
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor Desktop Apps (e.g., Claude Desktop, VSCode):
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}For Windows:
{
"mcpServers": {
"mcp-server-chart": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
}
}
}agentseal · Install
# Python installation
pip install agentseal
# Node.js installation
npm install agentseal
# Basic usage
agentseal guard # scan your machine for threats
agentseal scan # test prompts against attacks
agentseal scan-mcp # audit MCP servers