Zxkol Skill — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Zxkol Skill (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<p align="center"><b>English</b> · <a href="README.zh-CN.md">简体中文</a></p>
One sentence, whole-web social data. Query creators, viral content, trending charts, and comment sentiment across 18+ social platforms — straight from Claude, Cursor, or any MCP client.
<p align="center"> <a href="https://github.com/kvalen-code/zxkol-skill/stargazers"><img alt="Stars" src="https://img.shields.io/github/stars/kvalen-code/zxkol-skill?style=social"></a> <a href="LICENSE"><img alt="License" src="https://img.shields.io/badge/license-MIT-blue.svg"></a> <img alt="MCP" src="https://img.shields.io/badge/Model_Context_Protocol-ready-7c3aed"> <img alt="Platforms" src="https://img.shields.io/badge/platforms-18%2B-09C160"> </p>
<p align="center"> <a href="https://zxkol.com"><img alt="ZXKOL" src="assets/demo.png" width="800"></a> </p>
ZXKOL turns "find me Douyin beauty creators with 100k–500k followers" into a single tool call — no scraping, no per-platform SDKs. It's a hosted Model Context Protocol server plus a drop-in skill: add one config block, get an API key, and your agent can pull KOL data, viral posts, hot lists, hashtag analytics, and AI comment insights from Douyin, TikTok, Xiaohongshu, Bilibili, YouTube, Instagram, and more.
You: Find Douyin beauty creators (100k–500k followers) and what's trending on Xiaohongshu right now.
Claude: → creator_search(keyword="beauty", followerRange="100-500k")
→ content_search(keyword="beauty", platforms=["xiaohongshu"])
✓ 12 creators + 8 trending notes, summarized.find_route + rest_call.| Tool | What it does | Platforms |
|---|---|---|
creator_search | Find creators / KOLs (Douyin Xingtu official commercial data) | Douyin |
content_search | Search viral content across platforms | 18 platforms |
hot_list | Real-time hot lists / trending charts | 13 platforms |
content_detail | Single post detail (stats, author, media) | 17 platforms |
comment_insight | AI comment sentiment & insight analysis | 14 platforms |
hashtag_search | Search hashtags / topics by keyword | 7+ platforms |
hashtag_posts | Top posts under a hashtag | 7+ platforms |
douyin_index | Douyin Index (keyword heat, brand radar, similar creators) | Douyin |
douyin_xingtu | Douyin Xingtu KOL profile / audience / quote | Douyin |
| Tool | What it does |
|---|---|
find_route | Semantic search (top-5) — pass a natural-language intent (EN/中文), get the best-matching route + required params |
list_routes | Browse all routes with platform + keyword filters |
rest_call | Call any endpoint by route id (e.g. douyin/lives/room-products) + params |
zxk_live_... key (shown once).Claude Desktop — edit ~/.claude/mcp.json (macOS/Linux) or %USERPROFILE%\.claude\mcp.json (Windows):
{
"mcpServers": {
"zxkol": {
"type": "http",
"url": "https://zxkol.com/api/mcp",
"headers": { "Authorization": "Bearer zxk_live_YOUR_KEY" }
}
}
}Cursor — ~/.cursor/mcp.json, same block. Claude Code — .mcp.json in your project root.
More ready-to-paste configs in examples/.Restart your client and just ask — the tools appear automatically.
"What's trending on Douyin today?" · "Analyze the comments on this TikTok video." · "Find Xiaohongshu mom-and-baby bloggers."
Prefer a skill over a raw MCP config? Drop SKILL.md into ~/.claude/skills/zxkol/ (with mcp.json alongside). Claude Code will know when to reach for ZXKOL automatically.
If ZXKOL saves you from writing yet another scraper, drop a star — it helps other builders find it.
MIT — applies to the config, docs, and skill manifest in this repo. The ZXKOL hosted service and data are subject to the zxkol.com terms.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.