Sourcing in China
Search products, find suppliers, and get product details from Made-in-China.com via a public MCP server.
MCP Endpoint: INLINECODE0
No external CLI dependencies — calls are made via standard HTTP (MCP over SSE).
Available Tools
| Tool | Purpose | Key Params |
|---|
| INLINECODE1 | Search products by keyword | INLINECODE2 (required), page (default 1, 30/page) |
| INLINECODE4 |
Search manufacturers/suppliers |
keyword (required),
page (default 1, 10/page) |
|
get_product_detail | Full product page details |
url (required, product page URL from search results) |
How to Call
MCP over SSE (standard HTTP)
CODEBLOCK0
With mcporter (optional convenience)
If mcporter is installed, calls are simpler:
CODEBLOCK1
Sourcing Workflow
1. Product Discovery
Start with search_products to find products matching requirements. Each result includes:
- - Product name, price, MOQ
- Key specifications (properties)
- Supplier name and link
- Product image
Iterate pages for broader results. Refine keywords for precision (e.g., "12V LED strip waterproof" vs "LED").
2. Supplier Evaluation
Use search_suppliers to find manufacturers. Results include:
- - Company name and business type (Manufacturer / Trading Company)
- Main products and location
- Certification badges (ISO, audited, etc.)
Prefer manufacturers over trading companies for better pricing. Check badges for quality signals.
3. Product Deep Dive
Use get_product_detail on promising products. Returns:
- - Full specifications and description
- All product images
- Sample pricing (if available)
- Product categories and video URL
- Supplier/brand info
4. Comparison & Recommendation
When comparing options, organize by:
- - Price range (unit price + MOQ)
- Supplier credibility (badges, business type)
- Specifications match (vs buyer requirements)
- Sample availability (sample price if listed)
Best Practices
- - Use English keywords for best results on Made-in-China.com
- Search both products AND suppliers for the same keyword to get different perspectives
- Always check MOQ — it varies dramatically between suppliers
- "Manufacturer" business type typically means better unit pricing
- Cross-reference supplier badges: Audited Supplier > general listings
- For detailed specs, always follow up with INLINECODE13
Output Format
Present results in clean, scannable format:
- - Use tables for product/supplier comparisons
- Highlight price, MOQ, and key specs prominently
- Include direct links to products and supplier pages
- Flag notable badges or certifications
Data & Privacy
This skill sends data to an external MCP server:
- - Endpoint: INLINECODE14
- What is sent: Search keywords, page numbers, product URLs
- What is returned: Public product listings, supplier info, pricing, images from Made-in-China.com
- Storage: No queries or results are stored on the server
- Authentication: None required — the server is a stateless proxy that scrapes public pages
⚠️ Do not include sensitive or proprietary information in search queries. All queries are transmitted over HTTPS.
For more on sourcing strategy, see references/sourcing-guide.md.
中国采购
通过公共MCP服务器在Made-in-China.com上搜索产品、寻找供应商并获取产品详情。
MCP端点: https://mcp.chexb.com/sse
无需外部CLI依赖——通过标准HTTP(基于SSE的MCP)进行调用。
可用工具
| 工具 | 用途 | 关键参数 |
|---|
| searchproducts | 按关键词搜索产品 | keyword(必填),page(默认1,每页30条) |
| searchsuppliers |
搜索制造商/供应商 | keyword(必填),page(默认1,每页10条) |
| get
productdetail | 获取完整产品页面详情 | url(必填,搜索结果中的产品页面URL) |
调用方式
基于SSE的MCP(标准HTTP)
bash
1. 连接SSE端点,获取会话
SESSION=$(curl -sN https://mcp.chexb.com/sse | grep ^data: | head -1 | sed s/data: //)
2. 初始化MCP会话
curl -s -X POST https://mcp.chexb.com${SESSION} \
-H Content-Type: application/json \
-d {jsonrpc:2.0,id:1,method:initialize,params:{protocolVersion:2025-03-26,capabilities:{},clientInfo:{name:openclaw,version:1.0}}}
3. 调用工具
curl -s -X POST https://mcp.chexb.com${SESSION} \
-H Content-Type: application/json \
-d {jsonrpc:2.0,id:2,method:tools/call,params:{name:search_products,arguments:{keyword:LED light,page:1}}}
使用mcporter(可选便捷方式)
如果已安装mcporter,调用更简单:
bash
mcporter call https://mcp.chexb.com/sse.search_products keyword=LED light
mcporter call https://mcp.chexb.com/sse.search_suppliers keyword=LED light
mcporter call https://mcp.chexb.com/sse.getproductdetail url=https://...
采购工作流程
1. 产品发现
使用search_products查找符合要求的产品。每条结果包含:
- - 产品名称、价格、最小起订量
- 关键规格(属性)
- 供应商名称和链接
- 产品图片
翻页获取更多结果。优化关键词以提高精确度(例如,12V LED strip waterproof优于LED)。
2. 供应商评估
使用search_suppliers查找制造商。结果包含:
- - 公司名称和业务类型(制造商/贸易公司)
- 主营产品和所在地
- 认证标识(ISO、已审核等)
优先选择制造商而非贸易公司以获得更优价格。查看标识以判断质量信号。
3. 产品深度了解
对有潜力的产品使用getproductdetail。返回内容:
- - 完整规格和描述
- 所有产品图片
- 样品价格(如有)
- 产品分类和视频链接
- 供应商/品牌信息
4. 比较与推荐
比较选项时,按以下维度整理:
- - 价格范围(单价 + 最小起订量)
- 供应商可信度(标识、业务类型)
- 规格匹配度(与买家需求对比)
- 样品可用性(如有列出样品价格)
最佳实践
- - 在Made-in-China.com上使用英文关键词以获得最佳结果
- 对同一关键词同时搜索产品和供应商,获取不同视角
- 始终检查最小起订量——不同供应商差异巨大
- 制造商业务类型通常意味着更优的单价
- 交叉验证供应商标识:已审核供应商 > 普通列表
- 如需详细规格,始终跟进使用getproductdetail
输出格式
以清晰、易扫描的格式呈现结果:
- - 使用表格进行产品/供应商比较
- 突出显示价格、最小起订量和关键规格
- 包含产品和供应商页面的直接链接
- 标注值得注意的标识或认证
数据与隐私
此技能将数据发送至外部MCP服务器:
- - 端点: https://mcp.chexb.com/sse
- 发送内容: 搜索关键词、页码、产品URL
- 返回内容: 来自Made-in-China.com的公开产品列表、供应商信息、价格、图片
- 存储: 服务器不存储任何查询或结果
- 认证: 无需认证——该服务器是一个抓取公开页面的无状态代理
⚠️ 请勿在搜索查询中包含敏感或专有信息。所有查询均通过HTTPS传输。
有关采购策略的更多信息,请参见references/sourcing-guide.md。