RooQuiz
RooQuiz MCP Server
远程 MCP 服务器,为 RooQuiz 提供服务——一个用于线索获取和裂变传播的轻量级测评平台。借助 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
你可以做什么
测验 —— 创建知识测验、计分测验和“你是哪种 X”式结果测验;编辑问题、计分公式和维度分析;可从模板开始
翻译 —— 一份源表单,支持任意语言的镜像翻译
线索 —— 列出、标记、分配和评论从测验结果页捕获的线索
受访者与记录 —— 查找受访者、提交内容、统计信息和漏斗分析
预约 —— 查看及改期通过测验结果页创建的预约
团队 —— 切换当前团队、邀请成员、管理题库和分类
所有工具都在你的会话所绑定的团队内运作。
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 也不例外。如果没有令牌,服务器会返回 401,并带一个指向资源元数据的 WWW-Authenticate 头。支持原生 HTTP 传输的客户端可通过 OAuth 自动获得该令牌;桥接器没有可运行浏览器流程的地方,因此请为它提供一个个人访问令牌。
支持
有疑问或问题:support@rooquiz.com
本仓库包含已发布到官方 MCP Registry 的 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