mcpbeat

Quiz MCP Server

video.quiz/api
not responding

Quiz is listed as active in the registry but did not answer our last check. It exposes 30 tools.

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

Uptime history 42 hours of history · worst hour 0%
42 hours agonow
0.0%
Uptime 24h
0 of 91 checks
30
Tools
read from the server
54 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add api --transport http https://www.quiz.video/mcp/
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "api": {
      "url": "https://www.quiz.video/mcp/"
    }
  }
}
~/.codex/config.toml
[mcp_servers.api]
url = "https://www.quiz.video/mcp/"
.cursor/mcp.json
{
  "mcpServers": {
    "api": {
      "url": "https://www.quiz.video/mcp/"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "api": {
      "url": "https://www.quiz.video/mcp/"
    }
  }
}

Available tools 30

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

quiz
quiz_video_add_quiz_questions
Append one or more questions (with their answers and optional images) to an existing quiz.
quiz_video_apply_template
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.
quiz_video_create_flashcard_deck
Create a flashcard deck. Required: title (3-120 chars) and cards[] (min 1). Optional: description (≤1200 chars), tags (≤50 each).
quiz_video_create_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[].
quiz_video_create_quiz_hook
Create a hook for a quiz. `hook` is a pass-through object whose fields follow the HookInput schema (see OpenAPI spec).
quiz_video_create_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.
quiz_video_create_template
Save a new custom template authored in the drag-and-drop editor. Required: template (the CustomTemplate JSON). Optional: name, description, thumbnail, isDefault, isPublic.
quiz_video_delete_flashcard_deck
Permanently delete a flashcard deck and all of its cards.
quiz_video_delete_quiz
Permanently delete a quiz and all of its questions, answers, and hooks.
quiz_video_delete_quiz_hook
Delete a single hook from a quiz.
quiz_video_delete_template
Permanently delete a custom template you own. Quizzes that have a snapshot of this template are unaffected — the snapshot remains in their themeCustomization.
quiz_video_download_render
Request a signed download URL for a completed render.
quiz_video_generate_quiz
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.
quiz_video_get_account
Get the authenticated user's account info, plan, and usage limits.
quiz_video_get_flashcard_deck
Fetch a flashcard deck (including all cards) by id.
quiz_video_get_quiz
Fetch a single quiz (including settings and metadata) by id.
quiz_video_get_render
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.
quiz_video_get_template
Fetch a single custom template (including the full scenes/layers payload) by id.
quiz_video_list_flashcard_decks
List flashcard decks owned by the authenticated user with optional pagination.
quiz_video_list_music
List available background music tracks.
quiz_video_list_quiz_hooks
List video hooks configured for a quiz.
quiz_video_list_quiz_questions
List questions (and their answers) for a quiz.
quiz_video_list_quizzes
List quizzes owned by the authenticated user with optional pagination (page, limit).
quiz_video_list_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.
quiz_video_update_quiz
Update a quiz. `updates` accepts any subset of quiz settings (title, description, format, template, timing, music, TTS, publish status, etc.).
quiz_video_update_quiz_hook
Update an existing hook on a quiz. Requires quizId and numeric hookId; `updates` is a partial HookInput.
quiz_video_update_template
Update an existing template. Any subset of fields may be supplied; omitted fields stay unchanged.
api
get_api_catalog
Return the Quiz.Video API catalog linkset for agent discovery.
llms
get_llms_txt
Return a compact LLM-readable summary of the Quiz.Video API.
openapi
get_openapi_spec
Return the Quiz.Video OpenAPI 3.1 specification.

Endpoints

URLTransportStateLatencyChecked
https://www.quiz.video/mcp/ streamable-http answering 54 ms 10 min ago

Quiz — questions

Answers built from our own checks of this server.

What can Quiz do?
It exposes 30 tools, read directly from the server on our last check. Among them: get_api_catalog, get_llms_txt, get_openapi_spec, quiz_video_add_quiz_questions, quiz_video_apply_template, quiz_video_create_flashcard_deck and 24 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Quiz working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 54 ms. The bar chart above shows every period we have measured.
The registry lists Quiz as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Quiz?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Quiz need an API key?
No. Quiz completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 30 of them are readable on this page. This is what we observed, not what the docs claim.