INDIVIDUAL MCP TOOL
fba_vs_fbm_decision
FBA vs FBM 决策:多维打分 + 推荐 + 适用场景 + 费用权衡(决策框架,不做实时费率)。 参数: - avg_price: 平均售价(美元) - unit_weight_lb: 单件重量(磅) - monthly_units: 月销量(件) - is_oversize: 是否大件(超大尺寸,FBA 仓储/配送费显著更高) - is_heavy: 是否重货(> 20 lb,FBA 配送费按重量跳档) - margin_pct: 毛利率(%,用于判断能否吸收 FBA 费用) - prime_sensitive: 是否依赖 Prime 徽章(标品/同质化 → 强依赖) - return_rate_pct: 退货率(%) - lead_time_days: 补货提前期(天,影响 FBM 自配送时效竞争力) 返回:FBA/FBM 各自得分 + 推荐 + 权衡理由 + 适用场景。
LIVE ENDPOINT
https://inventory.mcp.goaimoat.com/mcp
Connect to this endpoint to inspect the live schema for fba_vs_fbm_decision and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-cross-border-inventory-fulfillment]
url = "https://inventory.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-cross-border-inventory-fulfillment": {
"type": "http",
"url": "https://inventory.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-cross-border-inventory-fulfillment
Remote MCP URL: https://inventory.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-cross-border-inventory-fulfillment": {
"url": "https://inventory.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-cross-border-inventory-fulfillment": {
"type": "http",
"url": "https://inventory.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-cross-border-inventory-fulfillment",
"transport": "streamable-http",
"url": "https://inventory.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
safety_stock_reorder_plan— 安全库存 + 再订货点 + 建议补货量(经典库存公式,零虚构)。 参数: - avg_daily_sales: 日均销量(件/天) - demand_stddev: 日均销量的标准差(件/天,衡量波动;不会算就估 30% 日均销量) - lead_time_days: 补货提前期(天,含生产+头程,中国到 FBA 典型 56–70 天) - service_level: 目标服务水平(缺货率容忍度),0.inventory_health_audit— 库存健康四维审计:断货风险 / 超储(长期仓储) / 周转 / IPI 影响 → 风险等级 + 行动清单。 参数: - sku: SKU/ASIN 标识(用于结果展示) - avg_daily_sales: 日均销量(件/天) - current_stock: 当前在库数量 - days_in_storage: 已入仓天数(判断长期仓储费风险,181 天起征) - lead_time_days: 补货提前期(天) - unit_cost: 单件成本(美元,用于算资金占用,可选) - is_hero_asin: 是否主力 ASIN(断货代价更高:掉 BSR 排名 + 广告费浪费) 返回:四维风险 + 综合风险等级 + 行动清单(清仓/折扣/移除/补货)。