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

ai.spideriq/publish

NPM · @SPIDERIQ/MCP-PUBLISH · SCANNED AUG 3

SpiderIQ Publish: content platform MCP (pages, posts, templates, components, domains, media)

+13 this week 48 Trust /100
Trust breakdown (6 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 →

Supply Chain Security70
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects sharp 0.33.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 (131 of 135), so this covers what we could see, not the whole tree. 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 7 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability27
  • AI-judged instruction clarity (poor).Fail
  • Context-footprint check failed: tool/resource definitions use about 36639 tokens (~234/item across 156 items; 156 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 Coverage91
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 72% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

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 · @spideriq/mcp-publish

# add to Claude Code
claude mcp add ai-spideriq-publish -- npx -y @spideriq/mcp-publish
# add to Codex CLI
codex mcp add ai-spideriq-publish -- npx -y @spideriq/mcp-publish
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-spideriq-publish": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@spideriq/mcp-publish"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ai-spideriq-publish --command npx --arg -y --arg @spideriq/mcp-publish
# ~/.hermes/config.yaml
mcp_servers:
  ai-spideriq-publish:
    command: "npx"
    args: ["-y", "@spideriq/mcp-publish"]
// mcp.json
{
  "mcpServers": {
    "ai-spideriq-publish": {
      "command": "npx",
      "args": [
        "-y",
        "@spideriq/mcp-publish"
      ]
    }
  }
}
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.

  • 2 Aug 26 +36
    • GHSA-f88m-g3jw-g9cj affects this package: high security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → poor functional
    • Licence: MIT functional
  • 1 Aug 26 −23
    • 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 +17
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −17
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 35

    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 3 Aug 2026 · Analysed npm/@spideriq/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-f88m-g3jw-g9cj high yes
Dependencies 131 packages

131 packages in the resolved dependency tree · 130 deprecated · 29 stale · 2 without a linked repository.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 156 exposed · ~36,639 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.

Tool Tokens
template_list_themes ~83

List available pre-built themes.

NameTypeReqDescription
projectstringOptional project — a website inside the workspace (proj_xxx) — to scope this call to. Sent as the X-Project-Id header. If omitted, the spideriq.json / SPIDERIQ_PROJECT_ID binding (or the workspace de…
workspacestring

No output schema declared.

No examples provided.

template_preview ~113

Render a template with mock data and return the HTML output.

NameTypeReqDescription
dataobjectMock data to pass to the template
projectstringOptional project — a website inside the workspace (proj_xxx) — to scope this call to. Sent as the X-Project-Id header. If omitted, the spideriq.json / SPIDERIQ_PROJECT_ID binding (or the workspace de…
template_pathstringyesTemplate path to render
workspacestring

No output schema declared.

No examples provided.

template_update_config ~148

Update template config: theme, route overrides, settings, or data sources.

NameTypeReqDescription
data_sourcesarrayConnected SpiderIQ data sources
projectstringOptional project — a website inside the workspace (proj_xxx) — to scope this call to. Sent as the X-Project-Id header. If omitted, the spideriq.json / SPIDERIQ_PROJECT_ID binding (or the workspace de…
routesobjectPath → template overrides (e.g. {"/pricing": "templates/pricing.liquid"})
settingsobjectTheme-level settings
themestringTheme name
workspacestring

No output schema declared.

No examples provided.

template_upsert ~445

Create or update a Liquid template. Provide the FULL Liquid template source code. The `path` param is the file path under the client's theme (e.g. 'templates/default.liquid', 'layout/theme.liquid', 'snippets/post-card.liquid'). It is a FILENAME, not a slug or shorthand — passing 'form' or 'page' as `path` will store garbage that no template-lookup path consults. Customizing form-page chrome at /f/<flow_id>: override 'templates/forms-standalone.liquid' (NOT 'templates/form.liquid', which is unused). Same for booking pages: 'templates/booking-standalone.liquid'. Both extend layout/theme.liquid, so a layout override applies to page + form + booking chrome together. To target form pages from inside layout/theme.liquid use `{% if template == 'forms-standalone' %}` (the Liquid `template` variable mirrors the file's basename, NOT a short name like 'form'). Phase 11+12 Lock 4 gate is opt-in via dry_run/confirm_token.

NameTypeReqDescription
confirm_tokenstringToken from a prior dry_run call. Single-use, 7d TTL.
contentstringyesLiquid template source code (full file body, not a diff).
dry_runbooleanPreview the change without mutating and receive a confirm_token. When omitted, the change is applied immediately (legacy behaviour preserved).
pathstringyesTemplate file path under the theme (e.g. 'templates/default.liquid', 'templates/forms-standalone.liquid', 'layout/theme.liquid'). Required. Backend rejects literal 'undefined' / 'null' / empty / non-…
projectstringOptional project — a website inside the workspace (proj_xxx) — to scope this call to. Sent as the X-Project-Id header. If omitted, the spideriq.json / SPIDERIQ_PROJECT_ID binding (or the workspace de…
themestringTheme name (default: "default")
workspacestring

No output schema declared.

No examples provided.

upload_local_directory ~489

Upload all matching files from a local directory to SpiderMedia. Walks the directory (recursive), sniffs content-type, uploads in a single /media/upload-batch request (up to 500 MB total for general folders, 20 MB for scroll-sequences/*). Returns {uploaded: [...], failed: [...], warnings}. Scroll-sequence workflow: - Default folder rule: if `folder` starts with "scroll-sequences/", the tool auto-enables both `auto_optimize=true` (Sharp → WebP q75, max 1920px) and `preserve_filename=true` (so frame_0001.webp lands at frame_0001.webp). - Override with explicit flags if needed. Filtering: pass `pattern` as a simple glob (e.g. "frame_*.webp") to filter the dir; default is all allowed extensions. Allowed: webp, jpg, jpeg, png, gif, pdf, mp4, webm, mov. Sharp is an optional peer dep. If missing, auto_optimize silently falls back to uploading originals (which may then hit server hard ceilings).

NameTypeReqDescription
auto_optimizebooleanRun Sharp locally before upload (WebP q75, max 1920px). Default: true for scroll-sequences/*, false otherwise.
folderstringTarget folder in the bucket. For scroll-sequences use 'scroll-sequences/<name>'.
local_dirstringyesAbsolute or cwd-relative path to the directory on disk
max_widthnumberWhen optimizing, max image width (default 1920)
patternstringOptional glob pattern (e.g. "frame_*.webp"). Matched against filename and relative path.
preserve_filenamebooleanDeterministic storage keys. Default: true for scroll-sequences/*, false otherwise.
projectstringOptional project — a website inside the workspace (proj_xxx) — to scope this call to. Sent as the X-Project-Id header. If omitted, the spideriq.json / SPIDERIQ_PROJECT_ID binding (or the workspace de…
qualitynumberWhen optimizing, WebP quality 1-100 (default 75)
workspacestringWorkspace name (default: "default")

No output schema declared.

No examples provided.

upload_local_file ~342

Upload a single local file to SpiderMedia. Reads the file from disk, sniffs content-type from the extension, and POSTs multipart to /dashboard/content/media/upload-batch. Server enforces weight policy (500 KB/file for scroll-sequences/*, 20 MB otherwise; video/* gets 500 MB). Returns {public_url, key, size, content_type}. Filenames: pass preserve_filename=true for deterministic storage keys (scroll-sequences that consume {base_url, pattern, count}). Default false keeps the legacy YYYYMMDD_HHMMSS_ prefix. Requires LLM11 SpiderMedia backend 2026-04-18+ when preserve_filename=true. Allowed extensions: webp, jpg, jpeg, png, gif, pdf, mp4, webm, mov.

NameTypeReqDescription
filenamestringRename the file on upload (default: use the local basename)
folderstringTarget folder in the bucket, e.g. 'scroll-sequences/hero' or 'migrations/homepage'
local_pathstringyesAbsolute or cwd-relative path to the file on disk
preserve_filenamebooleanIf true, storage key is {folder}/{filename} exactly (overwrites on collision). Default false.
projectstringOptional project — a website inside the workspace (proj_xxx) — to scope this call to. Sent as the X-Project-Id header. If omitted, the spideriq.json / SPIDERIQ_PROJECT_ID binding (or the workspace de…
workspacestringWorkspace name (default: "default")

No output schema declared.

No examples provided.

video_to_scroll_sequence ~826

Build a scroll-linked image-sequence hero from a video URL, end-to-end. One call replaces the 5-step recipe: upload video -> submit extract_frames -> poll -> build block -> update page. Extracts numbered WebP frames from the source video (ffmpeg, ~7x smaller than raw), uploads them to the client's SpiderMedia bucket with a deterministic pattern (frame_{0001..NNNN}.webp), then injects a 'sys-scroll-sequence' component block into the target page AS A DRAFT. **Never auto-publishes.** After this tool returns, call: 1. content_deploy_site_preview (review at preview-{hash}.sites.spideriq.ai) 2. content_deploy_site_production (with confirm_token) When to use: - Agent received "add a scroll-sequence hero from this video" request - Video is at a public URL (SpiderMedia, di-atomic, or public http/https) - Target page already exists (use content_create_page first if not) Frame-count strategies (pick one): - strategy='target_frames' + target_frames=N — exact N frames spread across full duration (most common) - strategy='fps' + fps=N — sample at N frames/second - strategy='duration_fps' + fps + duration_seconds — clip + sample Returns: manifest {base_url, pattern, count}, the inserted block JSON, and the new draft page version ID.

NameTypeReqDescription
background_colorstringHex color painted before frames load (default: #ffffff)
canvas_heightnumberCanvas render height, 240-1080 (default: 720)
canvas_widthnumberCanvas render width, 320-1920 (default: 1280)
dry_runbooleanIf true, returns block JSON without touching the page (default: false)
duration_secondsnumberClip duration in seconds (1-120). Required if strategy=duration_fps
fpsnumberSample FPS (1-60). Required if strategy=fps or duration_fps
output_formatstringFrame format (default: webp — half the bytes of jpeg at same quality)
output_qualitynumberEncoder quality 50-95 (default: 80)
output_widthnumberOutput frame width 320-1920 (default: 1280)
page_slugstringyesTarget page slug — MUST already exist. Use content_create_page first if not.
poll_interval_secondsnumberPoll interval in seconds (0.5-10, default: 2)
poll_timeout_secondsnumberMax seconds to wait for extract_frames (30-900, default: 300)
positionWhere to insert: "append" (default), "prepend", {index: N}, {before: slug}, or {after: slug}
preload_strategystringprogressive (default) loads ±15 frame window; all pre-loads everything
prioritynumberJob priority 0-10 (default: 5)
projectstringOptional project — a website inside the workspace (proj_xxx) — to scope this call to. Sent as the X-Project-Id header. If omitted, the spideriq.json / SPIDERIQ_PROJECT_ID binding (or the workspace de…
scroll_distance_vhnumberViewport heights to scroll through full sequence, 200-800 (default: 400)
strategystringFrame-count strategy (default: target_frames)
target_framesnumberExact frame count (10-600). Required if strategy=target_frames. Default: 120
video_urlstringyesSource video URL (SpiderMedia, di-atomic, or public http/https)
workspacestringWorkspace name (default: "default")

No output schema declared.

No examples provided.