← goaimoat.com

INDIVIDUAL MCP TOOL

reduce_returns_playbook

按退货主因给针对性降退货率清单(尺码/描述不符/质量/运输损坏/买家反悔)。 参数: - return_reason: 退货主因(size_fit / description_mismatch / quality / damaged_in_transit / buyer_remorse) 返回:该主因的针对性降退货率动作清单 + 通用建议。 清单为行业经验值须自验,非平台硬口径。

goaimoat.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://returns.mcp.goaimoat.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for reduce_returns_playbook 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

goaimoat.com

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-returns-refund-management]
url = "https://returns.mcp.goaimoat.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "goai-moat-cross-border-returns-refund-management": {
      "type": "http",
      "url": "https://returns.mcp.goaimoat.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: goai-moat-cross-border-returns-refund-management
Remote MCP URL: https://returns.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-returns-refund-management": {
      "url": "https://returns.mcp.goaimoat.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "goai-moat-cross-border-returns-refund-management": {
      "type": "http",
      "url": "https://returns.mcp.goaimoat.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "goai-moat-cross-border-returns-refund-management",
  "transport": "streamable-http",
  "url": "https://returns.mcp.goaimoat.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • calculate_return_cost — 退货真实成本核算:单件退货成本 + 月度退货成本 + 退货吃掉多少毛利 + returnless 是否划算。 参数: - avg_price: 平均售价(美元) - return_rate_pct: 退货率(%),服装类常见 15%–20%+,标品 5%–10% - monthly_units: 月销量(件) - category: 品类(apparel/electronics/standard 等,仅用于提示退货率区间) - is_fba: 是否 FBA(FBA 有退货处理费+退款管理费,FBM 卖家自担退货运费) - restock_rate_pct: 退货可恢复可售比例(%,FBA 约 68% 卖家实测口径,须自验) - returnless_refund: 是否采用无退货退款(低价品退货物流成本可能高于残值) 返回:单件退货真实成本、月度退货成本、退货侵蚀的毛利、returnless 建议。 成本口径:退款管理费 $0.
  • return_policy_playbook — 各平台退货政策对比(Amazon/Walmart/eBay/TikTok Shop/Shopify DTC)+ 退货管理要点。 参数: - platform: 平台标识(amazon/walmart/ebay/tiktok_shop/shopify_dtc,不区分大小写) 返回:该平台退货窗口、成本结构、returnless 支持、退货管理要点。 政策为公开口径(截至 2026 须自验),不实时抓取。