api for Grok
video.quiz/api
Quiz.Video MCP: list, create, AI-generate, and render quiz and flashcard videos.
client:Grok
transport:streamable-http
tools:30
Install api in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"api": {
"type": "http",
"url": "https://www.quiz.video/mcp/"
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs
What Grok can do once it is connected
- get_api_catalog
- get_openapi_spec
- get_llms_txt
- quiz_video_list_quizzes
- quiz_video_get_quiz
- quiz_video_create_quiz
- quiz_video_generate_quiz
- quiz_video_update_quiz
- quiz_video_delete_quiz
- quiz_video_list_quiz_questions
- quiz_video_add_quiz_questions
- quiz_video_list_quiz_hooks
- quiz_video_create_quiz_hook
- quiz_video_update_quiz_hook
- quiz_video_delete_quiz_hook
- quiz_video_list_flashcard_decks
- quiz_video_get_flashcard_deck
- quiz_video_create_flashcard_deck
- quiz_video_delete_flashcard_deck
- quiz_video_create_render
- quiz_video_get_render
- quiz_video_download_render
- quiz_video_get_account
- quiz_video_list_music