← Registry

AI & Machine Learning

corent.tech

Generates images and videos from text prompts using AI, with job status and account management.

1 endpoint7 known toolsFirst detected July 17, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.corent.tech/mcp

No auth detected

Known tools 7

generate_image

Generate an image from a text prompt.

Inferred read-only
generate_video

Start generating a video from a text prompt (optionally animating a source image).

Inferred read-only
get_job

Check the status of a generation job (mainly videos).

Inferred read-only
get_balance

Get the Corent account's remaining balance in cents.

Inferred read-only
get_status

Get live operational status of Corent's generation tiers (operational/degraded).

Inferred read-only
plan

Preview how Corent would handle a plain-language request WITHOUT generating anything (costs a fraction of a cent).

Inferred read-only
create

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).

Potential side effects

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.corent-tech]
url = "https://mcp.corent.tech/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "corent-tech": {
      "type": "http",
      "url": "https://mcp.corent.tech/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: corent-tech
Remote MCP URL: https://mcp.corent.tech/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": {
    "corent-tech": {
      "url": "https://mcp.corent.tech/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "corent-tech": {
      "type": "http",
      "url": "https://mcp.corent.tech/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "corent-tech",
  "transport": "streamable-http",
  "url": "https://mcp.corent.tech/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for corent.tech was fetched 2026-08-04T17:23:23.047Z and is being refreshed.

Trust status Neutral

corent.tech is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.