← aicut.pro

INDIVIDUAL MCP TOOL

publish_post

SENDS a prepared post, or schedules it.

aicut.pronone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.aicut.pro/mcp

No auth detected

Connect to this endpoint to inspect the live schema for publish_post 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

aicut.pro

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.