INDIVIDUAL MCP TOOL
get_recreate_brief
Returns everything aicut knows about ONE trend video for the purpose of making something like it: the video's public row, the NICHE it belongs to (the published trend cluster, with the premise a human wrote for it), a written `brief` you can hand to a create call as its idea, and `next_steps`.
LIVE ENDPOINT
https://mcp.aicut.pro/mcp
Connect to this endpoint to inspect the live schema for get_recreate_brief and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.aicut]
url = "https://mcp.aicut.pro/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aicut": {
"type": "http",
"url": "https://mcp.aicut.pro/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aicut
Remote MCP URL: https://mcp.aicut.pro/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": {
"aicut": {
"url": "https://mcp.aicut.pro/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aicut": {
"type": "http",
"url": "https://mcp.aicut.pro/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aicut",
"transport": "streamable-http",
"url": "https://mcp.aicut.pro/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_balance— Returns the signed-in aicut account's token balance and plan tier.list_models— Returns the AI video, image and audio models this API can generate with, each with the exact parameters it accepts (names, allowed values, limits, defaults where it has them), the media inputs it takes, and its pricing.generate_video— Starts an AI video generation on the signed-in aicut account, puts the aicut card in front of the user, and returns the new job's id immediately.get_video— Returns the current state of one video generation on the signed-in account.delete_video— Deletes ONE video from the signed-in account's library.list_videos— Returns the signed-in account's videos, newest first, one page at a time.upscale_image— Increases an existing image's resolution and returns the new job's id immediately.upscale_video— Increases an existing video's resolution - 2x, 3x or 4x - and returns the new job's id immediately.