← Registry

Content Tools

quizgen.dev

Creates and manages live quizzes, surveys, and forms.

1 endpoint14 known toolsFirst detected August 19, 2026Last detected August 19, 2026

ENDPOINT 1

https://quizgen.dev/mcp

No auth detected

MCP server metadata

Name
quizgen
Version
1.0.0
Capabilities
tools
Server instructions

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

create_quiz

Create a live, hosted quiz/form/survey and get its shareable URL.

Potential side effects
list_quizzes

List quizzes owned by the connected QuizGen account, newest first (default 50 per page; the result includes total and has_more).

Inferred read-only
get_quiz

Get one quiz including its full definition.

Inferred read-only
update_quiz

Replace a quiz's definition (full replacement, not a patch — send the complete new definition).

Potential side effects
set_quiz_status

Open ("live") or close ("closed") a quiz.

Inferred read-only
delete_quiz

Delete a quiz.

Potential side effects
get_responses

List a quiz's responses (answers, outcome, score, timestamps), newest first (default 50 per page; the result includes total and has_more).

Inferred read-only
get_response

Get a single response by id.

Inferred read-only
get_quiz_stats

Get a quiz's funnel stats: views, started, finished, completion rate, and outcome counts.

Inferred read-only
set_webhook

Set (url) or clear (url: null) the webhook for a quiz.

Inferred read-only
send_quiz_by_email

Email the quiz to recipients — each gets a unique tracked link so responses tie back to them (see get_sends).

Potential side effects
get_sends

Delivery status for a quiz's email sends: sent / started / completed per recipient, plus reminder counts and opt-outs.

Potential side effects
set_follow_up

Set (or clear with rule: null) automatic email reminders for recipients who haven't completed the quiz.

Potential side effects
check_account

Return the connected account's email, plan, and limits.

Potential side effects

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.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.

Trust status Neutral

quizgen.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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