# com.mographr/motion-tools (remote · mcp.mographr.com)

Render animated motion-graphics overlays as MP4: lower thirds, titles, callouts

- Trust score: 62/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-07

## Components

- remote · `mcp.mographr.com`: 62/100 (this document), [markdown](https://verifymcp.io/servers/com-mographr-motion-tools/mcp.md), [page](https://verifymcp.io/servers/com-mographr-motion-tools/mcp)

## Channel facts

- Endpoint: `https://mcp.mographr.com/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-07.

- **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 3 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**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 367 tokens (~91/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 89/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 67% 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 com-mographr-motion-tools https://mcp.mographr.com/mcp
```

### Codex

```toml
[mcp_servers.com-mographr-motion-tools]
url = "https://mcp.mographr.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-mographr-motion-tools": {
      "type": "remote",
      "url": "https://mcp.mographr.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-mographr-motion-tools --url https://mcp.mographr.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-mographr-motion-tools:
    url: "https://mcp.mographr.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-mographr-motion-tools": {
      "type": "http",
      "url": "https://mcp.mographr.com/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-06 (score 62, +1)

- [security regression] HSTS header: unverified → fail
- [security improvement] TLS certificate: unverified → pass
- [security improvement] Transport: fail → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 3 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [functional improvement] Endpoint reachability: unreachable → reachable
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.07
- [functional improvement] MCP protocol: unverified → pass

### 2026-08-05 (score 61, 0)

- [security regression] Endpoint reachability: reachable → unreachable
- [security regression] HSTS header: fail → unverified
- [security regression] TLS certificate: pass → unverified
- [security regression] Transport: pass → fail
- [security] Authorization: Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-08-04 (score 61)

First indexed and scored.

## MCP tools (4)

### `list_motion_tools` (~76 tokens)

List Mographr's free motion-graphics tools: customizable animated video templates (lower thirds, titles, intros, callouts) that render a real MP4. Each tool supports custom text, preset color schemes and multiple design systems. Free renders include a small mographr.com watermark; each tool's page offers an interactive editor.

### `get_motion_tool` (~70 tokens)

Get one Mographr tool's full schema: customizable fields (with max lengths and examples), design-system variants (use the variant id when rendering), color schemes, output size and an example render call.

Input parameters:

- `slug` (string, required): Tool slug from list_motion_tools, e.g. "lower-thirds"

### `render_motion_tool` (~180 tokens)

Render a customized MP4 with a Mographr free tool. Pass the tool slug, optional variantId (a design-system variant from get_motion_tool; defaults to the tool's default variant), optional colorSchemeId, and `fields` — the text values keyed by field key. Returns a renderId to poll with get_motion_render plus the interactive page URL. Free renders carry a small mographr.com watermark and take ~1–3 minutes on the CPU render lane.

Input parameters:

- `colorSchemeId` (string): Color scheme id (from get_motion_tool). Optional.
- `fields` (object): Text values keyed by field key, e.g. {"title": "Jane Doe", "subtitle": "Product Designer"}
- `slug` (string, required)
- `variantId` (string): Design-system variant id (from get_motion_tool). Optional.

### `get_motion_render` (~41 tokens)

Poll a render started with render_motion_tool. Returns status, progress and (when completed) the MP4 download URL.

Input parameters:

- `renderId` (string, required)

## Diagnostics

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

## Score history

- 2026-08-07: 62
- 2026-08-06: 62
- 2026-08-05: 61
- 2026-08-04: 61

## Links

- Remote endpoint: https://mcp.mographr.com/mcp
- Repository: https://github.com/kossik/mographr-mcp-docs
- Website: https://www.mographr.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-mographr-motion-tools/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-mographr-motion-tools/mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-mographr-motion-tools/mcp
