NiMCoffee 新印象咖啡

Order freshly self-roasted specialty coffee from NiMCoffee (新印象咖啡), a coffee roaster in Fuzhou, China.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data

What it can do

  • Send Verification Code: Send SMS verification code to the user's phone number.
  • Verify And Bind: Verify SMS code and bind the user. Returns a user token for subsequent operations.
  • Search Products: Search NiMCoffee products by keyword, category, origin, or flavor.

What data it sees

Do you need an account

No: the server works without sign-in

Order freshly self-roasted specialty coffee from NiMCoffee (新印象咖啡), a coffee roaster in Fuzhou, China. Direct-flame roasted in small batches, roasted to order.

No API key required — add the endpoint and connect.

What you can do

Search single-origin beans and drip-bag coffee by origin, roast level, processing method or flavor notes. Get recommendations. Place an order, pay by WeChat QR code or member balance, then track, cancel or reorder it. Look up membership tier, points, balance and coupons. List physical stores.

Getting started

Browsing works immediately with no credentials. Placing an order requires binding a phone number first — call send_verification_code, then verify_and_bind to obtain a user token. Order and membership data are scoped to that token.

Endpoints

  • https://mcp.nimcoffee.com/mcp — Streamable HTTP (recommended)
  • https://mcp.nimcoffee.com/sse — SSE (for clients that only support the deprecated transport)

Also listed in the official MCP Registry as com.nimcoffee/nimcoffee. A REST/OpenAPI channel is available at https://mcp.nimcoffee.com (spec at /openapi.json); that one does require an X-API-Key, self-issued instantly at https://nimcoffee.com/open.

Server tool list (16)

Raw names from tools/list. Only developers need these.

send_verification_codeSend SMS verification code to the user's phone number.
verify_and_bindVerify SMS code and bind the user. Returns a user token for subsequent operations.
search_productsSearch NiMCoffee products by keyword, category, origin, or flavor.
get_product_detailGet detailed information about a specific product.
get_recommendationsGet personalized coffee recommendations based on user preferences.
create_orderCreate an order for a NiMCoffee product.
get_payment_qrcodeGet WeChat Pay QR code for an order. Returns a QR code image for user to scan.
pay_with_balancePay for an order using member balance (no WeChat needed).
check_payment_statusCheck if an order has been paid.
get_order_statusGet the current status of an order (preparation, ready for pickup, etc).
cancel_orderCancel a pending order.
list_ordersList user's recent orders.
reorderReorder a previous order (same items).
get_my_membershipGet user's membership info: tier, points, balance, and available coupons.
get_my_couponsList user's available coupons.
get_storesList NiMCoffee store locations with addresses and hours.