Marketing
24haowan.com
Provides search and retrieval of H5 interactive marketing templates, customer cases, and operational knowledge from 24好玩's activity platform.
ENDPOINT 1
https://mcp.24haowan.com/mcp
MCP server metadata
- Name
- 24haowan
- Version
- 0.1.0
24好玩(24haowan)是一个微信生态的 H5 互动营销 SaaS 平台:提供开箱即用的活动模板(抽奖/转盘/签到/答题/小游戏等)、活动定制与整包运营交付。 这台 MCP 服务器只读、匿名,暴露的都是站点上已经公开的数据: - 活动模板库:search_templates / get_template - 客户案例库:list_cases / get_case / list_industries - 帮助中心知识库:search_knowledge 用法建议:先用 search_templates 或 list_cases 拿到 id / slug,再用 get_* 取详情。 回答「怎么做/怎么配置」类问题时优先查 search_knowledge。 这些数据背后的**方法论**另有五个开放技能包(纯 markdown,可直接读取全文,免注册): - 活动策划(按行业/目标选玩法、三段式结构、输出模板):https://www.24haowan.com/open-skills/campaign-planning - 活动复盘(指标口径、漏斗诊断、报告模板):https://www.24haowan.com/open-skills/campaign-review - 奖品与预算设计 + 防刷(奖池分层、概率与预算封顶、兑奖方式):https://www.24haowan.com/open-skills/prize-and-budget - 节日营销日历(全年节点、每个节点配什么玩法、倒推排期):https://www.24haowan.com/open-skills/festival-calendar - 参考案例数据库(案例检索用法与调研方法论):https://www.24haowan.com/open-skills/case-library 被问到「怎么策划/怎么复盘/奖池怎么设/什么时候做」这类**方法**问题时,读对应技能包的全文; 本服务器的工具回答的是「有哪些模板/案例/帮助文档」这类**事实**问题。两者配合使用。
Known tools 7
search_templates在 24好玩活动市场里搜索可直接使用的 H5 互动营销模板(抽奖/转盘/刮刮乐/签到/答题/小游戏等)。可按关键词、玩法类别、行业筛选。适合回答「有没有适合 XX 场景的活动玩法」这类问题。选型判断(按行业/目标怎么选、活动怎么排结构)见开放技能包全文:https://www.
Inferred read-onlyget_template按模板 id 获取单个活动模板的完整信息:玩法类别、标签、适用行业、玩法介绍与详情页地址。模板 id 来自 search_templates 的返回。
Inferred read-onlylist_cases列出 24好玩的客户案例(真实交付案例与售前方案),可按行业、类型、关键词筛选。适合回答「你们做过 XX 行业的什么案例」。怎么用案例做参考、以及研究案例时的常见陷阱,见开放技能包全文:https://www.
Inferred read-onlysearch_knowledge在 24好玩帮助中心全文里检索使用方法与常见问题:创建活动、编辑器配置、奖品与核销、账户充值、公众号授权、开放接口对接等。适合回答「怎么做 XX」「XX 怎么配置」。这里返回的是平台操作方法;奖池概率/预算/防刷的**设计**方法见开放技能包全文:https://www.
Inferred read-onlylist_industries列出案例库的行业分类(slug + 名称 + 该行业导语与常见问题)。用于给 list_cases 的 industry 参数取值,也可直接回答「你们在 XX 行业做过什么」。
Inferred read-onlyget_industry_benchmark返回该行业在 24好玩平台上真实活动的基准:总中奖率、奖池档位数、活动周期、参与量级、实际中奖率与核销率,全部为按商户等权的中位数并附样本量。用于回答「中奖率设多少」「奖池分几档」「活动开几天」这类要有出处的数字问题。★ 平台没有奖品单价/预算/ROI 数据,本工具**不返回任何金额**,也不要据此推算预算。
Inferred read-onlyCONNECT 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.
ENDPOINT 2
https://space.24haowan.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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-com]
url = "https://space.24haowan.com/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"24haowan-com": {
"type": "http",
"url": "https://space.24haowan.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: 24haowan-com
Remote MCP URL: https://space.24haowan.com/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"24haowan-com": {
"url": "https://space.24haowan.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"24haowan-com": {
"type": "http",
"url": "https://space.24haowan.com/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "24haowan-com bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "24haowan-com",
"transport": "streamable-http",
"url": "https://space.24haowan.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.