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.

Corent

NPM · CORENT-MCP · SCANNED AUG 3

Generate images and videos via the Corent API — auto model routing with provider fallback.

Available components

+18 this week 70 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 Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 832 tokens (~104/item across 8 items; 7 tools + 1 resources), lean.Pass
  • 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 Coverage95
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 81% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
  • Supports UI / widget rendering.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 · corent-mcp

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

  • 3 Aug 26 +1

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

  • 2 Aug 26 +43
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • License: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → good functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • First check of Capabilities: pass functional
    • Licence: MIT functional
  • 31 Jul 26 −26
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 52

    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/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

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

MCP tools — 7 exposed · ~814 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 ~147

Describe what you want in plain language and Corent plans AND generates it — choosing image vs video, tier, aspect ratio, and duration for you (the 'zero decisions' path). You MUST pass max_cost_cents as a spend ceiling; if the estimated cost exceeds it, nothing is generated and you're told the estimate so you can raise the ceiling. Image results come back with a URL; video results come back as a job id to poll with get_job. Failed generations are never billed.

NameTypeReqDescription
intentstringyesWhat you want, in natural language
max_cost_centsintegeryesSpend ceiling in cents for this one generation. Corent refuses if the estimate is higher.
NameTypeReqDescription
actual_cost_centsnumber|null
estimated_cost_centsnumber|null
executedboolean
messagestring|null
result

No examples provided.

generate_image ~150

Generate an image from a text prompt. Returns a permanent public URL. Synchronous: typically completes in 2-20 seconds. Costs a few cents, billed to the Corent account. Failed generations are never billed.

NameTypeReqDescription
aspect_ratiostring
preferencestringWhat to optimize for; Corent picks the best model tier automatically
promptstringyesWhat to generate, in plain language
stylestringOptional content style hint
tierstringQuality tier (preferred): air=cheapest/fastest, lite=everyday, premium=production, pro=advanced, max_pro=maximum fidelity (flagship models). Overrides preference.
NameTypeReqDescription
idstring
imagesarray
metaobject
statusstring

No examples provided.

generate_video ~261

Start generating a video from a text prompt (optionally animating a source image). Asynchronous: returns a job id immediately; poll get_job until status is 'completed'. Video costs more than images (tens of cents to a few dollars depending on tier). Failed generations are never billed.

NameTypeReqDescription
aspect_ratiostring
duration_sintegerRequested duration in seconds
image_urlstringIf set, animates this image instead of pure text-to-video
preferencestring
promptstringyesWhat to generate, in plain language
resolutionstringPixel resolution (default 720p). Tier-capped: premium/pro allow up to 1080p, max_pro up to 4k; above the tier's cap it is clamped down, never rejected. Higher resolutions cost more (1080p ~2.5x, 4k ~…
tierstringQuality tier (preferred): air=cheapest/fastest, lite=everyday, premium=production, pro=advanced, max_pro=maximum fidelity (flagship models). Overrides preference.
NameTypeReqDescription
errorstring
idstring
imagesarray
metaobject
statusstring
videosarray

No examples provided.

get_balance ~31

Get the Corent account's remaining balance in cents. Useful before starting expensive video generations. Read-only and free.

Input schema present but exposes no named parameters.

NameTypeReqDescription
balance_centsnumber

No examples provided.

get_job ~57

Check the status of a generation job (mainly videos). When completed, the response includes the permanent media URL and the cost. Read-only and free.

NameTypeReqDescription
job_idstringyesThe job id returned by generate_video or generate_image
NameTypeReqDescription
errorstring
idstring
imagesarray
metaobject
statusstring
videosarray

No examples provided.

get_status ~36

Get live operational status of Corent's generation tiers (operational/degraded). Read-only and free; useful to pick a healthy tier.

Input schema present but exposes no named parameters.

NameTypeReqDescription
statusstring
tiersobject

No examples provided.

plan ~132

Preview how Corent would handle a plain-language request WITHOUT generating anything (costs a fraction of a cent). Corent decides whether it's an image or video, which tier, aspect ratio, and duration, and returns the plan plus an estimated cost. Use this to decide or confirm cost before spending. If the request is something Corent can't generate (audio, text, 3D, editing, real-world actions), can_fulfill is false with a reason.

NameTypeReqDescription
intentstringyesWhat you want, in natural language, e.g. 'a 10s vertical clip of a sunrise for TikTok'
NameTypeReqDescription
estimated_cost_centsnumber|null
planobject

No examples provided.