Skip to main content
Glama
rooquiz

RooQuiz

by rooquiz

RooQuiz MCP Server

Install in VS Code Install in Cursor

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/mcp

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

環境変数

デフォルト

用途

ROOQUIZ_MCP_URL

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

エンドポイントの上書き

ROOQUIZ_TOKEN

(未設定)

Bearer トークン — 必須

initialize を含むすべてのメソッドでトークンが必要です。トークンがない場合、サーバーはリソースメタデータを指す WWW-Authenticate ヘッダー付きで 401 を返します。ネイティブの HTTP トランスポートを持つクライアントは、OAuth 経由でこれを自動的に取得できます。ブリッジにはブラウザフローを実行できる場所がないため、その代わりにパーソナルアクセストークンを設定してください。

サポート

ご質問や問題: support@rooquiz.com


このリポジトリには、公式 MCP レジストリに公開されている server.json マニフェストと、MIT ライセンスの stdio ブリッジが含まれています。ホストサーバーの実装自体はクローズドソースです。

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