ShapeWords MCP
NPM · SHAPEWORDS-MCP · SCANNED AUG 3
Generate ShapeWords word clouds as SVG, PNG, or JSON from text or weighted words.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 58 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add kirrrr-2423-shapewords-mcp -- npx -y shapewords-mcp
codex mcp add kirrrr-2423-shapewords-mcp -- npx -y shapewords-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"kirrrr-2423-shapewords-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"shapewords-mcp"
],
"enabled": true
}
}
} openclaw mcp add kirrrr-2423-shapewords-mcp --command npx --arg -y --arg shapewords-mcp
mcp_servers:
kirrrr-2423-shapewords-mcp:
command: "npx"
args: ["-y", "shapewords-mcp"] {
"mcpServers": {
"kirrrr-2423-shapewords-mcp": {
"command": "npx",
"args": [
"-y",
"shapewords-mcp"
]
}
}
} 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.
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.
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.
create_word_cloud_job Create word cloud job ~529
Start a ShapeWords render job and return status/artifact URLs without waiting for completion.
| Name | Type | Req | Description |
|---|---|---|---|
| background | string | — | Output background style. Canvas-profile default: white. |
| colorMode | string | — | — |
| customShapeDefinition | object | — | Custom SVG shape definition used when shapeType is custom. |
| engine | string | — | Hosted renderer engine. auto uses the hosted renderer default path. |
| fillMode | string | — | Shape filling strategy. Canvas-profile default: fill. |
| fontFamily | string | — | ShapeWords font family name. Canvas-profile default: Montserrat. |
| format | string | — | Output artifact format. Canvas-profile default: svg. |
| height | integer | — | Canvas height in pixels. Canvas-profile default: 600. |
| locale | string | — | ShapeWords UI/render locale. Canvas-profile default: en. |
| maxFontSize | integer | — | — |
| maxWords | integer | — | Maximum number of words to lay out. Canvas-profile default: 700. |
| minFontSize | integer | — | — |
| padding | integer | — | Word collision padding in pixels. Canvas-profile default: 3. |
| palette | array | — | — |
| quality | string | — | sq is faster, hq renders at higher device scale. Canvas-profile default: hq. |
| renderProfile | string | — | Default option profile. canvas matches the main ShapeWords canvas; api keeps the older compact Render API defaults. |
| returnLayout | boolean | — | Include layout JSON when supported. Canvas-profile default: false. |
| rotationPreset | string | — | Rotation preset matching the ShapeWords canvas. Canvas-profile default: orthogonal. |
| rotations | array | — | Explicit rotation angles in degrees. When provided, these override rotationPreset. |
| seed | integer | — | Unsigned 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. |
| shapeType | string | — | ShapeWords shape id, for example circle, rectangle, heart, star, cloud, diamond, custom. Canvas-profile default: cloud. |
| spiralType | string | — | Placement spiral algorithm. Canvas-profile default: archimedean. |
| text | string | — | Words, phrases, notes, or source text for the word cloud. Optional when words[] is provided. |
| width | integer | — | Canvas width in pixels. Canvas-profile default: 800. |
| words | array | — | Explicit 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 Get word cloud job ~33
Check a ShapeWords render job status by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| jobId | string | yes | ShapeWords render job id. |
No output schema declared.
No examples provided.
render_word_cloud Render word cloud ~587
Create a ShapeWords word cloud, wait for completion, and return the artifact URL plus optional image content.
| Name | Type | Req | Description |
|---|---|---|---|
| background | string | — | Output background style. Canvas-profile default: white. |
| colorMode | string | — | — |
| customShapeDefinition | object | — | Custom SVG shape definition used when shapeType is custom. |
| engine | string | — | Renderer engine. auto uses the hosted renderer; skia uses the local MCP shared-core + CanvasKit renderer without server-side Chromium. |
| fillMode | string | — | Shape filling strategy. Canvas-profile default: fill. |
| fontFamily | string | — | ShapeWords font family name. Canvas-profile default: Montserrat. |
| format | string | — | Output artifact format. Canvas-profile default: svg. |
| height | integer | — | Canvas height in pixels. Canvas-profile default: 600. |
| locale | string | — | ShapeWords UI/render locale. Canvas-profile default: en. |
| maxFontSize | integer | — | — |
| maxWords | integer | — | Maximum number of words to lay out. Canvas-profile default: 700. |
| minFontSize | integer | — | — |
| padding | integer | — | Word collision padding in pixels. Canvas-profile default: 3. |
| palette | array | — | — |
| pollIntervalMs | integer | — | — |
| pollTimeoutMs | integer | — | — |
| quality | string | — | sq is faster, hq renders at higher device scale. Canvas-profile default: hq. |
| renderProfile | string | — | Default option profile. canvas matches the main ShapeWords canvas; api keeps the older compact Render API defaults. |
| returnImage | boolean | — | Download the artifact and return it as MCP image content when supported by the client. |
| returnLayout | boolean | — | Include layout JSON when supported. Canvas-profile default: false. |
| rotationPreset | string | — | Rotation preset matching the ShapeWords canvas. Canvas-profile default: orthogonal. |
| rotations | array | — | Explicit rotation angles in degrees. When provided, these override rotationPreset. |
| seed | integer | — | Unsigned 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. |
| shapeType | string | — | ShapeWords shape id, for example circle, rectangle, heart, star, cloud, diamond, custom. Canvas-profile default: cloud. |
| spiralType | string | — | Placement spiral algorithm. Canvas-profile default: archimedean. |
| text | string | — | Words, phrases, notes, or source text for the word cloud. Optional when words[] is provided. |
| width | integer | — | Canvas width in pixels. Canvas-profile default: 800. |
| words | array | — | Explicit weighted words. Use this when another system already tokenized, lemmatized, or scored the input. |
No output schema declared.
No examples provided.