cross-border-price-compare

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Cross-border Price Comparison

跨境价格对比

Compare prices across Chinese e-commerce platforms and calculate total landed cost including shipping, duties, and taxes.
对比中国电商平台的产品价格,并计算包含运费、关税和税费的总落地成本。

When to Use

适用场景

  • User asks "which platform is cheapest for X?"
  • User wants to know total cost of importing a product
  • User needs shipping cost estimates from China
  • User asks about import duties or taxes
  • User wants to compare 1688 wholesale vs Taobao retail vs AliExpress prices
  • User asks to convert between CNY and other currencies
  • 用户询问“购买X产品哪个平台最便宜?”
  • 用户想了解进口某一产品的总成本
  • 用户需要从中国发货的运费估算
  • 用户询问进口关税或税费相关问题
  • 用户想对比1688批发价、淘宝零售价和速卖通价格
  • 用户需要进行人民币与其他货币的转换

MCP Server Setup

MCP Server Setup

json
{
  "mcpServers": {
    "cross-border-price-compare": {
      "command": "npx",
      "args": ["-y", "@shopme/cross-border-price-compare-mcp"]
    }
  }
}
No API keys required! This MCP uses built-in calculation logic.
json
{
  "mcpServers": {
    "cross-border-price-compare": {
      "command": "npx",
      "args": ["-y", "@shopme/cross-border-price-compare-mcp"]
    }
  }
}
无需API密钥!该MCP采用内置计算逻辑。

Available Tools

可用工具

compare_price

compare_price

Compare prices from multiple sources with full landed cost breakdown.
  • sources
    : Array of products (platform, name, price in CNY or USD, weight)
  • category
    : Product category for duty estimation
  • destination
    : Country code
  • shippingMethod
    : economy/standard/express/premium
  • Returns: ranked results with savings calculation
对比多渠道价格并提供完整的落地成本明细。
  • sources
    : 产品数组(包含平台、名称、人民币或美元计价的价格、重量)
  • category
    : 用于估算关税的产品类别
  • destination
    : 国家代码
  • shippingMethod
    : 经济型/标准型/快速型/premium型
  • 返回结果:带节省金额计算的排序结果

calculate_landed_cost

calculate_landed_cost

Get detailed cost breakdown for a single product.
  • priceCny
    or
    priceUsd
    : Product price
  • weightKg
    : Package weight
  • category
    : For duty rate lookup
  • destination
    : Country code
  • shippingMethod
    : Shipping speed tier
  • Returns: full breakdown (product + shipping + duty + tax = total)
获取单个产品的详细成本明细。
  • priceCny
    priceUsd
    : 产品价格
  • weightKg
    : 包裹重量
  • category
    : 用于查询关税率
  • destination
    : 国家代码
  • shippingMethod
    : 运输速度等级
  • 返回结果:完整成本明细(产品价+运费+关税+税费=总成本)

estimate_shipping

estimate_shipping

Compare shipping options and costs.
  • weightKg
    : Package weight
  • destination
    : Country code
  • Returns: all shipping tier options with cost and delivery time
对比运输选项及成本。
  • weightKg
    : 包裹重量
  • destination
    : 国家代码
  • 返回结果:所有运输等级选项的成本及配送时间

convert_currency

convert_currency

Quick currency conversion between major currencies.
  • amount
    : Amount to convert
  • from
    /
    to
    : Currency codes (CNY, USD, HKD, EUR, GBP, JPY, KRW, etc.)
主要货币间快速转换。
  • amount
    : 待转换金额
  • from
    /
    to
    : 货币代码(CNY, USD, HKD, EUR, GBP, JPY, KRW, etc.)

Price Comparison Strategies

价格对比策略

Quick Price Check

快速价格查询

  1. Search for the product on each platform
  2. Note the price and currency (Taobao=CNY, AliExpress=USD)
  3. Use
    compare_price
    with all sources to get ranked results
  1. 在各平台搜索目标产品
  2. 记录价格及货币类型(淘宝=CNY,速卖通=USD)
  3. 使用
    compare_price
    工具导入所有渠道信息,获取排序后的结果

Full Cost Analysis

全面成本分析

  1. Identify product on multiple platforms
  2. Estimate weight (check product specs or estimate)
  3. Use
    calculate_landed_cost
    for each
  4. Compare total costs, not just product prices
  1. 在多个平台找到目标产品
  2. 估算重量(查看产品规格或进行预估)
  3. 对每个产品使用
    calculate_landed_cost
    工具
  4. 对比总成本,而非仅产品单价

Key Insight: Don't Compare Unit Prices Alone!

关键提示:不要只对比单价!

A ¥50 product on Taobao ≠ $7 on AliExpress because:
  • Taobao: ¥50 product + ¥30 international shipping = $11.10 total
  • AliExpress: $7 product + $0 shipping (free) = $7 total
  • In this case, AliExpress is cheaper despite higher unit price!
淘宝上¥50的产品≠速卖通上$7的产品,原因如下:
  • 淘宝:¥50产品+¥30国际运费 = $11.10总计
  • 速卖通:$7产品+$0运费(免邮) = $7总计
  • 在该案例中,尽管速卖通单价更高,但总成本更低!

Shipping Tiers

运输等级

MethodCost/kgDeliveryBest For
Economy~$515-30 daysLow value, not urgent
Standard~$1010-20 daysMost purchases
Express~$205-10 daysModerate urgency
Premium~$353-7 daysHigh value, urgent
运输方式每公斤成本配送时间适用场景
经济型~$515-30天低价值、非紧急订单
标准型~$1010-20天大多数采购订单
快速型~$205-10天中等紧急度订单
Premium~$353-7天高价值、紧急订单

Import Duty Quick Reference (US)

美国进口关税速查

  • $800 de minimis: No duty on orders under $800 (US only)
  • Electronics: 0% duty
  • Clothing: ~12% duty
  • Shoes: ~20% duty
  • Cosmetics: ~6.5% duty
  • Bags: ~20% duty
  • Toys: 0% duty
  • $800免税额:订单金额低于$800无需缴纳关税(仅限美国)
  • 电子产品:0%关税
  • 服装:~12%关税
  • 鞋类:~20%关税
  • 化妆品:~6.5%关税
  • 箱包:~20%关税
  • 玩具:0%关税

Common Cross-border Routes

常见跨境路线

From → ToTypical TimeCustoms Risk
China → US10-20 daysLow (<$800 duty-free)
China → UK15-25 daysMedium (20% VAT from £135)
China → EU15-30 daysMedium (VAT from €22)
China → HK3-5 daysVery Low (duty-free port)
China → JP5-10 daysMedium (10% consumption tax)
出发地→目的地典型配送时间海关风险
中国→美国10-20天低(<$800免关税)
中国→英国15-25天中(£135以上需缴纳20%增值税)
中国→欧盟15-30天中(€22以上需缴纳增值税)
中国→香港3-5天极低(免税港)
中国→日本5-10天中(需缴纳10%消费税)