Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

rooquiz/rooquiz-mcp

БесплатноНе проверен

Build and run assessments on [RooQuiz](https://rooquiz.com) — knowledge quizzes, scored quizzes, and outcome ("which X are you") quizzes with AI-assisted author

GitHubEmbed

Описание

Build and run assessments on RooQuiz — knowledge quizzes, scored quizzes, and outcome ("which X are you") quizzes with AI-assisted authoring and mirrored translations — then work the funnel: leads captured from results pages (tag, assign, comment), respondents, submissions, bookings, and conversion stats. Hosted Streamable HTTP endpoint at https://payload.rooquiz.com/api/mcp, OAuth 2.1 with dynamic client registration, no API key.

README

smithery badge M8ven Verified 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"
    }
  }
}

Example prompts

Once connected, talk to it in plain language. Each of these exercises a different part of the server:

Build from a template

Show me the coaching templates, create a scored quiz from the readiness one, then add two questions about budget.

Exercises list_templatescreate_form_from_templateadd_question.

Work the leads

List the leads my Wheel of Life quiz captured this week, tag everyone who scored under 40 as follow-up, and assign them to me.

Exercises list_leadsset_lead_tagsassign_leads.

Diagnose the funnel

Which of my quizzes has the worst completion rate, and where exactly do people drop off?

Exercises list_formsget_form_statsget_form_funnel.

Go multilingual

Translate my promotion-readiness quiz into Spanish and German, keeping the question codes.

Exercises list_form_translationscreate_form_translation.

Respondent names, email addresses and phone numbers come back masked (j***[email protected]), so address a respondent by id rather than pasting a masked value back in.

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_TOKEN (unset) Bearer token — required for every hosted tool

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.

With no usable token the bridge still completes a handshake and answers tools/list, reading both from bin/introspection.json — a snapshot of what the hosted server returns. That is there for registry crawlers, which build this container with no credentials and judge the server by whether it introspects. Calling a hosted tool still goes upstream and still 401s. Once a working token is set nothing is served locally: every message is forwarded, so a stale file can never shadow live data. Refresh it after changing tools:

ROOQUIZ_TOKEN=rqp_live_xxx node scripts/snapshot-tools.mjs

Preview mode — no token, no account

A bridge with no usable token is not useless. It also serves four tools that need no credentials at all, because they target RooQuiz's public preview endpoint:

Tool What it builds
preview_quiz Right/wrong quiz — correct answers earn points and the taker gets a graded score
preview_scorecard Scored questionnaire — every option adds points toward a total that buckets into a level
preview_outcome Personality / type test — options vote for result types and the most-voted type wins
preview_guide The full authoring guide for one of the three: field schema, scoring rules, themes, examples

Ask in plain language — "make me a 5-question personality quiz about coffee and give me a link" — and you get back something like https://quizster.app/b/7k3m9q2p, openable and shareable straight away. Previews self-destruct after about an hour and anonymous creation is capped at roughly 10 per hour per IP; sign in and use create_form to keep an assessment.

These tools are the rooquiz-skills SKILL.md files vendored into bin/skills.json — the same instructions that repo ships as a Claude Code plugin, served here over MCP instead. That repo is their source of truth; re-vendor after editing one:

ROOQUIZ_SKILLS_DIR=../rooquiz-skills node scripts/sync-skills.mjs

They disappear once a working token is set: with an account, create_form builds a permanent form rather than a link that expires.

Support

Questions or issues: [email protected]


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.

from github.com/rooquiz/rooquiz-mcp

Установка rooquiz/rooquiz-mcp

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/rooquiz/rooquiz-mcp

FAQ

rooquiz/rooquiz-mcp MCP бесплатный?

Да, rooquiz/rooquiz-mcp MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для rooquiz/rooquiz-mcp?

Нет, rooquiz/rooquiz-mcp работает без API-ключей и переменных окружения.

rooquiz/rooquiz-mcp — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить rooquiz/rooquiz-mcp в Claude Desktop, Claude Code или Cursor?

Открой rooquiz/rooquiz-mcp на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Fetch

Web content fetching and conversion for efficient LLM usage.

автор: Community

Roblox Studio

Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce

paralovавтор: paralov

AWS KB Retrieval

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

modelcontextprotocolавтор: modelcontextprotocol

Spring AI MCP Server

Provides auto-configuration for setting up an MCP server in Spring Boot applications.

автор: Community

llm-analysis-assistant

A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also

xuzexin-hzавтор: xuzexin-hz

MCP-Agent

A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)

lastmile-aiавтор: lastmile-ai

Spring AI MCP Client

Provides auto-configuration for MCP client functionality in Spring Boot applications.

автор: Community

mcp.natoma.ai

A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)

автор: Community

MCPHub

Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.

автор: Community

MCP Servers Rating and User Reviews

Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)

автор: Community

Compare rooquiz/rooquiz-mcp with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai