AI & Machine Learning
corent.tech
Generates images and videos from text prompts using AI, with job status and account management.
ENDPOINT 1
https://mcp.corent.tech/mcp
Known tools 7
generate_videoStart generating a video from a text prompt (optionally animating a source image).
Inferred read-onlyget_statusGet live operational status of Corent's generation tiers (operational/degraded).
Inferred read-onlyplanPreview how Corent would handle a plain-language request WITHOUT generating anything (costs a fraction of a cent).
Inferred read-onlycreateDescribe 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 effectsCONNECT 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.
corent.tech is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.