# Motion Text (remote · motiontext.video)

Turn words, images, and audio into an animated video with MP4 export.

- Trust score: 62/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `motiontext.video`: 62/100 (this document), [markdown](https://verifymcp.io/servers/video-motiontext-motion-text/motiontext.md), [page](https://verifymcp.io/servers/video-motiontext-motion-text/motiontext)

## Channel facts

- Endpoint: `https://motiontext.video/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 2 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - 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.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 61/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (poor).
  - Context-footprint check failed: tool/resource definitions use about 676 tokens (~169/item across 4 items; 3 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 78/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 33% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http video-motiontext-motion-text https://motiontext.video/mcp
```

### Codex

```toml
[mcp_servers.video-motiontext-motion-text]
url = "https://motiontext.video/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "video-motiontext-motion-text": {
      "type": "remote",
      "url": "https://motiontext.video/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add video-motiontext-motion-text --url https://motiontext.video/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  video-motiontext-motion-text:
    url: "https://motiontext.video/mcp"
```

### Other

```json
{
  "mcpServers": {
    "video-motiontext-motion-text": {
      "type": "http",
      "url": "https://motiontext.video/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-08-03 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 60, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-29 (score 58, −1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional regression] Schema quality: pass → fail

### 2026-07-28 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 58, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 57)

First indexed and scored.

## MCP tools (3)

### `create_story_draft` (~232 tokens)

Create story draft

Create a complete, editable lyric-video or story-video draft and get back an edit link for the user. Prefer script mode (one beat per line) unless exact timings are known. Drafts expire after 30 days unless the user saves them. Most ads use one or two effects for the whole piece. fade, rise and pop read as professional; scatter, slam and glitch read as novelty and get tiring past a line or two. Vary the type SIZE and the vertical POSITION between lines rather than the effect — that is what makes a piece look composed rather than captioned.

Input parameters:

- `duration` (number)
- `entries` (array): Explicitly timed text, when you already know the timings.
- `format` (string)
- `mood` (string)
- `pace` (string)
- `presetId` (string): Visual preset; see list_visual_presets.
- `scenes` (array)
- `script` (string): One story beat per line; the Director paces scenes and captions to match mood and pace. Provide script OR entries.
- `title` (string)

### `list_visual_presets` (~28 tokens)

List visual presets

Complete looks (treatment, typography, colors, motion) that can style a draft.

### `get_spec` (~21 tokens)

Get Motion Text spec

Machine-readable capabilities, limits, draft schema, and integration endpoints.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/video-motiontext-motion-text/motiontext#diagnostics

## Score history

- 2026-08-03: 62
- 2026-08-02: 61
- 2026-08-01: 61
- 2026-07-31: 60
- 2026-07-30: 59
- 2026-07-29: 58
- 2026-07-28: 59
- 2026-07-27: 58
- 2026-07-26: 57

## Links

- Remote endpoint: https://motiontext.video/mcp
- Changelog RSS feed: https://verifymcp.io/servers/video-motiontext-motion-text/motiontext/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/video-motiontext-motion-text/motiontext/changelog.json
- HTML version of this page: https://verifymcp.io/servers/video-motiontext-motion-text/motiontext
