NiMCoffee 新印象咖啡
Order freshly self-roasted specialty coffee from NiMCoffee (新印象咖啡), a coffee roaster in Fuzhou, China.
Что умеет
- 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.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
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.
Список инструментов сервера (16)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |
| get_product_detail | Get detailed information about a specific product. |
| get_recommendations | Get personalized coffee recommendations based on user preferences. |
| create_order | Create an order for a NiMCoffee product. |
| get_payment_qrcode | Get WeChat Pay QR code for an order. Returns a QR code image for user to scan. |
| pay_with_balance | Pay for an order using member balance (no WeChat needed). |
| check_payment_status | Check if an order has been paid. |
| get_order_status | Get the current status of an order (preparation, ready for pickup, etc). |
| cancel_order | Cancel a pending order. |
| list_orders | List user's recent orders. |
| reorder | Reorder a previous order (same items). |
| get_my_membership | Get user's membership info: tier, points, balance, and available coupons. |
| get_my_coupons | List user's available coupons. |
| get_stores | List NiMCoffee store locations with addresses and hours. |