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.

oJo — HTML to image

NPM · @OJODOTSO/MCP-SERVER · SCANNED AUG 16

Render HTML or templates to a hosted image, in one response. Free previews need no API key.

72 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 Security99
  • 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
  • 30 of 129 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • 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 1 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability80
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 328 tokens (~328/item across 1 items; 1 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 Management13
  • Stability observed for 4 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
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 · @ojodotso/mcp-server

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

  • 16 Aug 26 +1
    • Security disclosure: fail → unverified functional
  • 14 Aug 26 +5
    • GHSA-f88m-g3jw-g9cj no longer affects this package security
    • Known CVEs: fail → pass security
    • Schema quality: 221 → 328 functional
    • Stability: unverified → 0.07 functional
    • Package version: 0.3.1 → 0.4.0 functional
  • 13 Aug 26 +6
    • Known CVEs: unverified → fail security
    • Dependency health: unverified → 0.90 functional
  • 12 Aug 26 +47
    • Known CVEs: fail → unverified security
    • Malware scan: unverified → pass security
    • Source repository: fail → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). 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
    • Security disclosure: unverified → fail functional
    • Dependency health: 0.90 → unverified functional
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
    • Capabilities: Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet. functional
    • Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 0.2.1 → 0.3.1 functional
    • Package version: 0.2.1 → 0.3.0 functional
  • 11 Aug 26 13

    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 16 Aug 2026 · Analysed npm/@ojodotso/mcp-server@0.4.0

Provenance No attestation

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

Result No attestation
Ecosystem npm
Dependencies 129 packages
Packages resolved 129
Stale 30
Tree resolution Complete
MCP tools · 1 exposed · ~328 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
create_preview_link ~328

Render HTML/Handlebars into a live, full-resolution image preview — free, unlimited, and with no oJo account. Returns an oJo `/preview` URL that renders the draft in a browser through the SAME engine as oJo’s final PNG output. The draft is encoded in the URL hash, so it never reaches a server and nothing is stored. Open it and screenshot it, or hand the link to a human for review. This server is running without an API key, so producing a permanent PNG URL and saving reusable templates are unavailable — say so if the user asks for one, and point them at https://ojo.so/dashboard/api.

NameTypeReqDescription
htmlstringyesPlain HTML/Handlebars to preview, using {{variable}} placeholders. Do NOT base64-encode it. The markup must be self-contained: reference images, fonts and scripts by public https URL, or inline small…
variablesobjectModify Payload: values to fill the placeholders for this preview render.
viewportHeightintegerViewport height in pixels (default 800).
viewportWidthintegerViewport width in pixels (default 1280).

No output schema declared.

No examples provided.