# GoAI Moat Tiktok Shop (remote · tiktok.mcp.goaimoat.com)

Search TikTok Shop products by keyword.

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

## Components

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

## Channel facts

- Endpoint: `https://tiktok.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 1 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**: 60/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 61 tokens (~61/item across 1 items; 1 tools + 0 resources), lean.
  - 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**: 81/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 33% 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 1 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 2 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 Tiktok Shop MCP server?

GoAI Moat Tiktok Shop is a hosted endpoint at https://tiktok.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-tiktok-shop 'https://tiktok.mcp.goaimoat.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-goaimoat-tiktok-shop": {
      "url": "https://tiktok.mcp.goaimoat.com/mcp"
    }
  }
}
```

### VS Code

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

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

```yaml
mcp_servers:
  com-goaimoat-tiktok-shop:
    url: "https://tiktok.mcp.goaimoat.com/mcp"
```

### Netclaw

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

### Vellum

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

### Other

```json
{
  "mcpServers": {
    "com-goaimoat-tiktok-shop": {
      "type": "http",
      "url": "https://tiktok.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 61, −2)

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

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

First indexed and scored.

## MCP tools (1)

### `search_tiktok_products` (~42 tokens)

Search Tiktok Products

Search TikTok Shop products by keyword.

Input parameters:

- `email` (string)
- `keyword` (string, required): Product keyword.
- `license_key` (string)

## Diagnostics

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

## Score history

- 2026-09-26: 61
- 2026-09-25: 61
- 2026-09-24: 63

## Common questions

### What is the GoAI Moat Tiktok Shop MCP server?

GoAI Moat Tiktok Shop is an MCP server listed in the public MCP registry as com.goaimoat/tiktok-shop. Search TikTok Shop products by keyword. This page covers its hosted endpoint (https://tiktok.mcp.goaimoat.com/mcp).

### Is the GoAI Moat Tiktok Shop MCP server safe to use?

GoAI Moat Tiktok Shop scores 61 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 Tiktok Shop MCP server expose?

GoAI Moat Tiktok Shop exposes 1 tool: search_tiktok_products. Their descriptions and schemas cost roughly 42 tokens of context every time the server is loaded.

### Does the GoAI Moat Tiktok Shop MCP server require authentication?

No. We connected to GoAI Moat Tiktok Shop without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the GoAI Moat Tiktok Shop MCP server still maintained?

GoAI Moat Tiktok Shop 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://tiktok.mcp.goaimoat.com/mcp
- Repository: https://github.com/jayniebingyu-cyber/goaimoat-mcp
- Website: https://goaimoat.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-goaimoat-tiktok-shop/tiktok.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-goaimoat-tiktok-shop/tiktok.json
- HTML version of this page: https://verifymcp.io/servers/com-goaimoat-tiktok-shop/tiktok
