Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.amcharts/amcharts5

NPM · @AMCHARTS/AMCHARTS5-MCP · SCANNED SEP 21

On-demand access to amCharts 5 docs, code examples, and API reference

−1 this week 85 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 40 of 135 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability88
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 994 tokens (~43/item across 23 items; 10 tools + 13 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 10 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.amcharts/amcharts5 MCP server?

io.github.amcharts/amcharts5 runs locally as an npm package, launched with npx -y @amcharts/amcharts5-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @amcharts/amcharts5-mcp

# add to Claude Code
claude mcp add amcharts-amcharts5 -- npx -y @amcharts/amcharts5-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "amcharts-amcharts5": {
      "command": "npx",
      "args": [
        "-y",
        "@amcharts/amcharts5-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "amcharts-amcharts5": {
      "command": "npx",
      "args": [
        "-y",
        "@amcharts/amcharts5-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add amcharts-amcharts5 -- npx -y @amcharts/amcharts5-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "amcharts-amcharts5": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@amcharts/amcharts5-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add amcharts-amcharts5 --command npx --arg -y --arg @amcharts/amcharts5-mcp
# ~/.hermes/config.yaml
mcp_servers:
  amcharts-amcharts5:
    command: "npx"
    args: ["-y", "@amcharts/amcharts5-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "amcharts-amcharts5": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@amcharts/amcharts5-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add amcharts-amcharts5 -t stdio -c npx -a -y @amcharts/amcharts5-mcp
// mcp.json
{
  "mcpServers": {
    "amcharts-amcharts5": {
      "command": "npx",
      "args": [
        "-y",
        "@amcharts/amcharts5-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 0
    • Security disclosure: fail → unverified functional
  • 16 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
    • Security disclosure: unverified → fail functional
  • 14 Sept 26 +1
    • Security disclosure: fail → unverified functional
  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/@amcharts/amcharts5-mcp@1.1.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 135 packages
Packages resolved 135
Stale 40
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 10 exposed · ~744 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_chart_reference ~99

Get the full reference documentation for a specific amCharts 5 chart type. Use list_chart_types first to see available types.

NameTypeReqDescription
chartTypestringyesChart type keyword, e.g. 'pie', 'sankey', 'xy', 'treemap', 'map', 'radar', 'stock', 'gantt', 'venn', 'wordcloud', 'timeline', 'flow', 'hierarchy', 'ui-elements'

No output schema declared.

No examples provided.

get_core_reference ~56

Get the core amCharts 5 reference (SKILL.md) — covers setup, colors, themes, legends, tooltips, events, data, adapters, disposal, and common pitfalls. Read this first before any chart-specific reference.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_doc ~66

Get a full documentation page from the extended amCharts 5 docs. Use search_all first to find the right path.

NameTypeReqDescription
pathstringyesDoc path, e.g. 'charts/xy-chart/cursor', 'concepts/events', 'getting-started/integrations/react'

No output schema declared.

No examples provided.

get_example ~73

Get the full code for a specific amCharts 5 example/demo. Use list_examples or search_all to find the path.

NameTypeReqDescription
pathstringyesExample path, e.g. 'examples/flow/sankey-diagram', 'examples/pie-donut/donut-chart', 'examples/maps/drill-down-map'

No output schema declared.

No examples provided.

get_quick_start ~92

Get a quick-start template for a specific chart type — a minimal working example ready to customize.

NameTypeReqDescription
chartTypestringyesChart type, e.g. 'pie', 'line', 'bar', 'map', 'sankey', 'treemap'
formatstringOutput format: 'html' for a full HTML page with CDN scripts, 'esm' for ES module imports

No output schema declared.

No examples provided.

get_section ~90

Get a specific section from an amCharts 5 reference file by heading name. Use search_docs first to find the right section.

NameTypeReqDescription
filestringyesReference file name without .md, e.g. 'xy', 'pie', 'SKILL', 'map'
headingstringyesSection heading to retrieve, e.g. 'Core setup pattern', 'Axis types', 'Common pitfalls'

No output schema declared.

No examples provided.

list_chart_types ~25

List all amCharts 5 chart types with their categories and reference file names

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_examples ~92

List all available amCharts 5 code examples, optionally filtered by category.

NameTypeReqDescription
categorystringFilter by category, e.g. 'column-bar', 'line-area', 'pie-donut', 'maps', 'flow', 'hierarchy', 'stock', 'gantt', 'gauges', 'radar-polar', 'timeline', 'funnel-pyramid'. Omit to list all categories.

No output schema declared.

No examples provided.

search_all ~76

Search across ALL amCharts 5 content: skill references, full documentation, and code examples. Use this for broad searches across everything.

NameTypeReqDescription
maxResultsnumberMaximum results (default 10)
querystringyesSearch query, e.g. 'react integration', 'date axis formatting', 'stacked bar example'

No output schema declared.

No examples provided.

search_docs ~75

Search across all amCharts 5 documentation for a keyword or topic. Returns matching sections ranked by relevance.

NameTypeReqDescription
maxResultsnumberMaximum number of results to return (default 5)
querystringyesSearch query, e.g. 'legend', 'axis label rotation', 'tooltip format', 'data processor'

No output schema declared.

No examples provided.

Common questions

What is the io.github.amcharts/amcharts5 MCP server?

io.github.amcharts/amcharts5 is an MCP server listed in the public MCP registry as io.github.amcharts/amcharts5. On-demand access to amCharts 5 docs, code examples, and API reference. This page covers its npm package (@amcharts/amcharts5-mcp).

Is the io.github.amcharts/amcharts5 MCP server safe to use?

io.github.amcharts/amcharts5 scores 85 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.amcharts/amcharts5 MCP server expose?

io.github.amcharts/amcharts5 exposes 10 tools: list_chart_types, get_chart_reference, get_core_reference, search_docs, get_section, and 5 more. Their descriptions and schemas cost roughly 744 tokens of context every time the server is loaded.

Is the io.github.amcharts/amcharts5 MCP server still maintained?

io.github.amcharts/amcharts5 is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.amcharts/amcharts5 MCP server under?

io.github.amcharts/amcharts5 declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.