Content Tools
quiz.video
Manage video quizzes with create, read, list, and catalog operations.
ENDPOINT 1
https://www.quiz.video/mcp
MCP server metadata
- Name
- video.quiz/api
- Version
- 0.1.0
Known tools 30
quiz_video_list_quizzesList quizzes owned by the authenticated user with optional pagination (page, limit).
Inferred read-onlyquiz_video_delete_quizPermanently delete a quiz and all of its questions, answers, and hooks.
Potential side effectsquiz_video_add_quiz_questionsAppend one or more questions (with their answers and optional images) to an existing quiz.
Inferred read-onlyquiz_video_list_flashcard_decksList flashcard decks owned by the authenticated user with optional pagination.
Inferred read-onlyquiz_video_delete_flashcard_deckPermanently delete a flashcard deck and all of its cards.
Potential side effectsquiz_video_get_accountGet the authenticated user's account info, plan, and usage limits.
Inferred read-onlyquiz_video_list_templatesList the caller's saved custom templates (and optionally public ones).
Inferred read-onlyquiz_video_get_templateFetch a single custom template (including the full scenes/layers payload) by id.
Inferred read-onlyquiz_video_create_templateSave a new custom template authored in the drag-and-drop editor.
Potential side effectsquiz_video_apply_templateApply a snapshot of a custom template to one or more quizzes you own.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.