Agent Tools
Back to MCP servers
● healthy

skills: {'id': 'get_api_catalog', 'name': 'get_api_catalog', 'description': 'Return the Quiz.Video API catalog linkset for agent discovery.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_openapi_spec', 'name': 'get_openapi_spec', 'description': 'Return the Quiz.Video OpenAPI 3.1 specification.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_llms_txt', 'name': 'get_llms_txt', 'description': 'Return a compact LLM-readable summary of the Quiz.Video API.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'quiz_video_list_quizzes', 'name': 'quiz_video_list_quizzes', 'description': 'List quizzes owned by the authenticated user with optional pagination (page, limit).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'quiz_video_get_quiz', 'name': 'quiz_video_get_quiz', 'description': 'Fetch a single quiz (including settings and metadata) by id.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'quiz_video_create_quiz', 'name': 'quiz_video_create_quiz', 'description': '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[].', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'quiz_video_generate_quiz', 'name': 'quiz_video_generate_quiz', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'quiz_video_update_quiz', 'name': 'quiz_video_update_quiz', 'description': 'Update a quiz. `updates` accepts any subset of quiz settings (title, description, format, template, timing, music, TTS, publish status, etc.).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 212.1ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://www.quiz.video/mcp
JSON-RPC initialize probe
curl -X POST https://www.quiz.video/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://www.quiz.video/mcp
Listed at (chiark)
https://chiark.ai/agents/0b24b857-76cf-4bb3-9854-43db76ff6da0