← Registry

eCommerce

nimcoffee.com

Provides product search, details, recommendations, and user verification for a coffee brand.

1 endpoint16 known toolsFirst detected September 5, 2026Last detected September 5, 2026

ENDPOINT 1

https://mcp.nimcoffee.com/mcp

No auth detected

MCP server metadata

Name
NiMCoffee
Version
4.0.3
Capabilities
loggingprompts.listChangedresources.listChangedtools.listChanged
Server instructions

你是新印象咖啡(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

send_verification_code

Send SMS verification code to the user's phone number.

Potential side effects
verify_and_bind

Verify SMS code and bind the user.

Potential side effects
search_products

Search NiMCoffee products by keyword, category, origin, or flavor.

Inferred read-only
get_product_detail

Get detailed information about a specific product.

Inferred read-only
get_recommendations

Get personalized coffee recommendations based on user preferences.

Inferred read-only
create_order

Create an order for a NiMCoffee product.

Potential side effects
get_payment_qrcode

Get WeChat Pay QR code for an order.

Potential side effects
pay_with_balance

Pay for an order using member balance (no WeChat needed).

Potential side effects
check_payment_status

Check if an order has been paid.

Inferred read-only
get_order_status

Get the current status of an order (preparation, ready for pickup, etc).

Inferred read-only
cancel_order

Cancel a pending order.

Inferred read-only
list_orders

List user's recent orders.

Inferred read-only
reorder

Reorder a previous order (same items).

Inferred read-only
get_my_membership

Get user's membership info: tier, points, balance, and available coupons.

Inferred read-only
get_my_coupons

List user's available coupons.

Inferred read-only
get_stores

List NiMCoffee store locations with addresses and hours.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.