Back to MCP directory
publicPublicdnsLocal runtime

mcp-server-hand

Hand Marketing MCP服务器通过分析用户对话提取多维标签,智能匹配行业产品数据库,提供高度个性化的产品推荐服务

article

README

🚀 手-marketing MCP 服务器

手-marketing MCP 服务器能够深入分析用户对话,精准提取多维度标签。通过与行业数据库中的产品标签智能匹配,为用户提供贴合其需求的个性化推荐,有效提升购物体验和转化率。

🚀 快速开始

先决条件

  • 获取手-marketing MCP 服务器身份验证密钥

配置

请设置身份验证密钥的值

{
  "mcpServers": {
    "hand-marketing-mcp-sse": {
      "url": "https://mcp.linkcrm.cn/sse?key=xxxxx"
    }
  }
}

运行

在 MCP 客户端(如火山方舟/Cursor/Claude macOS 应用/Cherry Studio)中使用手-marketing MCP 服务器。

✨ 主要特性

  • 对话分析及标签提取:利用自然语言处理(NLP)技术分析用户对话,精准提取多维度标签,涵盖偏好、场景、预算等方面。
  • 智能标签匹配:借助规则引擎或机器学习算法,动态匹配用户标签与行业数据库中的产品标签。
  • 扩展性及实时处理:支持跨行业的数据库,包括电子商务、旅游等领域。
  • 个性化推荐引擎:基于匹配的标签生成高度个性化的商品推荐,优化推荐的相关性和排序。
  • 性能优化:通过过滤不相关内容,减少用户的决策疲劳。
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client