Corent
NPM · CORENT-MCP · SCANNED AUG 3
Generate images and videos via the Corent API — auto model routing with provider fallback.
Available components
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
- 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 6 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add gg13121-corent-mcp -- npx -y corent-mcp
codex mcp add gg13121-corent-mcp -- npx -y corent-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"gg13121-corent-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"corent-mcp"
],
"enabled": true
}
}
} openclaw mcp add gg13121-corent-mcp --command npx --arg -y --arg corent-mcp
mcp_servers:
gg13121-corent-mcp:
command: "npx"
args: ["-y", "corent-mcp"] {
"mcpServers": {
"gg13121-corent-mcp": {
"command": "npx",
"args": [
"-y",
"corent-mcp"
]
}
}
} 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.
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.
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.
create Create (plan + generate, budget-capped) ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| intent | string | yes | What you want, in natural language |
| max_cost_cents | integer | yes | Spend ceiling in cents for this one generation. Corent refuses if the estimate is higher. |
| Name | Type | Req | Description |
|---|---|---|---|
| actual_cost_cents | number|null | — | — |
| estimated_cost_cents | number|null | — | — |
| executed | boolean | — | — |
| message | string|null | — | — |
| result | — | — | — |
No examples provided.
generate_image 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.
| Name | Type | Req | Description |
|---|---|---|---|
| aspect_ratio | string | — | — |
| preference | string | — | What to optimize for; Corent picks the best model tier automatically |
| prompt | string | yes | What to generate, in plain language |
| style | string | — | Optional content style hint |
| tier | string | — | Quality tier (preferred): air=cheapest/fastest, lite=everyday, premium=production, pro=advanced, max_pro=maximum fidelity (flagship models). Overrides preference. |
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | — | — |
| images | array | — | — |
| meta | object | — | — |
| status | string | — | — |
No examples provided.
generate_video 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.
| Name | Type | Req | Description |
|---|---|---|---|
| aspect_ratio | string | — | — |
| duration_s | integer | — | Requested duration in seconds |
| image_url | string | — | If set, animates this image instead of pure text-to-video |
| preference | string | — | — |
| prompt | string | yes | What to generate, in plain language |
| resolution | string | — | Pixel 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 ~… |
| tier | string | — | Quality tier (preferred): air=cheapest/fastest, lite=everyday, premium=production, pro=advanced, max_pro=maximum fidelity (flagship models). Overrides preference. |
| Name | Type | Req | Description |
|---|---|---|---|
| error | string | — | — |
| id | string | — | — |
| images | array | — | — |
| meta | object | — | — |
| status | string | — | — |
| videos | array | — | — |
No examples provided.
get_balance Check account 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.
| Name | Type | Req | Description |
|---|---|---|---|
| balance_cents | number | — | — |
No examples provided.
get_job Check job status ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| job_id | string | yes | The job id returned by generate_video or generate_image |
| Name | Type | Req | Description |
|---|---|---|---|
| error | string | — | — |
| id | string | — | — |
| images | array | — | — |
| meta | object | — | — |
| status | string | — | — |
| videos | array | — | — |
No examples provided.
get_status Check service 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.
| Name | Type | Req | Description |
|---|---|---|---|
| status | string | — | — |
| tiers | object | — | — |
No examples provided.
plan Plan (cost preview, no generation) ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| intent | string | yes | What you want, in natural language, e.g. 'a 10s vertical clip of a sunrise for TikTok' |
| Name | Type | Req | Description |
|---|---|---|---|
| estimated_cost_cents | number|null | — | — |
| plan | object | — | — |
No examples provided.