RooQuiz
RooQuiz MCP Server
RooQuiz のリモート MCP サーバー — リード獲得とバイラル共有のための軽量なアセスメントプラットフォームです。AI 支援のオーサリングでクイズを作成し、結果ページからリードを獲得し、ファネルコンバージョンを分析できます — Claude、ChatGPT、Cursor、または任意の MCP クライアントから直接利用できます。
エンドポイント:
https://payload.rooquiz.com/api/mcp(Streamable HTTP)認証: OAuth 2.1 — 動的クライアント登録を伴う認可コード + PKCE。クライアントから要求されたら RooQuiz アカウントでサインインしてください。API キーは不要です。
レジストリ名:
com.rooquiz/rooquiz-mcp
接続
ワンクリック: VS Code · VS Code Insiders · Cursor
Claude Code
claude mcp add --transport http rooquiz https://payload.rooquiz.com/api/mcpclaude.ai / ChatGPT — カスタムコネクタを追加し、エンドポイント 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
できること
Quizzes — 知識クイズ、採点型クイズ、「あなたはどの X ですか」タイプの結果クイズを作成。質問、採点式、次元分析を編集。テンプレートから開始も可能
Translations — 1 つのソース形式から、任意の言語への翻訳をミラーリング
Leads — クイズ結果ページで獲得したリードの一覧表示、タグ付け、割り当て、コメント
Respondents & records — 回答者、送信記録、統計、ファネル分析を検索
Bookings — クイズ結果ページ経由で行われた予約の確認と再スケジュール
Team — アクティブなチームの切り替え、メンバーの招待、問題バンクとカテゴリの管理
すべてのツールは、セッションがバインドされているチーム内で動作します。
stdio ブリッジ
ネイティブの HTTP トランスポートを持たないホスト(Claude Desktop、古い MCP クライアント)や、コンテナをビルドするレジストリクローラーは、bin/rooquiz-mcp.mjs のブリッジ経由で利用できます — 依存関係なし、Node 18+。上記の内容は、お使いのクライアントが HTTP に対応している場合の推奨パスです。
node bin/rooquiz-mcp.mjs # or: docker build -t rooquiz-mcp . && docker run -i --rm rooquiz-mcp環境変数 | デフォルト | 用途 |
|
| エンドポイントの上書き |
| (未設定) | Bearer トークン — 必須 |
initialize を含むすべてのメソッドでトークンが必要です。トークンがない場合、サーバーはリソースメタデータを指す WWW-Authenticate ヘッダー付きで 401 を返します。ネイティブの HTTP トランスポートを持つクライアントは、OAuth 経由でこれを自動的に取得できます。ブリッジにはブラウザフローを実行できる場所がないため、その代わりにパーソナルアクセストークンを設定してください。
サポート
ご質問や問題: support@rooquiz.com
このリポジトリには、公式 MCP レジストリに公開されている server.json マニフェストと、MIT ライセンスの stdio ブリッジが含まれています。ホストサーバーの実装自体はクローズドソースです。
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