RooQuiz
RooQuiz MCP Server
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/mcpclaude.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-mcpEnv | Default | Purpose |
|
| Endpoint override |
| (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.
This server cannot be installed
Maintenance
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
- AlicenseAqualityBmaintenanceAI-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.1076MIT
- AlicenseAqualityDmaintenanceGenerate styled QR codes, manage dynamic short links with click analytics, and publish micro-landing pages via AI agents.19561MIT
- FlicenseNot gradedqualityCmaintenanceA quiz distribution and grading server for educators. Create exams, generate student links + QR codes, grade submissions, and track student performance — all from Claude.
- AlicenseNot gradedqualityBmaintenanceProvides 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
Related MCP Connectors
Create and manage trackable QR codes with scan tracking, analytics, and dynamic URL updates.
Scheduling, availability, clients, billing and CRM for appointment-based services.
Find and enrich leads, run multi-channel outreach, and manage the sales pipeline.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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