EverythingStraps MCP服务器
MCP(模型上下文协议)服务器,将AI助手(Claude、ChatGPT、Cursor等)变成EverythingStraps的24/7销售渠道。
当用户询问人工智能助手“我应该用什么样的表带与我的Amazfit Helio进行CrossFit?”或“我可以将我的Helio连接到Whoop 5.0吗?”时,该服务器会返回直接的产品推荐和everythingstraps.com的购买链接。
______________________________________________________________________
工具
| 工具 | 它做什么 |
|---|---|
find_strap | 返回给定用例或查询的产品建议 |
check_compatibility | 通过产品链接回答Whoop兼容性问题 |
get_product | 返回特定产品的完整详细信息 |
answer_faq | 解答有关Amazfit Helio的常见问题 |
list_products | 列出所有产品,可按类型筛选 |
______________________________________________________________________
部署到铁路(5分钟)
第一步——推送到GitHub
git init
git add .
git commit -m "EverythingStraps MCP server"
git remote add origin https://github.com/YOUR_USERNAME/everythingstraps-mcp.git
git push -u origin main第二步——在铁路上部署
- 首选 railway应用程序 → 新项目→ 从GitHub部署
- 选择您的
everythingstraps-mcp仓库 - Railway自动检测Node.js并运行
node server.js - 点击 生成域 在设置中→ 复制URL(例如。
https://everythingstraps-mcp.up.railway.app)
步骤3——更新URL
编辑 smithery.yaml --将端点URL替换为您的Railway域:
endpoint: "https://YOUR-APP.up.railway.app/sse"______________________________________________________________________
在Smithery注册
- 首选 smithery.ai/submit
- 提交您的铁路URL:
https://YOUR-APP.up.railway.app - Smithery汽车公司从
/sse端点 - 您的服务器出现在Smithery的目录中——用户只需单击一下即可将其安装在Claude/Cursor中
______________________________________________________________________
在OpenTools上注册
- 首选 opentools.ai → 提交工具
- 姓名:
EverythingStraps - MCP端点:
https://YOUR-APP.up.railway.app/sse - 说明:粘贴自
smithery.yaml
______________________________________________________________________
本地测试
npm install
npm start
# Server running at http://localhost:3000
# MCP endpoint: http://localhost:3000/sse______________________________________________________________________
运作原理
User: "What strap should I use for Hyrox?"
↓
AI Assistant
↓
EverythingStraps MCP Server ←── find_strap("hyrox")
↓
Returns: Bicep Loop V2 with price + buy link
↓
User buys零广告支出。AI助理就是你的销售团队。
