# GoAI Moat Cross-Border Returns & Refund Management (remote · returns.mcp.goaimoat.com)

True return-cost math, platform return-policy playbook, and return-reduction strategy for sellers

- Trust score: 60/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- remote · `returns.mcp.goaimoat.com`: 60/100 (this document), [markdown](https://verifymcp.io/servers/com-goaimoat-returns-refund-management/returns.md), [page](https://verifymcp.io/servers/com-goaimoat-returns-refund-management/returns)

## Channel facts

- Endpoint: `https://returns.mcp.goaimoat.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-26.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 3 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 56/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 840 tokens (~280/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the GoAI Moat Cross-Border Returns & Refund Management MCP server?

GoAI Moat Cross-Border Returns & Refund Management is a hosted endpoint at https://returns.mcp.goaimoat.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-goaimoat-returns-refund-management 'https://returns.mcp.goaimoat.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-goaimoat-returns-refund-management": {
      "url": "https://returns.mcp.goaimoat.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-goaimoat-returns-refund-management": {
      "type": "http",
      "url": "https://returns.mcp.goaimoat.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-goaimoat-returns-refund-management]
url = "https://returns.mcp.goaimoat.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-goaimoat-returns-refund-management": {
      "type": "remote",
      "url": "https://returns.mcp.goaimoat.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-goaimoat-returns-refund-management --url 'https://returns.mcp.goaimoat.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-goaimoat-returns-refund-management:
    url: "https://returns.mcp.goaimoat.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-goaimoat-returns-refund-management": {
      "Transport": "http",
      "Url": "https://returns.mcp.goaimoat.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-goaimoat-returns-refund-management -t streamable-http -u 'https://returns.mcp.goaimoat.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-goaimoat-returns-refund-management": {
      "type": "http",
      "url": "https://returns.mcp.goaimoat.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-26 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-25 (score 59, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-24 (score 60)

First indexed and scored.

## MCP tools (3)

### `calculate_return_cost` (~391 tokens)

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.30/件 + 退货处理费（按尺寸阶梯取中值估算）+ 不可售部分弃置/移除费 +
商品残值损失（(1-可恢复率)×售价）。均标「截至 2026 须自验」。

Input parameters:

- `avg_price` (number, required)
- `category` (string)
- `email` (string)
- `is_fba` (boolean)
- `license_key` (string)
- `monthly_units` (integer)
- `restock_rate_pct` (number)
- `return_rate_pct` (number)
- `returnless_refund` (boolean)

### `return_policy_playbook` (~135 tokens)

Return Policy Playbook

各平台退货政策对比（Amazon/Walmart/eBay/TikTok Shop/Shopify DTC）+ 退货管理要点。

参数：
\- platform: 平台标识（amazon/walmart/ebay/tiktok_shop/shopify_dtc，不区分大小写）

返回：该平台退货窗口、成本结构、returnless 支持、退货管理要点。
政策为公开口径（截至 2026 须自验），不实时抓取。

Input parameters:

- `email` (string)
- `license_key` (string)
- `platform` (string)

### `reduce_returns_playbook` (~134 tokens)

Reduce Returns Playbook

按退货主因给针对性降退货率清单（尺码/描述不符/质量/运输损坏/买家反悔）。

参数：
\- return_reason: 退货主因（size_fit / description_mismatch / quality / damaged_in_transit / buyer_remorse）

返回：该主因的针对性降退货率动作清单 + 通用建议。
清单为行业经验值须自验，非平台硬口径。

Input parameters:

- `email` (string)
- `license_key` (string)
- `return_reason` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-goaimoat-returns-refund-management/returns#diagnostics

## Score history

- 2026-09-26: 60
- 2026-09-25: 59
- 2026-09-24: 60

## Common questions

### What is the GoAI Moat Cross-Border Returns & Refund Management MCP server?

GoAI Moat Cross-Border Returns & Refund Management is an MCP server listed in the public MCP registry as com.goaimoat/returns-refund-management. True return-cost math, platform return-policy playbook, and return-reduction strategy for sellers. This page covers its hosted endpoint (https://returns.mcp.goaimoat.com/mcp).

### Is the GoAI Moat Cross-Border Returns & Refund Management MCP server safe to use?

GoAI Moat Cross-Border Returns & Refund Management scores 60 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the GoAI Moat Cross-Border Returns & Refund Management MCP server expose?

GoAI Moat Cross-Border Returns & Refund Management exposes 3 tools: calculate_return_cost, return_policy_playbook, reduce_returns_playbook. Their descriptions and schemas cost roughly 660 tokens of context every time the server is loaded.

### Does the GoAI Moat Cross-Border Returns & Refund Management MCP server require authentication?

No. We connected to GoAI Moat Cross-Border Returns & Refund Management without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the GoAI Moat Cross-Border Returns & Refund Management MCP server still maintained?

GoAI Moat Cross-Border Returns & Refund Management is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://returns.mcp.goaimoat.com/mcp
- Repository: https://github.com/jayniebingyu-cyber/goaimoat-ai-visibility-mcp
- Website: https://goaimoat.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-goaimoat-returns-refund-management/returns.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-goaimoat-returns-refund-management/returns.json
- HTML version of this page: https://verifymcp.io/servers/com-goaimoat-returns-refund-management/returns
