# GoAI Moat Cross-Border Inventory & Fulfillment (remote · inventory.mcp.goaimoat.com)

Safety-stock & reorder planning, FBA-vs-FBM decision, and inventory health audit for sellers

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

## Components

- remote · `inventory.mcp.goaimoat.com`: 59/100 (this document), [markdown](https://verifymcp.io/servers/com-goaimoat-inventory-fulfillment/inventory.md), [page](https://verifymcp.io/servers/com-goaimoat-inventory-fulfillment/inventory)

## Channel facts

- Endpoint: `https://inventory.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**: 53/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1126 tokens (~375/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 Inventory & Fulfillment MCP server?

GoAI Moat Cross-Border Inventory & Fulfillment is a hosted endpoint at https://inventory.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-inventory-fulfillment 'https://inventory.mcp.goaimoat.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-goaimoat-inventory-fulfillment": {
      "url": "https://inventory.mcp.goaimoat.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-goaimoat-inventory-fulfillment": {
      "type": "http",
      "url": "https://inventory.mcp.goaimoat.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-goaimoat-inventory-fulfillment]
url = "https://inventory.mcp.goaimoat.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-goaimoat-inventory-fulfillment --url 'https://inventory.mcp.goaimoat.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-goaimoat-inventory-fulfillment:
    url: "https://inventory.mcp.goaimoat.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-goaimoat-inventory-fulfillment": {
      "Transport": "http",
      "Url": "https://inventory.mcp.goaimoat.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-goaimoat-inventory-fulfillment -t streamable-http -u 'https://inventory.mcp.goaimoat.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-goaimoat-inventory-fulfillment": {
      "type": "http",
      "url": "https://inventory.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 59, +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 58, −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 59)

First indexed and scored.

## MCP tools (3)

### `safety_stock_reorder_plan` (~341 tokens)

Safety Stock Reorder Plan

安全库存 + 再订货点 + 建议补货量（经典库存公式，零虚构）。

参数：
\- avg_daily_sales: 日均销量（件/天）
\- demand_stddev: 日均销量的标准差（件/天，衡量波动；不会算就估 30% 日均销量）
\- lead_time_days: 补货提前期（天，含生产+头程，中国到 FBA 典型 56–70 天）
\- service_level: 目标服务水平（缺货率容忍度），0.90 / 0.95 / 0.975 / 0.99
\- target_days_of_supply: 目标覆盖天数（补到多少天的量，默认 45）
\- on_hand: 当前在库数量
\- in_transit: 在途数量（已下单未到仓）

返回：安全库存、再订货点、建议补货量、是否触发补货。
公式：安全库存 = z × σ_d × √LT；再订货点 = 日均销量 × LT + 安全库存；
      建议补货 = 目标覆盖量 − (在库 + 在途)。

Input parameters:

- `avg_daily_sales` (number, required)
- `demand_stddev` (number, required)
- `email` (string)
- `in_transit` (number)
- `lead_time_days` (number, required)
- `license_key` (string)
- `on_hand` (number)
- `service_level` (number)
- `target_days_of_supply` (number)

### `fba_vs_fbm_decision` (~330 tokens)

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 各自得分 + 推荐 + 权衡理由 + 适用场景。

Input parameters:

- `avg_price` (number, required)
- `email` (string)
- `is_heavy` (boolean)
- `is_oversize` (boolean)
- `lead_time_days` (number)
- `license_key` (string)
- `margin_pct` (number)
- `monthly_units` (integer)
- `prime_sensitive` (boolean)
- `return_rate_pct` (number)
- `unit_weight_lb` (number)

### `inventory_health_audit` (~275 tokens)

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 排名 + 广告费浪费）

返回：四维风险 + 综合风险等级 + 行动清单（清仓/折扣/移除/补货）。

Input parameters:

- `avg_daily_sales` (number, required)
- `current_stock` (number, required)
- `days_in_storage` (number)
- `email` (string)
- `is_hero_asin` (boolean)
- `lead_time_days` (number)
- `license_key` (string)
- `sku` (string, required)
- `unit_cost` (number)

## Diagnostics

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

## Score history

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

## Common questions

### What is the GoAI Moat Cross-Border Inventory & Fulfillment MCP server?

GoAI Moat Cross-Border Inventory & Fulfillment is an MCP server listed in the public MCP registry as com.goaimoat/inventory-fulfillment. Safety-stock & reorder planning, FBA-vs-FBM decision, and inventory health audit for sellers. This page covers its hosted endpoint (https://inventory.mcp.goaimoat.com/mcp).

### Is the GoAI Moat Cross-Border Inventory & Fulfillment MCP server safe to use?

GoAI Moat Cross-Border Inventory & Fulfillment scores 59 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 Inventory & Fulfillment MCP server expose?

GoAI Moat Cross-Border Inventory & Fulfillment exposes 3 tools: safety_stock_reorder_plan, fba_vs_fbm_decision, inventory_health_audit. Their descriptions and schemas cost roughly 946 tokens of context every time the server is loaded.

### Does the GoAI Moat Cross-Border Inventory & Fulfillment MCP server require authentication?

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

### Is the GoAI Moat Cross-Border Inventory & Fulfillment MCP server still maintained?

GoAI Moat Cross-Border Inventory & Fulfillment 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://inventory.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-inventory-fulfillment/inventory.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-goaimoat-inventory-fulfillment/inventory.json
- HTML version of this page: https://verifymcp.io/servers/com-goaimoat-inventory-fulfillment/inventory
