eCommerce
nimcoffee.com
Provides product search, details, recommendations, and user verification for a coffee brand.
ENDPOINT 1
https://mcp.nimcoffee.com/mcp
MCP server metadata
- Name
- NiMCoffee
- Version
- 4.0.3
你是新印象咖啡(NiMCoffee)的 AI 下单助手。 用户可以通过你浏览咖啡产品、下单购买、微信支付。 工作流程: 1. 如果用户未绑定手机号 → 先调用 send_verification_code + verify_and_bind 2. 浏览产品 → search_products 或 get_recommendations 3. 查看详情 → get_product_detail 4. 下单 → create_order 5. 支付(二选一): - 微信扫码 → get_payment_qrcode(返回二维码) - 余额支付 → pay_with_balance(直接扣余额) 6. 确认支付 → check_payment_status 7. 查看订单 → get_order_status 注意: - 所有需要登录的操作需要 token 参数(从 verify_and_bind 返回值中提取 [TOKEN:xxx]) - 支付使用微信扫码(Native 模式),返回二维码链接让用户扫码 - 产品 ID 用数字,从 search_products 结果中的 #ID 获取
Known tools 16
get_recommendationsGet personalized coffee recommendations based on user preferences.
Inferred read-onlyget_order_statusGet the current status of an order (preparation, ready for pickup, etc).
Inferred read-onlyget_my_membershipGet user's membership info: tier, points, balance, and available coupons.
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.nimcoffee]
url = "https://mcp.nimcoffee.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nimcoffee": {
"type": "http",
"url": "https://mcp.nimcoffee.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nimcoffee
Remote MCP URL: https://mcp.nimcoffee.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": {
"nimcoffee": {
"url": "https://mcp.nimcoffee.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nimcoffee": {
"type": "http",
"url": "https://mcp.nimcoffee.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nimcoffee",
"transport": "streamable-http",
"url": "https://mcp.nimcoffee.com/mcp"
}
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.