PlacePack
NPM · @MARTINTOZ/PLACEPACK-MCP · 2 COMPONENTS · SCANNED AUG 3
Generate deterministic placeholder image URLs and packs for docs, staging, testing, and AI agents.
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 Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency19
- Repository check failed: no source repository is declared. See how to fix → View diagnostics → Fail
- 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 21 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability67
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (fair).Partial
- Tool/resource definitions use about 390 tokens (~78/item across 5 items; 3 tools + 2 resources), lean.Pass
- 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 Coverage88
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 63% 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 · @martintoz/placepack-mcp
claude mcp add top-placepack-placepack -- npx -y @martintoz/placepack-mcp
codex mcp add top-placepack-placepack -- npx -y @martintoz/placepack-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"top-placepack-placepack": {
"type": "local",
"command": [
"npx",
"-y",
"@martintoz/placepack-mcp"
],
"enabled": true
}
}
} openclaw mcp add top-placepack-placepack --command npx --arg -y --arg @martintoz/placepack-mcp
mcp_servers:
top-placepack-placepack:
command: "npx"
args: ["-y", "@martintoz/placepack-mcp"] {
"mcpServers": {
"top-placepack-placepack": {
"command": "npx",
"args": [
"-y",
"@martintoz/placepack-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.
- 3 Aug 26 +3
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 31 Jul 26 −7
- 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 +30
- Tool coverage: unverified → 100 ▲ functional
- Schema quality: unverified → 100 ▲ functional
- First check of Schema quality: fair functional
- First check of Schema quality: fail functional
- First check of Schema quality: pass functional
- First check of Tool coverage: 63 functional
- 26 Jul 26 41
First indexed and scored.
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
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/@martintoz/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 0 packages
0 packages in the resolved dependency tree.
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.
placepack_create_image Create a PlacePack image URL ~151
Validate one size spec and return an embeddable PlacePack image URL, filename, Markdown, and HTML.
| Name | Type | Req | Description |
|---|---|---|---|
| bgColor | string | — | Background hex color, with or without #. |
| format | string | — | — |
| padding | number | — | — |
| spec | string | yes | Size spec such as 800x600.svg, hero:1600x900, or thumb:420x247@2x. |
| strokeWidth | number | — | — |
| template | string | — | Label template. Tokens: {alias}, {w}, {h}, {ratio}, {index}, {bg}, {color}. |
| textColor | string | — | Label hex color, with or without #. |
No output schema declared.
No examples provided.
placepack_create_pack Create a PlacePack image pack manifest ~179
Validate multiple size specs or one preset and return a manifest of generated PlacePack image URLs. Optionally inline a small SVG ZIP as base64.
| Name | Type | Req | Description |
|---|---|---|---|
| bgColor | string | — | Background hex color, with or without #. |
| format | string | — | — |
| inlineZip | boolean | — | Return a base64 ZIP for SVG packs with at most 10 files. |
| padding | number | — | — |
| preset | string | — | Preset key such as og, developers, automation, or favicon. |
| sizes | string | — | Newline-separated size specs. |
| strokeWidth | number | — | — |
| template | string | — | Label template. Tokens: {alias}, {w}, {h}, {ratio}, {index}, {bg}, {color}. |
| textColor | string | — | Label hex color, with or without #. |
No output schema declared.
No examples provided.
placepack_list_presets List PlacePack presets ~26
Return named PlacePack size presets with labels, specs, and default formats.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.