← 24haowan.com

INDIVIDUAL MCP TOOL

search_templates

在 24好玩活动市场里搜索可直接使用的 H5 互动营销模板(抽奖/转盘/刮刮乐/签到/答题/小游戏等)。可按关键词、玩法类别、行业筛选。适合回答「有没有适合 XX 场景的活动玩法」这类问题。选型判断(按行业/目标怎么选、活动怎么排结构)见开放技能包全文:https://www.

24haowan.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.24haowan.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_templates and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

24haowan.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.24haowan]
url = "https://mcp.24haowan.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "24haowan": {
      "type": "http",
      "url": "https://mcp.24haowan.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: 24haowan
Remote MCP URL: https://mcp.24haowan.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "24haowan": {
      "url": "https://mcp.24haowan.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "24haowan": {
      "type": "http",
      "url": "https://mcp.24haowan.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "24haowan",
  "transport": "streamable-http",
  "url": "https://mcp.24haowan.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_template — 按模板 id 获取单个活动模板的完整信息:玩法类别、标签、适用行业、玩法介绍与详情页地址。模板 id 来自 search_templates 的返回。
  • list_cases — 列出 24好玩的客户案例(真实交付案例与售前方案),可按行业、类型、关键词筛选。适合回答「你们做过 XX 行业的什么案例」。怎么用案例做参考、以及研究案例时的常见陷阱,见开放技能包全文:https://www.
  • get_case — 按 slug 获取单个客户案例的完整正文(背景、做法、效果口径)。slug 来自 list_cases 的返回。
  • search_knowledge — 在 24好玩帮助中心全文里检索使用方法与常见问题:创建活动、编辑器配置、奖品与核销、账户充值、公众号授权、开放接口对接等。适合回答「怎么做 XX」「XX 怎么配置」。这里返回的是平台操作方法;奖池概率/预算/防刷的**设计**方法见开放技能包全文:https://www.
  • list_industries — 列出案例库的行业分类(slug + 名称 + 该行业导语与常见问题)。用于给 list_cases 的 industry 参数取值,也可直接回答「你们在 XX 行业做过什么」。
  • get_industry_benchmark — 返回该行业在 24好玩平台上真实活动的基准:总中奖率、奖池档位数、活动周期、参与量级、实际中奖率与核销率,全部为按商户等权的中位数并附样本量。用于回答「中奖率设多少」「奖池分几档」「活动开几天」这类要有出处的数字问题。★ 平台没有奖品单价/预算/ROI 数据,本工具**不返回任何金额**,也不要据此推算预算。
  • get_player_behavior — 返回 24好玩平台上玩家的真实行为分布:参与量在活动上线后怎么衰减、一天里什么时段来、助力类玩法一个人能拉到几个、各类玩法的人均次数与浏览转化率、玩家账号规模与画像可得性。用于回答「活动开几天有用」「什么时候推」「助力能不能拉新」「哪类玩法更黏」这类要有出处的问题。★ 平台级口径,**没有行业维度**;要按行业切的奖池/中奖率数字请用 get_industry_benchmark。