Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

app.creatica/backgrounds

NPM · @CREATICA/MCP · 2 COMPONENTS · SCANNED SEP 25

Deterministic procedural SVG/PNG backgrounds: 58 generators, curated palettes, brand kits.

+1 this week 71 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security88
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects image-size 1.2.1, reached via @creatica/engine > svgdom > image-size. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 76 of 156 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. 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 18 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability75
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 787 tokens (~157/item across 5 items; 5 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 Management63
  • Stability observed for 19 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
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the app.creatica/backgrounds MCP server?

app.creatica/backgrounds runs locally as an npm package, launched with npx -y @creatica/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @creatica/mcp

# add to Claude Code
claude mcp add app-creatica-backgrounds -- npx -y @creatica/mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "app-creatica-backgrounds": {
      "command": "npx",
      "args": [
        "-y",
        "@creatica/mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "app-creatica-backgrounds": {
      "command": "npx",
      "args": [
        "-y",
        "@creatica/mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add app-creatica-backgrounds -- npx -y @creatica/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "app-creatica-backgrounds": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@creatica/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add app-creatica-backgrounds --command npx --arg -y --arg @creatica/mcp
# ~/.hermes/config.yaml
mcp_servers:
  app-creatica-backgrounds:
    command: "npx"
    args: ["-y", "@creatica/mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "app-creatica-backgrounds": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@creatica/mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add app-creatica-backgrounds -t stdio -c npx -a -y @creatica/mcp
// mcp.json
{
  "mcpServers": {
    "app-creatica-backgrounds": {
      "command": "npx",
      "args": [
        "-y",
        "@creatica/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.

  • 25 Sept 26 −2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.

  • 22 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +5
    • Stability: unverified → 0.30 ▲ functional
  • 7 Sept 26 +25
    • CVE-2025-71329 affects this package ▼ security
    • CVE-2025-71330 affects this package ▼ security
    • Malware scan: unverified → pass ▲ security
    • Known CVEs: unverified → partial ▲ security
    • Dependency health: unverified → 0.76 ▲ functional
  • 6 Sept 26 39

    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 25 Sept 2026 · Analysed npm/@creatica/mcp@0.1.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 2 findings
ID CVE Severity Vector Fix available
GHSA-5p2g-fcmc-qvqq CVE-2025-71329 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-w3rx-r6r6-pgpr CVE-2025-71330 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 156 packages
Packages resolved 156
Stale 76
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 5 exposed · ~657 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
describe_background ~97

Full style card for one structure: what it looks like, mood, where text can go, tips, and every parameter it honours with ranges, defaults and the visual effect of low/high values. Also returns the JSON Schema for a generate request.

NameTypeReqDescription
formatstring–markdown (default) is best for reading; json includes the JSON Schema.
namestringyesStructure name from list_backgrounds, e.g. "wave".
NameTypeReqDescription
cardstring–markdown format: the style card as Markdown.
descriptionobject–json format: the structured description.
formatstringyesWhich form was returned.
jsonSchemaobject–json format: JSON Schema for a generate request.
namestringyesStructure id.

No examples provided.

generate_background ~276

Render a background as SVG or PNG. Deterministic: the same structure, options and seed always give the same image, so store the returned seed. Returns the image inline (PNG previews are visible to you); pass saveTo to also write the file to disk. Call describe_background first to learn which shape options the structure honours.

NameTypeReqDescription
formatstring–png (default) returns a viewable image; svg returns the vector source.
heightinteger–Frame height in px. Defaults to the native size.
paletteobject–Colour choices: explicit hex colours, a built-in palette id, or a primary colour to derive from.
pngWidthinteger–Raster width for PNG output/preview. Defaults to the render width, capped for inline previews.
saveTostring–Local file path to write the result to (extension decides svg/png if format is omitted).
seedstring–Any string. Omit for a fresh random seed (returned in the result).
shapeobject–Structure-specific options; call describe_background for the exact keys, ranges and what they do.
structurestringyesStructure name, e.g. "wave".
widthinteger–Frame width in px. Defaults to the structure's native size (see describe_background).
NameTypeReqDescription
bytesnumber–Local only: bytes written to disk.
formatstringyesDelivered format.
heightnumberyesRender height in px.
hintstring–Hosted, no API key: how to get permanent URLs.
notestring–Anything else worth knowing.
renderMsnumberyesRender time in milliseconds.
requestobjectyesResolved request incl. seed; replay it to reproduce or tweak.
savedTostring–Local only: absolute path the file was written to.
seedstring|numberyesSeed used; reuse it to reproduce the exact image.
structurestringyesStructure that was rendered.
svgBytesnumberyesSize of the SVG source in bytes.
svgUrlstring–Hosted only: permanent URL of the SVG source.
urlstring–Hosted only: permanent, cacheable image URL in the requested format.
warningsarray–Options that were ignored or clamped, and why.
widthnumberyesRender width in px.

No examples provided.

list_backgrounds ~128

Browse the catalog of background structures. Optionally filter by a free-text query, tag or mood word. Returns name, one-line summary, mood, use cases and a preview URL for each.

NameTypeReqDescription
limitinteger–Maximum number of results (default 100).
moodstring–A mood word, e.g. dark, playful, minimal, retro.
querystring–Free text, e.g. "calm waves" or "geometric poster".
tagstring–A style tag, e.g. geometric, organic, grid, gradient.
NameTypeReqDescription
backgroundsarrayyes–
countnumberyesNumber of backgrounds returned.

No examples provided.

list_palettes ~66

Built-in curated colour palettes with their hex colours and derived mood tags (dark, pastel, vivid, warm, cool…). Pass the id as palette.palette to generate_background.

NameTypeReqDescription
moodstring–Filter by a mood tag, e.g. "dark" or "pastel".
NameTypeReqDescription
countnumberyesNumber of palettes returned.
palettesarrayyes–

No examples provided.

suggest_backgrounds ~90

Rank structures for a natural-language brief ("dark aurora glow for an AI landing page"). Returns why each matched, matching built-in palettes, and a ready-to-run example request for generate_background.

NameTypeReqDescription
briefstringyesWhat the background is for, in plain words: subject, mood, colours, where it goes.
limitinteger–How many suggestions to return (default 5).
NameTypeReqDescription
suggestionsarrayyesBest match first.

No examples provided.

Common questions

What is the app.creatica/backgrounds MCP server?

app.creatica/backgrounds is an MCP server listed in the public MCP registry as app.creatica/backgrounds. Deterministic procedural SVG/PNG backgrounds: 58 generators, curated palettes, brand kits. This page covers its npm package (@creatica/mcp).

Is the app.creatica/backgrounds MCP server safe to use?

app.creatica/backgrounds scores 71 out of 100 on VerifyMCP. We recorded 2 known advisories against it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the app.creatica/backgrounds MCP server expose?

app.creatica/backgrounds exposes 5 tools: list_backgrounds, suggest_backgrounds, describe_background, list_palettes, generate_background. Their descriptions and schemas cost roughly 657 tokens of context every time the server is loaded.

Is the app.creatica/backgrounds MCP server still maintained?

app.creatica/backgrounds is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the app.creatica/backgrounds MCP server under?

app.creatica/backgrounds declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.