ENDPOINT 1
https://quizgen.dev/mcp
MCP server metadata
- Name
- quizgen
- Version
- 1.0.0
QuizGen creates live, hosted quizzes/forms/surveys. Without authorization, create_quiz makes a temporary sandbox quiz (expires in 72 hours, 10 responses max) and returns a secret claim_url — show it only to your user; opening it after a free signup keeps the quiz. Ask the user if they'd like the claim link emailed to them and pass creator_email if so. If (and only if) your client offers QuizGen account authorization, use it before account tools such as list/get/responses/stats, editing, sending, and automation. Never ask the user to paste an API key into chat. If authorization is unavailable, use sandbox create_quiz and give the user both the quiz URL and the private claim_url. Start with create_quiz; its input schema documents the complete quiz format. On a validation error, fix exactly the listed fields and retry. If create_quiz returns a plan_limit, present the upgrade option immediately using its upgrade_url and upgrade_benefit. Offer closing an existing quiz only as a secondary alternative, and never close or delete anything without the user's explicit confirmation.
Known tools 14
list_quizzesList quizzes owned by the connected QuizGen account, newest first (default 50 per page; the result includes total and has_more).
Inferred read-onlyupdate_quizReplace a quiz's definition (full replacement, not a patch — send the complete new definition).
Potential side effectsget_responsesList a quiz's responses (answers, outcome, score, timestamps), newest first (default 50 per page; the result includes total and has_more).
Inferred read-onlyget_quiz_statsGet a quiz's funnel stats: views, started, finished, completion rate, and outcome counts.
Inferred read-onlysend_quiz_by_emailEmail the quiz to recipients — each gets a unique tracked link so responses tie back to them (see get_sends).
Potential side effectsget_sendsDelivery status for a quiz's email sends: sent / started / completed per recipient, plus reminder counts and opt-outs.
Potential side effectsset_follow_upSet (or clear with rule: null) automatic email reminders for recipients who haven't completed the quiz.
Potential side effectsCONNECT 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.quizgen]
url = "https://quizgen.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"quizgen": {
"type": "http",
"url": "https://quizgen.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: quizgen
Remote MCP URL: https://quizgen.dev/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": {
"quizgen": {
"url": "https://quizgen.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"quizgen": {
"type": "http",
"url": "https://quizgen.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "quizgen",
"transport": "streamable-http",
"url": "https://quizgen.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for quizgen.dev was fetched 2026-08-21T15:42:55.685Z.
quizgen.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.