# io.github.lanternrow/tiktok-organic-mcp (npm · tiktok-organic-mcp)

TikTok organic analytics — video performance, engagement metrics, and profile insights.

- Trust score: 69/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `tiktok-organic-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/lanternrow-tiktok-organic-mcp/tiktok-organic-mcp.md), [page](https://verifymcp.io/servers/lanternrow-tiktok-organic-mcp/tiktok-organic-mcp)

## Channel facts

- Registry: `npm`
- Package: `tiktok-organic-mcp`
- Version: `1.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 34 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 354 tokens (~70/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add lanternrow-tiktok-organic-mcp -- npx -y tiktok-organic-mcp
```

### Codex

```bash
codex mcp add lanternrow-tiktok-organic-mcp -- npx -y tiktok-organic-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lanternrow-tiktok-organic-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "tiktok-organic-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add lanternrow-tiktok-organic-mcp --command npx --arg -y --arg tiktok-organic-mcp
```

### Hermes

```yaml
mcp_servers:
  lanternrow-tiktok-organic-mcp:
    command: "npx"
    args: ["-y", "tiktok-organic-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "lanternrow-tiktok-organic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tiktok-organic-mcp"
      ]
    }
  }
}
```

## 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-08-03 (score 69, +18)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-08-02 (score 51, +8)

- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [security improvement] Malware scan: unverified → pass
- [functional regression] Maintenance: pass → unverified
- [functional regression] License: pass → unverified
- [functional] Licence: MIT

### 2026-07-31 (score 43, −25)

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

### 2026-07-30 (score 68, −12)

- [security regression] Known CVEs: partial → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-29 (score 80, +54)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → excellent
- [functional] Licence: MIT

### 2026-07-28 (score 26, −20)

- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (5)

### `list_accounts` (~18 tokens)

List all configured TikTok accounts available for querying.

### `get_user_info` (~63 tokens)

Get a TikTok user's profile info: username, bio, follower/following counts, total likes, video count, and verification status.

Input parameters:

- `account` (string): Account name to query. Use list_accounts to see available options. Defaults to the first configured account.

### `get_videos` (~117 tokens)

Get a paginated list of the user's public TikTok videos with engagement metrics (views, likes, comments, shares). Returns up to 20 videos per page.

Input parameters:

- `account` (string): Account name to query. Use list_accounts to see available options. Defaults to the first configured account.
- `cursor` (number): Pagination cursor (UTC Unix timestamp in ms). Pass the cursor from the previous response to get the next page.
- `max_count` (number): Number of videos to return (1-20, default 10)

### `get_video_details` (~89 tokens)

Get detailed performance metrics for specific TikTok videos by ID. Returns views, likes, comments, shares, duration, and more. Max 20 video IDs per request.

Input parameters:

- `account` (string): Account name to query. Use list_accounts to see available options. Defaults to the first configured account.
- `video_ids` (array, required): Array of TikTok video IDs to query (max 20)

### `refresh_token` (~67 tokens)

Refresh the TikTok access token for an account using its stored refresh token. Returns new access and refresh tokens. Requires client_key and refresh_token in the account config.

Input parameters:

- `account` (string): Account name to refresh. Use list_accounts to see available options. Defaults to the first configured account.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/lanternrow-tiktok-organic-mcp/tiktok-organic-mcp#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 51
- 2026-08-01: 43
- 2026-07-31: 43
- 2026-07-30: 68
- 2026-07-29: 80
- 2026-07-28: 26
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/tiktok-organic-mcp
- Socket report: https://socket.dev/npm/package/tiktok-organic-mcp
- Repository: https://github.com/lanternrow/tiktok-organic-mcp
- Changelog RSS feed: https://verifymcp.io/servers/lanternrow-tiktok-organic-mcp/tiktok-organic-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/lanternrow-tiktok-organic-mcp/tiktok-organic-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/lanternrow-tiktok-organic-mcp/tiktok-organic-mcp
