GoAI Moat Supplier Sourcing & QC
Supplier scoring, AQL sampling plans and factory audit checklists for cross-border sourcing.
Should I use this
Quality & Safety
Findings (2)
- LOWin supplier_evaluation_scorecard
- LOWin aql_sampling_plan
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"supplier-sourcing": {
"url": "https://supplier.mcp.goaimoat.com/mcp"
}
}
}Remote endpoints
https://supplier.mcp.goaimoat.com/mcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
⚪supplier_evaluation_scorecard(quality, legitimacy, capacity, price, delivery, ...)
供应商六维评估打分卡:输入各维度 1-5 分,输出加权总分、红黄绿评级与行动建议。 六维:quality(质量体系)、legitimacy(资质合法性)、capacity(产能与设备)、 price(价格竞争力)、delivery(交期信誉)、compliance(社会与环保合规)。
Input Schema
{
"type": "object",
"properties": {
"quality": {
"type": "integer",
"description": "质量体系评分 1-5(ISO 9001/QC 流程/三级检验)。"
},
"legitimacy": {
"type": "integer",
"description": "资质合法性评分 1-5(执照/进出口资质/真实工厂)。"
},
"capacity": {
"type": "integer",
"description": "产能与设备评分 1-5(产线/自动化/旺季弹性)。"
},
"price": {
"type": "integer",
"description": "价格竞争力评分 1-5(报价/账期/起订量)。"
},
"delivery": {
"type": "integer",
"description": "交期信誉评分 1-5(准时率/急单响应)。"
},
"compliance": {
"type": "integer",
"description": "社会与环保合规评分 1-5(BSCI/SMETA/环保)。"
},
"supplier_name": {
"default": "",
"type": "string",
"description": "供应商名称(可选,用于报告抬头)。"
},
"email": {
"default": "",
"type": "string"
},
"license_key": {
"default": "",
"type": "string"
}
},
"required": [
"quality",
"legitimacy",
"capacity",
"price",
"delivery",
"compliance"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}⚪aql_sampling_plan(lot_size, aql, email, license_key)
按 ISO 2859-1(一般检验水平 II·正常检验·单次抽样)计算 AQL 抽样计划。 输入整批数量 lot_size 与 AQL 值(支持 1.0 / 2.5 / 4.0),返回样本量、接受/拒收 判定值(Ac/Re)与按缺陷等级(致命/主要/次要)的常用 AQL 组合建议。
Input Schema
{
"type": "object",
"properties": {
"lot_size": {
"type": "integer",
"description": "整批数量(单位:件/pcs)。"
},
"aql": {
"default": 2.5,
"type": "number",
"description": "AQL 值,可选 1.0 / 2.5 / 4.0(默认 2.5,即主要缺陷的常用值)。"
},
"email": {
"default": "",
"type": "string"
},
"license_key": {
"default": "",
"type": "string"
}
},
"required": [
"lot_size"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}⚪factory_audit_checklist(audit_type, email, license_key)
返回验厂核查清单(社会/质量/供应链安全)与出货前质检类型说明。 支持 audit_type: BSCI / SMETA / SA8000 / ISO9001 / C-TPAT / ALL(返回全部)。
Input Schema
{
"type": "object",
"properties": {
"audit_type": {
"default": "ALL",
"type": "string",
"description": "验厂类型,可选 BSCI / SMETA / SA8000 / ISO9001 / C-TPAT / ALL(默认 ALL)。"
},
"email": {
"default": "",
"type": "string"
},
"license_key": {
"default": "",
"type": "string"
}
},
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}Community
Evidence