← Registry

Content Tools

quiz.video

Manage video quizzes with create, read, list, and catalog operations.

1 endpoint30 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://www.quiz.video/mcp

No auth detected

MCP server metadata

Name
video.quiz/api
Version
0.1.0
Capabilities
toolsresourcesprompts

Known tools 30

get_api_catalog

Return the Quiz.

Inferred read-only
get_openapi_spec

Return the Quiz.

Inferred read-only
get_llms_txt

Return a compact LLM-readable summary of the Quiz.

Inferred read-only
quiz_video_list_quizzes

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

Inferred read-only
quiz_video_get_quiz

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

Inferred read-only
quiz_video_create_quiz

Create a quiz.

Potential side effects
quiz_video_generate_quiz

AI-generate and save a quiz from a topic.

Inferred read-only
quiz_video_update_quiz

Update a quiz.

Potential side effects
quiz_video_delete_quiz

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

Potential side effects
quiz_video_list_quiz_questions

List questions (and their answers) for a quiz.

Inferred read-only
quiz_video_add_quiz_questions

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

Inferred read-only
quiz_video_list_quiz_hooks

List video hooks configured for a quiz.

Inferred read-only
quiz_video_create_quiz_hook

Create a hook for a quiz.

Potential side effects
quiz_video_update_quiz_hook

Update an existing hook on a quiz.

Potential side effects
quiz_video_delete_quiz_hook

Delete a single hook from a quiz.

Potential side effects
quiz_video_list_flashcard_decks

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

Inferred read-only
quiz_video_get_flashcard_deck

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

Inferred read-only
quiz_video_create_flashcard_deck

Create a flashcard deck.

Potential side effects
quiz_video_delete_flashcard_deck

Permanently delete a flashcard deck and all of its cards.

Potential side effects
quiz_video_create_render

Queue a new video render for an existing quiz.

Inferred read-only
quiz_video_get_render

Fetch the status and progress of a render session.

Inferred read-only
quiz_video_download_render

Request a signed download URL for a completed render.

Inferred read-only
quiz_video_get_account

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

Inferred read-only
quiz_video_list_music

List available background music tracks.

Inferred read-only
quiz_video_list_templates

List the caller's saved custom templates (and optionally public ones).

Inferred read-only
quiz_video_get_template

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

Inferred read-only
quiz_video_create_template

Save a new custom template authored in the drag-and-drop editor.

Potential side effects
quiz_video_update_template

Update an existing template.

Potential side effects
quiz_video_delete_template

Permanently delete a custom template you own.

Potential side effects
quiz_video_apply_template

Apply a snapshot of a custom template to one or more quizzes you own.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.video-quiz-api]
url = "https://www.quiz.video/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "video-quiz-api": {
      "type": "http",
      "url": "https://www.quiz.video/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: video-quiz-api
Remote MCP URL: https://www.quiz.video/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "video-quiz-api": {
      "url": "https://www.quiz.video/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "video-quiz-api": {
      "type": "http",
      "url": "https://www.quiz.video/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "video-quiz-api",
  "transport": "streamable-http",
  "url": "https://www.quiz.video/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.