Skip to main content
Glama
rooquiz

RooQuiz

by rooquiz

RooQuiz MCP Server

Install in VS Code Install in Cursor

Remote MCP server for RooQuiz — a lightweight assessment platform for lead capture and viral sharing. Build quizzes with AI-assisted authoring, capture leads from results pages, and analyze funnel conversion — straight from Claude, ChatGPT, Cursor, or any MCP client.

  • Endpoint: https://payload.rooquiz.com/api/mcp (Streamable HTTP)

  • Auth: OAuth 2.1 — authorization code + PKCE with dynamic client registration. Sign in with your RooQuiz account when your client prompts you; no API key needed.

  • Registry name: com.rooquiz/rooquiz-mcp

Connect

One-click: VS Code · VS Code Insiders · Cursor

Claude Code

claude mcp add --transport http rooquiz https://payload.rooquiz.com/api/mcp

claude.ai / ChatGPT — add a custom connector and paste the endpoint URL.

Cursor (.cursor/mcp.json)

{
  "mcpServers": {
    "rooquiz": {
      "url": "https://payload.rooquiz.com/api/mcp"
    }
  }
}

VS Code / GitHub Copilot (.vscode/mcp.json)

{
  "servers": {
    "rooquiz": {
      "type": "http",
      "url": "https://payload.rooquiz.com/api/mcp"
    }
  }
}

Related MCP server: qr-maker

What you can do

  • Quizzes — create knowledge quizzes, scored quizzes, and "which X are you" outcome quizzes; edit questions, scoring formulas, and dimension analysis; start from templates

  • Translations — one source form, mirrored translations in any language

  • Leads — list, tag, assign, and comment on leads captured from quiz results pages

  • Respondents & records — look up respondents, submissions, stats, and funnel analytics

  • Bookings — review and reschedule bookings made through quiz results pages

  • Team — switch active team, invite members, manage question banks and categories

All tools act within the team your session is bound to.

stdio bridge

Hosts without native HTTP transport (Claude Desktop, older MCP clients) and registry crawlers that build a container can go through the bridge in bin/rooquiz-mcp.mjs — dependency-free, Node 18+. Everything above is a better path if your client speaks HTTP.

node bin/rooquiz-mcp.mjs           # or: docker build -t rooquiz-mcp . && docker run -i --rm rooquiz-mcp

Env

Default

Purpose

ROOQUIZ_MCP_URL

https://payload.rooquiz.com/api/mcp

Endpoint override

ROOQUIZ_TOKEN

(unset)

Bearer token — required

Every method needs a token, initialize included: without one the server answers 401 with a WWW-Authenticate header pointing at the resource metadata. Clients with native HTTP transport get this for free through OAuth; the bridge has nowhere to run a browser flow, so give it a personal access token.

Support

Questions or issues: support@rooquiz.com


This repository carries the server.json manifest published to the official MCP Registry, plus the MIT-licensed stdio bridge. The hosted server implementation itself is closed source.

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    AI-powered lead qualification engine. Ingest leads from any source, auto-enrich with company data, score 0-100 using weighted AI rules, and export to HubSpot, Pipedrive, Google Sheets, CSV, or JSON. 8 MCP tools + 3 resources.
    10
    76
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Generate styled QR codes, manage dynamic short links with click analytics, and publish micro-landing pages via AI agents.
    19
    56
    1
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    A quiz distribution and grading server for educators. Create exams, generate student links + QR codes, grade submissions, and track student performance — all from Claude.
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides MCP tools for lead qualification, enabling evidence gathering from CRM, scoring, and knowledge base with role-based access and deterministic decision gating.
    AGPL 3.0

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rooquiz/rooquiz-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server