24好玩 MCP 服务
让 AI Agent 直接检索 24好玩的 H5 互动营销活动模板库、客户案例库与帮助知识库。匿名只读、无需申请 Key。
接入地址
推荐https://mcp.24haowan.com/mcp — Streamable HTTP
兼容https://mcp.24haowan.com/sse — 旧版 SSE(客户端只支持 SSE 时用)
配置片段
Cherry Studio / ChatWise / DeepChat / Chatbox / Trae / 通义灵码 / CodeBuddy
在「MCP 服务器 → 添加」里选类型 Streamable HTTP,URL 填 https://mcp.24haowan.com/mcp;或直接导入 JSON:
{
"mcpServers": {
"24haowan": {
"type": "streamableHttp",
"url": "https://mcp.24haowan.com/mcp"
}
}
}
如果你的客户端只有 SSE 选项:
{
"mcpServers": {
"24haowan": {
"type": "sse",
"url": "https://mcp.24haowan.com/sse"
}
}
}
阿里云百炼 / 魔搭 ModelScope / 腾讯元器
在各自的 MCP 管理页选「自定义 / 接入 MCP 服务」,安装方式选 http(Streamable HTTP),
服务地址填 https://mcp.24haowan.com/mcp,无需填 API Key。
命令行自测
curl -sS https://mcp.24haowan.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
可用工具
| 工具 | 用途 |
search_templates | 按关键词/玩法/行业搜索活动模板 |
get_template | 取单个模板的玩法说明与详情页 |
list_cases | 浏览客户案例(可按行业/类型筛选) |
get_case | 取单个案例全文 |
search_knowledge | 检索帮助中心(怎么建活动、配奖品、对接接口…) |
list_industries | 列出案例行业分类 |
使用须知
- 只读、无副作用:所有工具都只返回站点上已公开的内容,不会创建或修改任何数据。
- 无需鉴权:不用申请 Key。按来源 IP 限流 60 次/分钟。
- 想让 Agent 代你建活动、配奖品?那属于需要授权的能力,还在规划中 —— 可在 活动定制 页联系我们。