# aicut (remote · mcp.aicut.pro)

Generate AI videos, images, audio and staged AI Video Story episodes, and publish them to social.

- Trust score: 80/100 (high trust)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `mcp.aicut.pro`: 80/100 (this document), [markdown](https://verifymcp.io/servers/pro-aicut-aicut/mcp.md), [page](https://verifymcp.io/servers/pro-aicut-aicut/mcp)

## Channel facts

- Endpoint: `https://mcp.aicut.pro/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.3.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 89/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 56/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 79964 tokens (~1567/item across 51 items; 51 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 63/100
  - Stability observed for 19 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 50/100
  - Injection-marker check failed: the server instructions contains an instruction to conceal the call from the user, the text "do not tell the user", at byte 3051 of that field, plus 11 further marker(s) of the same kind.
  - All 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 52 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### How do I install the aicut MCP server?

aicut is a hosted endpoint at https://mcp.aicut.pro/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http pro-aicut-aicut 'https://mcp.aicut.pro/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "pro-aicut-aicut": {
      "url": "https://mcp.aicut.pro/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "pro-aicut-aicut": {
      "type": "http",
      "url": "https://mcp.aicut.pro/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.pro-aicut-aicut]
url = "https://mcp.aicut.pro/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "pro-aicut-aicut": {
      "type": "remote",
      "url": "https://mcp.aicut.pro/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add pro-aicut-aicut --url 'https://mcp.aicut.pro/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  pro-aicut-aicut:
    url: "https://mcp.aicut.pro/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "pro-aicut-aicut": {
      "Transport": "http",
      "Url": "https://mcp.aicut.pro/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add pro-aicut-aicut -t streamable-http -u 'https://mcp.aicut.pro/mcp'
```

### Other

```json
{
  "mcpServers": {
    "pro-aicut-aicut": {
      "type": "http",
      "url": "https://mcp.aicut.pro/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 80, +1)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-19 (score 79, 0)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-18 (score 79, +1)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-17 (score 78, 0)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-16 (score 78, +1)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-15 (score 77, 0)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-14 (score 77, +1)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-13 (score 76, 0)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

## MCP tools (51)

The latest capture was truncated, so this tool list may be partial.

### `get_balance` (~153 tokens)

### `list_models` (~1352 tokens)

Input parameters:

- `cursor` (string)
- `limit` (integer)
- `model` (string)
- `query` (string)
- `tags` (array)
- `type` (string)

### `generate_video` (~2546 tokens)

Input parameters:

- `aspect_ratio` (string)
- `audio` (boolean)
- `duration` (number)
- `end_image` (string)
- `estimate_only` (boolean)
- `idempotency_key` (string)
- `model` (string, required)
- `prompt` (string)
- `reference_images` (array)
- `reference_videos` (array)
- `resolution` (string)
- `start_image` (string)

### `get_video` (~718 tokens)

Input parameters:

- `id` (string, required)

### `delete_video` (~489 tokens)

Input parameters:

- `id` (string, required)

### `list_videos` (~563 tokens)

Input parameters:

- `cursor` (string)
- `kind` (string)
- `limit` (integer)

### `upscale_image` (~2587 tokens)

Input parameters:

- `estimate_only` (boolean)
- `idempotency_key` (string)
- `model` (string, required)
- `source_image` (string, required)
- `upscale_factor` (number)

### `edit_video` (~2560 tokens)

Input parameters:

- `estimate_only` (boolean)
- `idempotency_key` (string)
- `prompt` (string, required)
- `resolution` (string, required)
- `source_video` (string, required)

### `upscale_video` (~2254 tokens)

Input parameters:

- `estimate_only` (boolean)
- `idempotency_key` (string)
- `source_video` (string, required)
- `upscale_factor` (number)

### `extend_video` (~2517 tokens)

Input parameters:

- `aspect_ratio` (string, required)
- `audio` (boolean)
- `duration` (number, required)
- `estimate_only` (boolean)
- `idempotency_key` (string)
- `model` (string, required)
- `prompt` (string)
- `resolution` (string)
- `source_video` (string, required)

### `motion_control` (~2467 tokens)

Input parameters:

- `character_image` (string, required)
- `character_orientation` (string)
- `estimate_only` (boolean)
- `idempotency_key` (string)
- `model` (string, required)
- `reference_video` (string, required)
- `resolution` (string, required)

### `generate_lipsync` (~2408 tokens)

Input parameters:

- `character_image` (string, required)
- `estimate_only` (boolean)
- `idempotency_key` (string)
- `prompt` (string)
- `resolution` (string, required)
- `source_audio` (string, required)

### `upload_media_widget` (~813 tokens)

### `upload_media` (~1970 tokens)

Input parameters:

- `bytes` (integer, required)
- `content_type` (string, required)
- `file_name` (string)

### `confirm_upload` (~734 tokens)

Input parameters:

- `id` (string, required)

### `generate_image` (~2281 tokens)

Input parameters:

- `aspect_ratio` (string)
- `estimate_only` (boolean)
- `idempotency_key` (string)
- `images` (array)
- `model` (string, required)
- `prompt` (string)
- `quality` (string)
- `resolution` (string)

### `get_image` (~379 tokens)

Input parameters:

- `id` (string, required)

### `list_images` (~268 tokens)

Input parameters:

- `cursor` (string)
- `limit` (integer)

### `generate_audio` (~3614 tokens)

Input parameters:

- `duration` (number)
- `estimate_only` (boolean)
- `force_instrumental` (boolean)
- `idempotency_key` (string)
- `length_ms` (number)
- `loop` (boolean)
- `model` (string, required)
- `prompt` (string)
- `prompt_influence` (number)
- `similarity_boost` (number)
- `speed` (number)
- `stability` (number)
- `style` (number)
- `text` (string)
- `voice` (string)

### `get_audio` (~442 tokens)

Input parameters:

- `id` (string, required)

### `list_audio` (~302 tokens)

Input parameters:

- `cursor` (string)
- `limit` (integer)

### `list_voices` (~1905 tokens)

Input parameters:

- `cursor` (string)
- `language` (string)
- `limit` (integer)
- `provider` (string)
- `usable_for` (string)

### `wait_for_generation` (~804 tokens)

Input parameters:

- `id` (string, required)
- `media` (string, required)

### `show_generation` (~547 tokens)

Input parameters:

- `id` (string, required)
- `media` (string, required)

### `analyze_video` (~989 tokens)

Input parameters:

- `end_seconds` (number)
- `idempotency_key` (string)
- `start_seconds` (number)
- `url` (string, required)

### `get_analysis` (~434 tokens)

Input parameters:

- `id` (string, required)

### `list_analyses` (~498 tokens)

Input parameters:

- `cursor` (string)
- `limit` (integer)

### `list_characters` (~544 tokens)

Input parameters:

- `cursor` (string)
- `limit` (integer)

### `list_series` (~2842 tokens)

Input parameters:

- `series_id` (string)
- `video_model` (string)

### `list_series_ideas` (~579 tokens)

Input parameters:

- `series_id` (string, required)

### `browse_series` (~631 tokens)

### `list_trends` (~890 tokens)

Input parameters:

- `breakout` (boolean)
- `cluster_id` (string)
- `days` (integer)
- `dialogue` (string)
- `language` (string)
- `limit` (integer)
- `page` (integer)
- `sort` (string)

### `get_recreate_brief` (~607 tokens)

Input parameters:

- `trend_id` (string, required)

### `generate_cast` (~1234 tokens)

Input parameters:

- `idea` (string)
- `language` (string)
- `series_id` (string, required)
- `world` (string)

### `generate_cast_portraits` (~2550 tokens)

Input parameters:

- `draft_id` (string, required)
- `estimate_only` (boolean)
- `portrait_model` (string)

### `regenerate_cast_portrait` (~2117 tokens)

Input parameters:

- `character_id` (string, required)
- `estimate_only` (boolean)
- `idempotency_key` (string)
- `image_model` (string)

### `describe_cast_member` (~2658 tokens)

Input parameters:

- `character_id` (string, required)
- `description` (string, required)
- `estimate_only` (boolean)
- `idempotency_key` (string)
- `image_model` (string)

### `generate_story_video` (~4478 tokens)

Input parameters:

- `aspect_ratio` (string)
- `cast_member_ids` (array)
- `duration_seconds` (number, required)
- `estimate_only` (boolean)
- `idea` (string, required)
- `idempotency_key` (string)
- `language` (string)
- `series_id` (string, required)
- `start_frame_model` (string)
- `video_model` (string, required)

### `regenerate_story_frame` (~2609 tokens)

Input parameters:

- `cast_member_ids` (array)
- `estimate_only` (boolean)
- `idempotency_key` (string)
- `scene_index` (integer, required)
- `video_id` (string, required)

### `change_story_scene` (~3370 tokens)

Input parameters:

- `change` (string, required)
- `estimate_only` (boolean)
- `idempotency_key` (string)
- `scene_index` (integer, required)
- `video_id` (string, required)

### `set_scene_kept` (~495 tokens)

Input parameters:

- `kept` (boolean, required)
- `scene_index` (integer, required)
- `video_id` (string, required)

### `fire_story_video` (~2782 tokens)

Input parameters:

- `auto_render` (boolean)
- `estimate_only` (boolean)
- `idempotency_key` (string)
- `video_id` (string, required)

### `render_story_video` (~2199 tokens)

Input parameters:

- `estimate_only` (boolean)
- `idempotency_key` (string)
- `video_id` (string, required)

### `generate_fake_text_video` (~3867 tokens)

Input parameters:

- `aspect_ratio` (string)
- `background` (string)
- `contact_name` (string, required)
- `estimate_only` (boolean)
- `idempotency_key` (string)
- `language` (string)
- `messages` (array, required)
- `notification_sounds` (boolean)
- `template` (string)
- `voice_left` (string)
- `voice_provider_left` (string)
- `voice_provider_right` (string)
- `voice_right` (string)
- `voice_speed_left` (number)
- `voice_speed_right`

### `generate_image_story` (~3367 tokens)

Input parameters:

- `aspect_ratio` (string)
- `caption_position` (string)
- `caption_style` (string)
- `estimate_only` (boolean)
- `idempotency_key` (string)
- `image_model` (string)
- `image_resolution` (string)
- `language` (string)
- `seconds_per_image` (number)
- `sound_effects` (boolean)
- `style_id` (string)
- `text` (string, required)
- `transition_effects` (boolean)
- `transition_sounds` (boolean)
- `voice` (string)
- `voice_provider` (string)

### `list_image_story_styles` (~357 tokens)

### `list_social_accounts` (~335 tokens)

### `prepare_post` (~1576 tokens)

Input parameters:

- `account_id` (integer, required)
- `allow_comments` (boolean)
- `allow_duet` (boolean)
- `allow_stitch` (boolean)
- `caption` (string, required)
- `category_id` (string)
- `is_branded_content` (boolean)
- `is_your_brand` (boolean)
- `platform` (string, required)
- `privacy_level` (string)
- `schedule_at` (string)
- `tags` (array)
- `title` (string)
- `video_id` (string, required)

### `publish_post` (~1293 tokens)

Input parameters:

- `post_id` (string, required)
- `schedule_at` (string|null)

### `get_post_status` (~631 tokens)

Input parameters:

- `post_id` (string, required)

### `review_post` (~534 tokens)

Input parameters:

- `post_id` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/pro-aicut-aicut/mcp#diagnostics

## Score history

- 2026-09-20: 80
- 2026-09-19: 79
- 2026-09-18: 79
- 2026-09-17: 78
- 2026-09-16: 78
- 2026-09-15: 77
- 2026-09-14: 77
- 2026-09-13: 76
- 2026-09-12: 76
- 2026-09-11: 75
- 2026-09-10: 75
- 2026-09-09: 74
- 2026-09-08: 74
- 2026-09-07: 73
- 2026-09-06: 73
- 2026-09-05: 73
- 2026-09-04: 61
- 2026-09-03: 60
- 2026-09-02: 60
- 2026-09-01: 71

## Common questions

### What is the aicut MCP server?

aicut is an MCP server listed in the public MCP registry as pro.aicut/aicut. Generate AI videos, images, audio and staged AI Video Story episodes, and publish them to social. This page covers its hosted endpoint (https://mcp.aicut.pro/mcp).

### Is the aicut MCP server safe to use?

aicut scores 80 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### Does the aicut MCP server require authentication?

Yes. aicut asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the aicut MCP server still maintained?

aicut is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.aicut.pro/mcp
- Repository: https://github.com/aicut-pro/aicut-mcp
- Website: https://www.aicut.pro/mcp
- Changelog RSS feed: https://verifymcp.io/servers/pro-aicut-aicut/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/pro-aicut-aicut/mcp.json
- HTML version of this page: https://verifymcp.io/servers/pro-aicut-aicut/mcp
