# GoAI Moat Cross-Border Cost & Profit (remote · profit.mcp.goaimoat.com)

Landed cost, fees & profit calculators for cross-border Amazon, TikTok Shop and Shopify sellers.

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

## Components

- remote · `profit.mcp.goaimoat.com`: 62/100 (this document), [markdown](https://verifymcp.io/servers/com-goaimoat-cross-border-profit/profit.md), [page](https://verifymcp.io/servers/com-goaimoat-cross-border-profit/profit)

## Channel facts

- Endpoint: `https://profit.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**: 61/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 882 tokens (~294/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**: 93/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 76% 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 Cost & Profit MCP server?

GoAI Moat Cross-Border Cost & Profit is a hosted endpoint at https://profit.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-cross-border-profit 'https://profit.mcp.goaimoat.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-goaimoat-cross-border-profit": {
      "url": "https://profit.mcp.goaimoat.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-goaimoat-cross-border-profit": {
      "type": "http",
      "url": "https://profit.mcp.goaimoat.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-goaimoat-cross-border-profit]
url = "https://profit.mcp.goaimoat.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-goaimoat-cross-border-profit --url 'https://profit.mcp.goaimoat.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-goaimoat-cross-border-profit:
    url: "https://profit.mcp.goaimoat.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-goaimoat-cross-border-profit": {
      "Transport": "http",
      "Url": "https://profit.mcp.goaimoat.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-goaimoat-cross-border-profit -t streamable-http -u 'https://profit.mcp.goaimoat.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-goaimoat-cross-border-profit": {
      "type": "http",
      "url": "https://profit.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-25 (score 62, 0)

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

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

First indexed and scored.

## MCP tools (3)

### `calculate_landed_cost` (~286 tokens)

Calculate Landed Cost

计算单件落地成本（采购 + 头程 + 关税 + 杂费）。

落地成本 = 采购单价 + 单件头程运费 + 关税（按货值）+ 其他固定成本（贴标/质检/包装等）。

Input parameters:

- `duty_rate_pct` (number): 关税税率（%），按货值计；需以 HS 编码 + 进口国海关核定， 本工具不编造税率，默认 0（可先用 export-compliance 的 HS 工具归类）。
- `email` (string)
- `freight_method` (string): 头程方式 sea(海运)/air(空运)/express(快递)，决定参考费率。
- `freight_total_override`: 直接指定单件头程运费（USD），优先于重量估算。
- `license_key` (string)
- `other_fixed_cost` (number): 单件其他固定成本（USD），默认 0。
- `unit_cost` (number, required): 单件采购单价（出厂价，USD）。
- `unit_weight_kg` (number): 单件毛重（含包装，kg），用于按头程费率估算运费；若给了 freight_total_override 则忽略此项。

### `estimate_profit` (~257 tokens)

Estimate Profit

估算单件净利 / 净利率 / ROI / 保本 ACoS。

净利 = 售价 − 落地成本 − 平台佣金 − 履约费(仅 FBA) − 广告费。

Input parameters:

- `ad_cost_pct` (number): 广告费占售价比例（%），默认 15。
- `category` (string): 亚马逊品类（仅 amazon 平台生效，决定佣金%），默认 home_kitchen。
- `email` (string)
- `fba_tier` (string): FBA 尺寸档（仅 amazon_fba 生效，决定履约费），默认 small_std_4_8oz。
- `landed_cost` (number, required): 单件落地成本（USD，可用 calculate_landed_cost 得到）。
- `license_key` (string)
- `platform` (string): 平台 amazon_fba / amazon_fbm / tiktok_us / shopify / aliexpress。
- `return_rate_pct` (number): 退货率（%），默认 0，仅计入提示、不直接扣减（退货成本另算）。
- `sell_price` (number, required): 售价（USD）。

### `breakeven_price` (~220 tokens)

Breakeven Price

反推保本价与达到目标净利率所需的售价。

解方程：售价 × (1 − 佣金率 − 广告率 − 目标净利率) = 落地成本 + 固定费用(履约费/固定手续费)。

Input parameters:

- `ad_cost_pct` (number): 广告费占售价比例（%），默认 15。
- `category` (string): 亚马逊品类（仅 amazon 生效），默认 home_kitchen。
- `email` (string)
- `fba_tier` (string): FBA 尺寸档（仅 amazon_fba 生效），默认 small_std_4_8oz。
- `landed_cost` (number, required): 单件落地成本（USD）。
- `license_key` (string)
- `platform` (string): 平台 amazon_fba / amazon_fbm / tiktok_us / shopify / aliexpress。
- `target_margin_pct` (number): 目标净利率（%），默认 20。

## Diagnostics

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

## Score history

- 2026-09-26: 62
- 2026-09-25: 62
- 2026-09-24: 62

## Common questions

### What is the GoAI Moat Cross-Border Cost & Profit MCP server?

GoAI Moat Cross-Border Cost & Profit is an MCP server listed in the public MCP registry as com.goaimoat/cross-border-profit. Landed cost, fees & profit calculators for cross-border Amazon, TikTok Shop and Shopify sellers. This page covers its hosted endpoint (https://profit.mcp.goaimoat.com/mcp).

### Is the GoAI Moat Cross-Border Cost & Profit MCP server safe to use?

GoAI Moat Cross-Border Cost & Profit scores 62 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 Cost & Profit MCP server expose?

GoAI Moat Cross-Border Cost & Profit exposes 3 tools: calculate_landed_cost, estimate_profit, breakeven_price. Their descriptions and schemas cost roughly 763 tokens of context every time the server is loaded.

### Does the GoAI Moat Cross-Border Cost & Profit MCP server require authentication?

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

### Is the GoAI Moat Cross-Border Cost & Profit MCP server still maintained?

GoAI Moat Cross-Border Cost & Profit 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://profit.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-cross-border-profit/profit.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-goaimoat-cross-border-profit/profit.json
- HTML version of this page: https://verifymcp.io/servers/com-goaimoat-cross-border-profit/profit
