# video.quiz/api (remote · www.quiz.video)

Quiz.Video MCP: list, create, AI-generate, and render quiz and flashcard videos.

- Trust score: 82/100 (high trust)
- Change this week: +7
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `www.quiz.video`: 82/100 (this document), [markdown](https://verifymcp.io/servers/video-quiz-api/www.md), [page](https://verifymcp.io/servers/video-quiz-api/www)

## Channel facts

- Endpoint: `https://www.quiz.video/mcp/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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**: 94/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.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 2602 tokens (~76/item across 34 items; 30 tools + 4 resources), lean.
  - 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**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 83% of tool parameters carry a description.
- **Capabilities**: 73/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### Claude

```bash
claude mcp add --transport http video-quiz-api https://www.quiz.video/mcp/
```

### Codex

```toml
[mcp_servers.video-quiz-api]
url = "https://www.quiz.video/mcp/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "video-quiz-api": {
      "type": "remote",
      "url": "https://www.quiz.video/mcp/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add video-quiz-api --url https://www.quiz.video/mcp/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  video-quiz-api:
    url: "https://www.quiz.video/mcp/"
```

### Other

```json
{
  "mcpServers": {
    "video-quiz-api": {
      "type": "http",
      "url": "https://www.quiz.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 82, +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 81, +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 80, +5)

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

### 2026-07-30 (score 75, −2)

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

### 2026-07-29 (score 77, +1)

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

### 2026-07-28 (score 76, +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 75, 0)

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

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

First indexed and scored.

## MCP tools (30)

### `get_api_catalog` (~21 tokens)

Get API catalog

Return the Quiz.Video API catalog linkset for agent discovery.

### `get_openapi_spec` (~22 tokens)

Get OpenAPI specification

Return the Quiz.Video OpenAPI 3.1 specification.

### `get_llms_txt` (~23 tokens)

Get LLM API summary

Return a compact LLM-readable summary of the Quiz.Video API.

### `quiz_video_list_quizzes` (~57 tokens)

List quizzes

List quizzes owned by the authenticated user with optional pagination (page, limit).

Input parameters:

- `limit` (number): Results per page (1–100, default 20).
- `page` (number): 1-indexed page number.

### `quiz_video_get_quiz` (~45 tokens)

Get a quiz

Fetch a single quiz (including settings and metadata) by id.

Input parameters:

- `quizId` (string, required): Quiz ID in YouTube-style 11-character base64url format.

### `quiz_video_create_quiz` (~378 tokens)

Create a quiz

Create a quiz. Prefer sending themeDescription or themeCustomization so the saved quiz has a custom visual theme; if omitted, the server derives one from the title/description. Omit backgroundMusicId to use default YouTube-safe shared background music, or set null for silent. Required: title. Optional: description, format, quizType, template, countdownSeconds, difficulty, musicVolume, and questions[].

Input parameters:

- `backgroundMusicId` (number|null): Background music track id from /api/v1/music. Omit to use the default YouTube-safe shared track; set null for silent.
- `countdownSeconds` (number): Seconds of countdown shown before each question (3–15).
- `description` (string): Optional longer description shown on the quiz page.
- `difficulty` (string): Target difficulty level for the generated/created quiz.
- `format` (string): Output aspect ratio: "tiktok" (9:16 vertical) or "youtube" (16:9 horizontal).
- `musicVolume` (number): Background music volume from 0 (silent) to 1 (full). Default 0.15.
- `questions` (array): Optional initial questions with their answers and images.
- `quizType` (string): Quiz mechanic: multiple_choice, reveal_answer, or picture_guess.
- `template` (string): Visual template id (e.g. "neon", "minimal").
- `themeCustomization` (object): Explicit custom theme to save and apply to the quiz. Invalid colors/fonts are ignored by the API sanitizer.
- `themeDescription` (string): Natural-language custom visual theme prompt. Example: "golden luxury game show", "ocean glass", or "cyber neon". The server saves the generated themeCustomization and applies it automatically.
- `title` (string, required): Human-readable quiz title.

### `quiz_video_generate_quiz` (~500 tokens)

Generate a quiz with AI

AI-generate and save a quiz from a topic. Prefer providing themeDescription or themeCustomization; when omitted, the server derives and saves a topic-based custom theme. Omit backgroundMusicId to use default YouTube-safe shared background music, or set null for silent. The response `data` always includes a `watchUrl` (the public quiz-viewer page, instantly playable). When autoRender is true, `data.render` also contains the queued render session so the agent can poll quiz_video_get_render for the MP4.

Input parameters:

- `answerOptionCount` (number): For multiple-choice quizzes, generate 3 or 4 answer options per question. Defaults to 4.
- `autoRender` (boolean): If true, immediately queue a video render for the new quiz. The render session (sessionId, status) is returned under `data.render`; poll quiz_video_get_render with that sessionId for progress and the…
- `backgroundMusicId` (number|null): Background music track id from /api/v1/music. Omit to use the default YouTube-safe shared track; set null for silent.
- `countdownSeconds` (number): Seconds of countdown shown before each question (3-15).
- `difficulty` (string): Target difficulty level.
- `extraDirection` (string): Additional instructions to steer the AI (tone, focus areas, exclusions).
- `format` (string): Output aspect ratio. Defaults to "tiktok".
- `musicVolume` (number): Background music volume from 0 (silent) to 1 (full). Default 0.15.
- `numberOfQuestions` (number): How many questions to generate (1–200).
- `progressBarStyle` (string): Countdown progress indicator style.
- `quizType` (string): Quiz mechanic to generate.
- `template` (string): Visual template id. If omitted, the saved custom theme can suggest a matching template.
- `themeCustomization` (object): Explicit custom theme to save and apply to the generated quiz. Use themeDescription for prompt-style themes.
- `themeDescription` (string): Natural-language custom visual theme prompt. Example: "golden luxury game show", "ocean glass", or "cyber neon".
- `topic` (string, required): Subject the AI should build the quiz around.

### `quiz_video_update_quiz` (~83 tokens)

Update quiz settings

Update a quiz. `updates` accepts any subset of quiz settings (title, description, format, template, timing, music, TTS, publish status, etc.).

Input parameters:

- `quizId` (string, required): Quiz ID in YouTube-style 11-character base64url format.
- `updates` (object, required): Partial quiz settings object; only included fields are updated.

### `quiz_video_delete_quiz` (~48 tokens)

Delete a quiz

Permanently delete a quiz and all of its questions, answers, and hooks.

Input parameters:

- `quizId` (string, required): Quiz ID in YouTube-style 11-character base64url format.

### `quiz_video_list_quiz_questions` (~44 tokens)

List quiz questions

List questions (and their answers) for a quiz.

Input parameters:

- `quizId` (string, required): Quiz ID in YouTube-style 11-character base64url format.

### `quiz_video_add_quiz_questions` (~67 tokens)

Add questions to a quiz

Append one or more questions (with their answers and optional images) to an existing quiz.

Input parameters:

- `questions` (array, required): One or more questions to append to the quiz.
- `quizId` (string, required): Quiz ID in YouTube-style 11-character base64url format.

### `quiz_video_list_quiz_hooks` (~41 tokens)

List quiz hooks

List video hooks configured for a quiz.

Input parameters:

- `quizId` (string, required): Quiz ID in YouTube-style 11-character base64url format.

### `quiz_video_create_quiz_hook` (~90 tokens)

Create a quiz hook

Create a hook for a quiz. `hook` is a pass-through object whose fields follow the HookInput schema (see OpenAPI spec).

Input parameters:

- `hook` (object, required): HookInput object (hookType, positionType, title, content, plus optional styling — see OpenAPI spec).
- `quizId` (string, required): Quiz ID in YouTube-style 11-character base64url format.

### `quiz_video_update_quiz_hook` (~96 tokens)

Update a quiz hook

Update an existing hook on a quiz. Requires quizId and numeric hookId; `updates` is a partial HookInput.

Input parameters:

- `hookId` (number, required): Numeric id of the hook to update (from list_quiz_hooks).
- `quizId` (string, required): Quiz ID in YouTube-style 11-character base64url format.
- `updates` (object, required): Partial HookInput object; only included fields are updated.

### `quiz_video_delete_quiz_hook` (~56 tokens)

Delete a quiz hook

Delete a single hook from a quiz.

Input parameters:

- `hookId` (number, required): Numeric id of the hook to delete.
- `quizId` (string, required): Quiz ID in YouTube-style 11-character base64url format.

### `quiz_video_list_flashcard_decks` (~57 tokens)

List flashcard decks

List flashcard decks owned by the authenticated user with optional pagination.

Input parameters:

- `limit` (number): Results per page (1–100, default 20).
- `page` (number): 1-indexed page number.

### `quiz_video_get_flashcard_deck` (~38 tokens)

Get a flashcard deck

Fetch a flashcard deck (including all cards) by id.

Input parameters:

- `deckId` (string, required): Flashcard deck ID.

### `quiz_video_create_flashcard_deck` (~117 tokens)

Create a flashcard deck

Create a flashcard deck. Required: title (3-120 chars) and cards[] (min 1). Optional: description (≤1200 chars), tags (≤50 each).

Input parameters:

- `cards` (array, required): Flashcards in the deck; at least one card is required.
- `description` (string): Optional deck description (≤1200 characters).
- `tags` (array): Optional tags to categorize the deck (≤50 characters each).
- `title` (string, required): Deck title (3–120 characters).

### `quiz_video_delete_flashcard_deck` (~38 tokens)

Delete a flashcard deck

Permanently delete a flashcard deck and all of its cards.

Input parameters:

- `deckId` (string, required): Flashcard deck ID.

### `quiz_video_create_render` (~95 tokens)

Start render

Queue a new video render for an existing quiz. Returns the render sessionId; poll quiz_video_get_render until its status is "completed" (typically 1-5 minutes), then call quiz_video_download_render to obtain the signed MP4 URL. The quiz itself is viewable immediately at /quiz/{slug}/ regardless of render status.

Input parameters:

- `quizId` (string, required): ID of the quiz to render into a video.

### `quiz_video_get_render` (~84 tokens)

Get render status

Fetch the status and progress of a render session. When status is "completed", the response also contains a signed `videoUrl` (and `filename`) so the agent can share the MP4 directly without a separate quiz_video_download_render call. In-progress polls return status + progress.

Input parameters:

- `sessionId` (string, required): Render session id returned when the render was started.

### `quiz_video_download_render` (~35 tokens)

Get render download URL

Request a signed download URL for a completed render.

Input parameters:

- `sessionId` (string, required): Render session id for a completed render.

### `quiz_video_get_account` (~23 tokens)

Get account

Get the authenticated user's account info, plan, and usage limits.

### `quiz_video_list_music` (~16 tokens)

List music library

List available background music tracks.

### `quiz_video_list_templates` (~70 tokens)

List custom templates

List the caller's saved custom templates (and optionally public ones). Templates are reusable scene-based designs that can be applied to many quizzes.

Input parameters:

- `includePublic` (boolean): Include public templates in addition to your own. Default true.
- `limit` (number)
- `page` (number)

### `quiz_video_get_template` (~41 tokens)

Get a custom template

Fetch a single custom template (including the full scenes/layers payload) by id.

Input parameters:

- `templateId` (string, required): Template id (tpl_...).

### `quiz_video_create_template` (~126 tokens)

Create a custom template

Save a new custom template authored in the drag-and-drop editor. Required: template (the CustomTemplate JSON). Optional: name, description, thumbnail, isDefault, isPublic.

Input parameters:

- `description` (string)
- `isDefault` (boolean): Mark as your default template (replaces any existing default).
- `isPublic` (boolean): Make discoverable to other users.
- `name` (string)
- `template` (object, required): CustomTemplate JSON with scenes.hook/question/answer and canvas.
- `thumbnail` (string): Optional preview image URL or data URI.

### `quiz_video_update_template` (~82 tokens)

Update a custom template

Update an existing template. Any subset of fields may be supplied; omitted fields stay unchanged.

Input parameters:

- `description` (string|null)
- `isDefault` (boolean)
- `isPublic` (boolean)
- `name` (string)
- `template` (object)
- `templateId` (string, required)
- `thumbnail` (string|null)

### `quiz_video_delete_template` (~47 tokens)

Delete a custom template

Permanently delete a custom template you own. Quizzes that have a snapshot of this template are unaffected — the snapshot remains in their themeCustomization.

Input parameters:

- `templateId` (string, required)

### `quiz_video_apply_template` (~81 tokens)

Apply template to quizzes

Apply a snapshot of a custom template to one or more quizzes you own. Sets each quiz's template field to "custom" and writes the snapshot into themeCustomization.customTemplate. Future edits to the source template do not auto-propagate.

Input parameters:

- `quizIds` (array, required): Quiz ids to apply the template to.
- `templateId` (string, required)

## Diagnostics

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

## Score history

- 2026-08-03: 82
- 2026-08-02: 81
- 2026-08-01: 81
- 2026-07-31: 80
- 2026-07-30: 75
- 2026-07-29: 77
- 2026-07-28: 76
- 2026-07-27: 75
- 2026-07-26: 75

## Links

- Remote endpoint: https://www.quiz.video/mcp/
- Website: https://www.quiz.video/
- Changelog RSS feed: https://verifymcp.io/servers/video-quiz-api/www/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/video-quiz-api/www/changelog.json
- HTML version of this page: https://verifymcp.io/servers/video-quiz-api/www
