io.github.ethbak/icon-composer-mcp
NPM · ICON-COMPOSER-MCP · SCANNED AUG 3
CLI and MCP server for creating Apple .icon bundles with Liquid Glass effects (iOS 26+)
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 Security70
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known high-severity CVE affects sharp 0.34.5, a direct dependency. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (126 of 130), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to ethbak/icon-composer-mcp). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 119 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability75
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 2601 tokens (~216/item across 12 items; 12 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 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
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 · icon-composer-mcp
claude mcp add ethbak-icon-composer-mcp -- npx -y icon-composer-mcp
codex mcp add ethbak-icon-composer-mcp -- npx -y icon-composer-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ethbak-icon-composer-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"icon-composer-mcp"
],
"enabled": true
}
}
} openclaw mcp add ethbak-icon-composer-mcp --command npx --arg -y --arg icon-composer-mcp
mcp_servers:
ethbak-icon-composer-mcp:
command: "npx"
args: ["-y", "icon-composer-mcp"] {
"mcpServers": {
"ethbak-icon-composer-mcp": {
"command": "npx",
"args": [
"-y",
"icon-composer-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 +45
- GHSA-f88m-g3jw-g9cj affects this package: high ▼ security
- Known CVEs: unverified → fail ▼ security
- Provenance: unverified → pass ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- The attested source repository moved: ethbak/icon-composer-mcp security
- Security disclosure: fail → unverified ▼ functional
- Capabilities: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- Schema quality: unverified → good ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.23 ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +5
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → pass ▲ functional
- 31 Jul 26 −8
- 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
- 28 Jul 26 +26
- Tool coverage: unverified → 100 ▲ functional
- Schema quality: unverified → 100 ▲ functional
- First check of Schema quality: fail functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: unverified functional
- First check of Schema quality: fail functional
- 27 Jul 26 24
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 verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- ethbak/icon-composer-mcp
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/ethbak/icon-composer-mcp/.github/workflows/publish.yml@refs/tags/v1.1.0
- Rekor log index:
- 1240090466
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:97cb77bb3dce9c5e4531062b6f1fa17579756c7ff33297003b63557d5e8b4118c789e45db04d8c97c17ee381001b4d814f3901ed01ce456595e04d3ae
- Discovery method:
- attestation_endpoint
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-f88m-g3jw-g9cj | high | yes |
Dependencies 126 packages
126 packages in the resolved dependency tree · 125 deprecated · 29 stale.
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.
add_layer_to_icon ~173
Add a new layer to an existing .icon bundle. Creates a new group or adds to an existing one.
| Name | Type | Req | Description |
|---|---|---|---|
| blend_mode | string | — | Blend mode |
| bundle_path | string | yes | Path to existing .icon bundle |
| create_group | boolean | — | Create a new group for this layer |
| glass | boolean | — | Participate in Liquid Glass effects |
| group_index | number | — | Group index to add to (0-based, default 0) |
| image_path | string | yes | Path to image file to add as layer |
| layer_name | string | yes | Name for the layer |
| offset_x | number | — | X offset in points |
| offset_y | number | — | Y offset in points |
| opacity | number | — | Layer opacity |
| scale | number | — | Layer scale |
No output schema declared.
No examples provided.
create_icon ~272
Create an Apple Icon Composer .icon bundle from a foreground image and background color. Outputs a ready-to-use .icon bundle for Xcode 26.
| Name | Type | Req | Description |
|---|---|---|---|
| bg_color | string | yes | Background color as hex (e.g. #0A66C2) |
| blur_material | number | — | Liquid Glass blur amount (0-1, omit to disable) |
| bundle_name | string | — | Name for the .icon bundle (without extension) |
| dark_bg_color | string | — | Dark mode background color as hex |
| foreground_path | string | yes | Absolute path to foreground image (PNG or SVG) |
| glyph_scale | number | — | Scale of foreground glyph (0.1-2.0, default 1.0 fills ~65% of icon area in Icon Composer) |
| output_dir | string | yes | Directory to write the .icon bundle to |
| shadow_kind | string | — | Shadow type |
| shadow_opacity | number | — | Shadow opacity |
| specular | boolean | — | Enable specular highlights (Liquid Glass) |
| split_layers | boolean | — | Split multi-shape SVGs into separate glass layers (each shape gets independent glass effects) |
| translucency_enabled | boolean | — | Enable translucency gradient |
| translucency_value | number | — | Translucency amount (0-1) |
No output schema declared.
No examples provided.
export_marketing ~108
Export a flat marketing PNG for App Store Connect. No Liquid Glass effects, no alpha channel. Produces a 1024x1024 (default) opaque PNG ready for upload.
| Name | Type | Req | Description |
|---|---|---|---|
| bundle_path | string | yes | Path to .icon bundle |
| output_path | string | yes | Output path for the PNG file |
| return_image | boolean | — | Return the rendered image inline as base64 (default true) |
| size | number | — | Output size in pixels (default 1024) |
No output schema declared.
No examples provided.
export_preview ~227
Render a preview of an .icon bundle. Uses Apple's ictool for Liquid Glass rendering by default (falls back to flat composite if Icon Composer is not installed). Supports canvas backgrounds and zoom.
| Name | Type | Req | Description |
|---|---|---|---|
| appearance | string | — | Appearance mode to preview (omit for default/light) |
| apple_preset | string | — | Apple Icon Composer preset background (overrides canvas_bg) |
| bundle_path | string | yes | Path to .icon bundle |
| canvas_bg | string | — | Simple preset canvas background |
| canvas_bg_color | string | — | Custom hex color for canvas background |
| canvas_bg_image | string | — | Path to custom background image |
| flat | boolean | — | Force flat composite rendering (skip ictool/Liquid Glass) |
| output_path | string | yes | Output path for the PNG file |
| return_image | boolean | — | Return the rendered image inline as base64 (default true) |
| size | number | — | Output size in pixels |
| zoom | number | — | Zoom level — icon size relative to canvas (1.0 = full canvas, 0.5 = half size) |
No output schema declared.
No examples provided.
read_icon ~39
Read and inspect an existing .icon bundle. Returns the manifest JSON and list of assets.
| Name | Type | Req | Description |
|---|---|---|---|
| bundle_path | string | yes | Path to .icon bundle |
No output schema declared.
No examples provided.
remove_layer ~111
Remove a layer or entire group from an .icon bundle. Optionally cleans up orphaned asset files.
| Name | Type | Req | Description |
|---|---|---|---|
| bundle_path | string | yes | Path to .icon bundle |
| cleanup_assets | boolean | — | Delete orphaned asset files from the Assets directory |
| group_index | number | yes | Group index (0-based) |
| layer_index | number | — | Layer index within the group (0-based, required when target=layer) |
| target | string | yes | Whether to remove a single layer or an entire group |
No output schema declared.
No examples provided.
render_liquid_glass ~300
Render a pixel-perfect Liquid Glass preview using Apple's ictool. Produces the exact same rendering as iOS 26. Requires Icon Composer.app installed.
| Name | Type | Req | Description |
|---|---|---|---|
| apple_preset | string | — | Apple Icon Composer preset background (overrides canvas_bg) |
| bundle_path | string | yes | Path to .icon bundle |
| canvas_bg | string | — | Simple preset canvas background |
| canvas_bg_color | string | — | Custom hex color for canvas background |
| canvas_bg_image | string | — | Path to custom background image |
| height | number | — | Output height in pixels |
| light_angle | number | — | Light angle in degrees (0-360). Controls direction of specular highlights and shadows. |
| output_path | string | yes | Output path for the PNG file |
| platform | string | — | Target platform |
| rendition | string | — | Appearance rendition |
| return_image | boolean | — | Return the rendered image inline as base64 (default true) |
| scale | number | — | Scale factor (1x, 2x, 3x) |
| tint_color | number | — | Tint hue (0-1) for tinted renditions |
| tint_strength | number | — | Tint strength (0-1) for tinted renditions |
| width | number | — | Output width in pixels |
| zoom | number | — | Zoom level — icon size relative to canvas (1.0 = full canvas, 0.5 = half size) |
No output schema declared.
No examples provided.
set_appearances ~340
Set dark mode or tinted mode appearance overrides for the icon background fill, layer group, or individual layer properties.
| Name | Type | Req | Description |
|---|---|---|---|
| appearance | string | yes | Appearance mode |
| bg_color | string | — | Background color hex for this appearance (target=fill) |
| blend_mode | string | — | Blend mode for this appearance (target=layer) |
| blur_material | — | — | Blur material for this appearance (target=group) |
| bundle_path | string | yes | Path to .icon bundle |
| fill_color | string | — | Fill color hex for this appearance (target=layer) |
| group_index | number | — | Group index (for target=group or target=layer) |
| hidden | boolean | — | Hidden state for this appearance (target=group or target=layer) |
| layer_index | number | — | Layer index within the group (required when target=layer) |
| opacity | number | — | Opacity for this appearance (target=group or target=layer) |
| position_offset_x | number | — | Position X offset for this appearance |
| position_offset_y | number | — | Position Y offset for this appearance |
| position_scale | number | — | Position scale for this appearance |
| shadow_kind | string | — | Shadow kind (target=group) |
| shadow_opacity | number | — | Shadow opacity (target=group) |
| specular | boolean | — | Specular for this appearance (target=group) |
| target | string | yes | What to set appearance on |
| translucency_enabled | boolean | — | Enable translucency for this appearance (target=group) |
| translucency_value | number | — | Translucency amount for this appearance (target=group) |
No output schema declared.
No examples provided.
set_fill ~94
Set the background fill of an .icon bundle. Supports solid colors and gradients.
| Name | Type | Req | Description |
|---|---|---|---|
| bundle_path | string | yes | Path to .icon bundle |
| color | string | — | Hex color for solid fill or gradient bottom |
| color2 | string | — | Second hex color for gradient top |
| fill_type | string | yes | Fill type |
| gradient_angle | number | — | Gradient angle in degrees (0 = bottom to top) |
No output schema declared.
No examples provided.
set_glass_effects ~169
Configure Liquid Glass effects (specular, blur, shadow, translucency) on a layer group in an existing .icon bundle.
| Name | Type | Req | Description |
|---|---|---|---|
| blend_mode | string | — | Blend mode |
| blur_material | — | — | Blur amount (0-1, null to disable) |
| bundle_path | string | yes | Path to .icon bundle |
| group_index | number | — | Group index to modify (0-based) |
| lighting | string | — | Lighting mode |
| opacity | number | — | Group opacity |
| shadow_kind | string | — | Shadow type |
| shadow_opacity | number | — | Shadow opacity |
| specular | boolean | — | Enable/disable specular highlights |
| translucency_enabled | boolean | — | Enable translucency |
| translucency_value | number | — | Translucency amount |
No output schema declared.
No examples provided.
set_layer_position ~167
Set the scale (zoom) and offset of a layer or group within the .icon bundle. Use to zoom the glyph in/out or reposition it.
| Name | Type | Req | Description |
|---|---|---|---|
| bundle_path | string | yes | Path to .icon bundle |
| group_index | number | — | Group index (0-based) |
| layer_index | number | — | Layer index within the group (0-based, required for target=layer) |
| offset_x | number | — | X offset in points |
| offset_y | number | — | Y offset in points |
| scale | number | — | Scale factor (0.05-3.0, where 1.0 = full size, 0.5 = half, 2.0 = double) |
| target | string | — | Whether to set position on a layer or group |
No output schema declared.
No examples provided.
toggle_fx ~66
Enable or disable all Liquid Glass effects (specular, shadow, blur, translucency) on every group in the .icon bundle at once.
| Name | Type | Req | Description |
|---|---|---|---|
| bundle_path | string | yes | Path to .icon bundle |
| enabled | boolean | yes | true to enable all FX, false to disable |
No output schema declared.
No examples provided.