GoAI Moat Export Compliance
Export compliance & HS code lookup for cross-border electronics sellers and factories.
Should I use this
Quality & Safety
B
Findings (3)
- LOWin market_access_requirements
- LOWin hs_code_reference
- LOWin export_compliance_checklist
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
~431Tokens (tool definitions)
~761 BTypical response size
Minimal attention impact (0.34% of 128k context)
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": {
"export-compliance": {
"url": "https://compliance.mcp.goaimoat.com/mcp"
}
}
}Remote endpoints
https://compliance.mcp.goaimoat.com/mcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
⚪market_access_requirements(category, market)
查询某产品品类进入目标市场的强制认证/标签/环保要求。 覆盖电子配件常见品类:连接器、充电器、线缆、音频(耳机/音箱)、 无线(蓝牙/WiFi)、移动电源、PCB、显示器、手机壳、玩具。
Input Schema
{
"type": "object",
"properties": {
"category": {
"type": "string",
"description": "产品品类(中英文均可,如 \"connector\" / \"连接器\" / \"charger\" / \"耳机\")。"
},
"market": {
"default": "EU",
"type": "string",
"description": "目标市场,可选 EU / US / UK / JP(默认 EU)。"
}
},
"required": [
"category"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}⚪hs_code_reference(keyword)
按产品关键词查 HS 编码归类速查(6 位全球统一编码层级)。
Input Schema
{
"type": "object",
"properties": {
"keyword": {
"type": "string",
"description": "产品关键词(中英文均可,如 \"充电器\" / \"usb charger\" / \"连接器\" / \"耳机\")。"
}
},
"required": [
"keyword"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}⚪export_compliance_checklist(market)
生成出口到目标市场的分阶段合规自检清单。
Input Schema
{
"type": "object",
"properties": {
"market": {
"default": "EU",
"type": "string",
"description": "目标市场,可选 EU / US / UK / JP(默认 EU)。"
}
},
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}Community
Evidence
Recent observations
verifiedversion not recorded3 tools