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

io.github.amcharts/amcharts5

NPM · @AMCHARTS/AMCHARTS5-MCP · SCANNED AUG 3

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

+18 this week 71 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (134 of 138), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (134 of 138), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability85
  • 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 Management27
  • Stability observed for 8 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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @amcharts/amcharts5-mcp

# add to Claude Code
claude mcp add amcharts-amcharts5 -- npx -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"]
// 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.

  • 2 Aug 26 +45
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Licence: MIT functional
  • 1 Aug 26 −5
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
  • 31 Jul 26 −22
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 53

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/@amcharts/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 134 packages

134 packages in the resolved dependency tree · 134 deprecated · 38 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

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.

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.