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.

ShapeWords MCP

NPM · SHAPEWORDS-MCP · SCANNED AUG 3

Generate ShapeWords word clouds as SVG, PNG, or JSON from text or weighted words.

Available components

+18 this week 59 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 Security88
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (120 of 124), 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 (120 of 124), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability30
  • AI-judged instruction clarity (fair).Partial
  • Context-footprint check failed: tool/resource definitions use about 1149 tokens (~383/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage94
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 81% of tool parameters carry a description.Partial
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 · shapewords-mcp

# add to Claude Code
claude mcp add kirrrr-2423-shapewords-mcp -- npx -y shapewords-mcp
# add to Codex CLI
codex mcp add kirrrr-2423-shapewords-mcp -- npx -y shapewords-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kirrrr-2423-shapewords-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "shapewords-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add kirrrr-2423-shapewords-mcp --command npx --arg -y --arg shapewords-mcp
# ~/.hermes/config.yaml
mcp_servers:
  kirrrr-2423-shapewords-mcp:
    command: "npx"
    args: ["-y", "shapewords-mcp"]
// mcp.json
{
  "mcpServers": {
    "kirrrr-2423-shapewords-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shapewords-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 +42
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Tool coverage: 100 → unverified functional
    • License: unverified → pass functional
    • Schema quality: unverified → fair functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 31 Jul 26 −6
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 41

    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/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 120 packages

120 packages in the resolved dependency tree · 114 deprecated · 37 stale · 1 without a linked repository.

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

MCP tools — 3 exposed · ~1,149 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
create_word_cloud_job ~529

Start a ShapeWords render job and return status/artifact URLs without waiting for completion.

NameTypeReqDescription
backgroundstringOutput background style. Canvas-profile default: white.
colorModestring
customShapeDefinitionobjectCustom SVG shape definition used when shapeType is custom.
enginestringHosted renderer engine. auto uses the hosted renderer default path.
fillModestringShape filling strategy. Canvas-profile default: fill.
fontFamilystringShapeWords font family name. Canvas-profile default: Montserrat.
formatstringOutput artifact format. Canvas-profile default: svg.
heightintegerCanvas height in pixels. Canvas-profile default: 600.
localestringShapeWords UI/render locale. Canvas-profile default: en.
maxFontSizeinteger
maxWordsintegerMaximum number of words to lay out. Canvas-profile default: 700.
minFontSizeinteger
paddingintegerWord collision padding in pixels. Canvas-profile default: 3.
palettearray
qualitystringsq is faster, hq renders at higher device scale. Canvas-profile default: hq.
renderProfilestringDefault option profile. canvas matches the main ShapeWords canvas; api keeps the older compact Render API defaults.
returnLayoutbooleanInclude layout JSON when supported. Canvas-profile default: false.
rotationPresetstringRotation preset matching the ShapeWords canvas. Canvas-profile default: orthogonal.
rotationsarrayExplicit rotation angles in degrees. When provided, these override rotationPreset.
seedintegerUnsigned 32-bit layout seed for reproducible browserless ShapeWords renders. Canvas-profile default: 0. Use engine auto or browserless; browser fallback does not support non-zero seed.
shapeTypestringShapeWords shape id, for example circle, rectangle, heart, star, cloud, diamond, custom. Canvas-profile default: cloud.
spiralTypestringPlacement spiral algorithm. Canvas-profile default: archimedean.
textstringWords, phrases, notes, or source text for the word cloud. Optional when words[] is provided.
widthintegerCanvas width in pixels. Canvas-profile default: 800.
wordsarrayExplicit weighted words. Use this when another system already tokenized, lemmatized, or scored the input.

No output schema declared.

No examples provided.

get_word_cloud_job ~33

Check a ShapeWords render job status by ID.

NameTypeReqDescription
jobIdstringyesShapeWords render job id.

No output schema declared.

No examples provided.

render_word_cloud ~587

Create a ShapeWords word cloud, wait for completion, and return the artifact URL plus optional image content.

NameTypeReqDescription
backgroundstringOutput background style. Canvas-profile default: white.
colorModestring
customShapeDefinitionobjectCustom SVG shape definition used when shapeType is custom.
enginestringRenderer engine. auto uses the hosted renderer; skia uses the local MCP shared-core + CanvasKit renderer without server-side Chromium.
fillModestringShape filling strategy. Canvas-profile default: fill.
fontFamilystringShapeWords font family name. Canvas-profile default: Montserrat.
formatstringOutput artifact format. Canvas-profile default: svg.
heightintegerCanvas height in pixels. Canvas-profile default: 600.
localestringShapeWords UI/render locale. Canvas-profile default: en.
maxFontSizeinteger
maxWordsintegerMaximum number of words to lay out. Canvas-profile default: 700.
minFontSizeinteger
paddingintegerWord collision padding in pixels. Canvas-profile default: 3.
palettearray
pollIntervalMsinteger
pollTimeoutMsinteger
qualitystringsq is faster, hq renders at higher device scale. Canvas-profile default: hq.
renderProfilestringDefault option profile. canvas matches the main ShapeWords canvas; api keeps the older compact Render API defaults.
returnImagebooleanDownload the artifact and return it as MCP image content when supported by the client.
returnLayoutbooleanInclude layout JSON when supported. Canvas-profile default: false.
rotationPresetstringRotation preset matching the ShapeWords canvas. Canvas-profile default: orthogonal.
rotationsarrayExplicit rotation angles in degrees. When provided, these override rotationPreset.
seedintegerUnsigned 32-bit layout seed for reproducible browserless ShapeWords renders. Canvas-profile default: 0. Use engine auto or browserless; browser fallback does not support non-zero seed.
shapeTypestringShapeWords shape id, for example circle, rectangle, heart, star, cloud, diamond, custom. Canvas-profile default: cloud.
spiralTypestringPlacement spiral algorithm. Canvas-profile default: archimedean.
textstringWords, phrases, notes, or source text for the word cloud. Optional when words[] is provided.
widthintegerCanvas width in pixels. Canvas-profile default: 800.
wordsarrayExplicit weighted words. Use this when another system already tokenized, lemmatized, or scored the input.

No output schema declared.

No examples provided.