← creatica.app

INDIVIDUAL MCP TOOL

suggest_backgrounds

Rank structures for a natural-language brief ("dark aurora glow for an AI landing page").

creatica.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.creatica.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for suggest_backgrounds and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

creatica.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.creatica-backgrounds]
url = "https://api.creatica.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "creatica-backgrounds": {
      "type": "http",
      "url": "https://api.creatica.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: creatica-backgrounds
Remote MCP URL: https://api.creatica.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "creatica-backgrounds": {
      "url": "https://api.creatica.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "creatica-backgrounds": {
      "type": "http",
      "url": "https://api.creatica.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "creatica-backgrounds",
  "transport": "streamable-http",
  "url": "https://api.creatica.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_backgrounds — Browse the catalog of background structures.
  • describe_background — 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.
  • list_palettes — Built-in curated colour palettes with their hex colours and derived mood tags (dark, pastel, vivid, warm, cool…).
  • list_brand_kits — Saved brand palettes on this account.
  • generate_background — Render a background as SVG or PNG.