司芳糯米顾客服务 MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@司芳糯米顾客服务 MCP推荐一些适合下午茶的热门口味"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
司芳糯米顾客服务 MCP
面向顾客的只读 MCP 服务,帮助完成“发现商品 → 选择口味 → 确认库存与食品信息 → 打开官方购买入口”。
本仓库只包含顾客可见能力,不包含内部订单、营业报表、毛利成本、会员资料、POS 凭据或真实经营数据。
能力
MCP 工具 | 用途 |
| 查询门店地址、营业时间、状态和购买渠道 |
| 查询商品、价格、规格和门店可售状态 |
| 查询原料、过敏原、保存方式和最佳食用时间 |
| 按口味、场景、人数、预算和库存推荐 |
| 查询门店商品库存状态 |
| 获取到店自取、美团或饿了么官方入口 |
| 查询当前活动、节令限定与上新 |
Related MCP server: rednote-analyzer-mcp
安全设计
所有工具只读,不代替顾客提交订单或支付。
正式数据和自动化测试夹具分离。
默认数据文件标记为
template,不会冒充真实经营数据。库存只返回“可售、少量、售罄、不供应、未知”,不伪造精确数量。
价格、过敏原、保质期和活动有效期缺失时不推测。
运行
要求 Node.js 20 或更高版本。
npm install
npm run build
npm start默认读取:
deploy/customer-data.json也可以通过环境变量指定由后台或同步任务生成的数据文件:
SZEFONG_CUSTOMER_DATA_PATH=/absolute/path/customer-data.json npm start测试
npm test测试覆盖 7 个业务工具,以及 MCP tools/list、tools/call 协议调用。
test-fixtures/customer-data.json 仅用于自动化测试,其中所有门店、商品、价格和链接均为虚构测试数据,禁止对客使用。
正式数据启用
正式上线前必须:
录入经过负责人确认的门店、商品、价格、库存、活动和购买链接。
由研发或食品安全负责人确认原料、过敏原、保存方式和最佳食用时间。
将
metadata.data_status从template改为verified。填写
metadata.updated_at和metadata.source。
字段规范与 Agent 使用规则位于:
skill/szefong-customer-service/SKILL.mdskill/szefong-customer-service/references/data-contract.md
MCP 配置示例
{
"mcpServers": {
"szefong-customer": {
"command": "node",
"args": ["/absolute/path/szefong-customer-mcp/dist/customer/server.js"],
"env": {
"SZEFONG_CUSTOMER_DATA_PATH": "/absolute/path/szefong-customer-mcp/deploy/customer-data.json"
}
}
}
}许可
本仓库目前未附开源许可证。公开可见不等于允许复制、修改或商用;如需开放协作,请由仓库所有者另行选择许可证。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lumia710wp-droid/szefong-customer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server