# ShapeWords MCP (npm · shapewords-mcp)

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

- Trust score: 59/100 (low)
- Change this week: +18
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `shapewords-mcp`: 59/100 (this document), [markdown](https://verifymcp.io/servers/kirrrr-2423-shapewords-mcp/shapewords-mcp.md), [page](https://verifymcp.io/servers/kirrrr-2423-shapewords-mcp/shapewords-mcp)

## Channel facts

- Registry: `npm`
- Package: `shapewords-mcp`
- Version: `0.2.2`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 88/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (120 of 124), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (120 of 124), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 58 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 30/100
  - AI-judged instruction clarity (fair).
  - 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.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 81% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add kirrrr-2423-shapewords-mcp -- npx -y shapewords-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add kirrrr-2423-shapewords-mcp --command npx --arg -y --arg shapewords-mcp
```

### Hermes

```yaml
mcp_servers:
  kirrrr-2423-shapewords-mcp:
    command: "npx"
    args: ["-y", "shapewords-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "kirrrr-2423-shapewords-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shapewords-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 59, +42)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-07-31 (score 17, −6)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 23, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 41)

First indexed and scored.

## MCP tools (3)

### `render_word_cloud` (~587 tokens)

Render word cloud

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

Input parameters:

- `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.

### `create_word_cloud_job` (~529 tokens)

Create word cloud job

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

Input parameters:

- `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.

### `get_word_cloud_job` (~33 tokens)

Get word cloud job

Check a ShapeWords render job status by ID.

Input parameters:

- `jobId` (string, required): ShapeWords render job id.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/kirrrr-2423-shapewords-mcp/shapewords-mcp#diagnostics

## Score history

- 2026-08-03: 59
- 2026-08-02: 59
- 2026-08-01: 17
- 2026-07-31: 17
- 2026-07-30: 23
- 2026-07-28: 41
- 2026-07-27: 41

## Links

- npm package: https://www.npmjs.com/package/shapewords-mcp
- Socket report: https://socket.dev/npm/package/shapewords-mcp
- Repository: https://github.com/kirrrr-2423/shapewords-mcp
- Website: https://shapewords.fun/
- Changelog RSS feed: https://verifymcp.io/servers/kirrrr-2423-shapewords-mcp/shapewords-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/kirrrr-2423-shapewords-mcp/shapewords-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/kirrrr-2423-shapewords-mcp/shapewords-mcp
