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列出案例行业分类

使用须知