← corent.tech

INDIVIDUAL MCP TOOL

plan

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

corent.technone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

corent.tech

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.

Related tools

  • generate_image — Generate an image from a text prompt.
  • generate_video — Start generating a video from a text prompt (optionally animating a source image).
  • get_job — Check the status of a generation job (mainly videos).
  • get_balance — Get the Corent account's remaining balance in cents.
  • get_status — Get live operational status of Corent's generation tiers (operational/degraded).
  • 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).